Lines Matching full:action
25 * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
26 * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
47 * or 1. Action functions should ignore this if
48 * repeating the action multiple times isn't
50 * data void * A pointer to action-specific data,
61 * Allow the association of arbitrary callback data with each action
91 /* action function, or -1 if none have. */
110 const char *keyseq, const char *action);
114 int _kt_set_action(KeyTab *kt, const char *action, KtKeyFn *fn, void *data);
117 * Lookup the function that implements a given action.
119 int _kt_lookup_action(KeyTab *kt, const char *action,
143 const char *action; /* The name of the action function that is triggered */ member