HomeSort by relevance Sort by last modified time
    Searched refs:keymacro_add (Results 1 - 4 of 4) sorted by null

  /external/libedit/src/
keymacro.h 67 protected void keymacro_add(EditLine *, const Char *, keymacro_value_t *, int);
terminal.c 1064 keymacro_add(el, strA, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
1065 keymacro_add(el, strB, &arrow[A_K_DN].fun, arrow[A_K_DN].type);
1066 keymacro_add(el, strC, &arrow[A_K_RT].fun, arrow[A_K_RT].type);
1067 keymacro_add(el, strD, &arrow[A_K_LT].fun, arrow[A_K_LT].type);
1068 keymacro_add(el, strH, &arrow[A_K_HO].fun, arrow[A_K_HO].type);
1069 keymacro_add(el, strF, &arrow[A_K_EN].fun, arrow[A_K_EN].type);
1070 keymacro_add(el, stOA, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
1071 keymacro_add(el, stOB, &arrow[A_K_DN].fun, arrow[A_K_DN].type);
1072 keymacro_add(el, stOC, &arrow[A_K_RT].fun, arrow[A_K_RT].type);
1073 keymacro_add(el, stOD, &arrow[A_K_LT].fun, arrow[A_K_LT].type)
    [all...]
map.c     [all...]
keymacro.c 184 /* keymacro_add():
191 keymacro_add(EditLine *el, const Char *key, keymacro_value_t *val, int ntype) function
196 "keymacro_add: Null extended-key not allowed.\n");
201 "keymacro_add: sequence-lead-in command not allowed\n");

Completed in 187 milliseconds