|
Dillo v3.2.0-143-gabad1053
|
#include "actions.h"#include "msg.h"#include "../dlib/dlib.h"#include <errno.h>#include <unistd.h>#include <stdlib.h>
Go to the source code of this file.
Functions | |
| void | action_parse (Dlist *actions, char *line) |
| void | actions_parse (Dlist **actions, Dlist *pref_actions) |
| void | a_Actions_init (void) |
| Dlist * | a_Actions_link_get (void) |
| Dlist * | a_Actions_page_get (void) |
| int | a_Actions_run (Action *action) |
Variables | |
| static Dlist * | link_actions = NULL |
| static Dlist * | page_actions = NULL |
| void a_Actions_init | ( | void | ) |
Definition at line 63 of file actions.c.
References actions_parse(), link_actions, DilloPrefs::link_actions, page_actions, DilloPrefs::page_actions, and prefs.
Referenced by main().
| Dlist * a_Actions_link_get | ( | void | ) |
| Dlist * a_Actions_page_get | ( | void | ) |
| int a_Actions_run | ( | Action * | action | ) |
Definition at line 82 of file actions.c.
References Action::cmd, Action::label, and MSG.
Referenced by Menu_open_page_action_cb(), and Menu_open_url_action_cb().
| void action_parse | ( | Dlist * | actions, |
| char * | line | ||
| ) |
Definition at line 23 of file actions.c.
References Action::cmd, dList_append(), dMalloc(), dStrdup(), Action::label, and MSG.
Referenced by actions_parse().
Definition at line 51 of file actions.c.
References action_parse(), dList_length(), dList_new(), and dList_nth_data().
Referenced by a_Actions_init().
|
static |
Definition at line 19 of file actions.c.
Referenced by a_Actions_init(), and a_Actions_link_get().
|
static |
Definition at line 20 of file actions.c.
Referenced by a_Actions_init(), and a_Actions_page_get().