Dillo v3.1.1-119-g140d9ebd
Loading...
Searching...
No Matches
actions.c File Reference
#include "actions.h"
#include "msg.h"
#include "../dlib/dlib.h"
#include <errno.h>
Include dependency graph for actions.c:

Go to the source code of this file.

Functions

void action_parse (char *line)
 
void a_Actions_init (void)
 
Dlista_Actions_link_get (void)
 

Variables

static Dlistlink_actions = NULL
 

Function Documentation

◆ a_Actions_init()

void a_Actions_init ( void  )

Definition at line 48 of file actions.c.

References action_parse(), dList_length(), dList_new(), dList_nth_data(), link_actions, DilloPrefs::link_actions, and prefs.

Referenced by main().

◆ a_Actions_link_get()

Dlist * a_Actions_link_get ( void  )

Definition at line 62 of file actions.c.

References link_actions.

Referenced by get_link_menu().

◆ action_parse()

void action_parse ( char *  line)

Definition at line 20 of file actions.c.

References Action::cmd, dList_append(), dMalloc(), dStrdup(), Action::label, link_actions, and MSG.

Referenced by a_Actions_init().

Variable Documentation

◆ link_actions

Dlist* link_actions = NULL
static

Definition at line 17 of file actions.c.

Referenced by a_Actions_init(), a_Actions_link_get(), and action_parse().