Dillo v3.1.1-119-g140d9ebd
|
Go to the source code of this file.
Functions | |
void | action_parse (char *line) |
void | a_Actions_init (void) |
Dlist * | a_Actions_link_get (void) |
Variables | |
static Dlist * | link_actions = NULL |
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().
Dlist * a_Actions_link_get | ( | void | ) |
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().
|
static |
Definition at line 17 of file actions.c.
Referenced by a_Actions_init(), a_Actions_link_get(), and action_parse().