Home
last modified time | relevance | path

Searched refs:XFUNC_VALUE (Results 1 – 1 of 1) sorted by relevance

/external/mksh/src/
Dedit.c1173 #define XFUNC_VALUE(f) (f) macro
1175 #define XFUNC_VALUE(f) (f & 0x7F) macro
2424 unsigned char f = XFUNC_VALUE(x_tab[prefix][key]); in x_bind_showone()
2489 switch (XFUNC_VALUE(x_tab[prefix][key])) { in x_bind_showall()
2550 switch (XFUNC_VALUE(x_tab[prefix][key])) { in x_bind()
2598 if (XFUNC_VALUE(x_tab[prefix][key]) == XFUNC_ins_string) in x_bind()