Home
last modified time | relevance | path

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

/third_party/mksh/
Dedit.c1204 #define XFUNC_VALUE(f) (f) macro
1206 #define XFUNC_VALUE(f) (f & 0x7F) macro
2464 unsigned char f = XFUNC_VALUE(x_tab[prefix][key]); in x_bind_showone()
2529 switch (XFUNC_VALUE(x_tab[prefix][key])) { in x_bind_showall()
2590 switch (XFUNC_VALUE(x_tab[prefix][key])) { in x_bind()
2638 if (XFUNC_VALUE(x_tab[prefix][key]) == XFUNC_ins_string) in x_bind()