Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c955 static unsigned char (*x_tab)[X_TABSZ]; /* key definition */ variable
1269 x_tab[x_curprefix][c]; in x_emacs()
1901 f = x_tab[0][c]; in x_search_hist()
1906 f = x_tab[1][c] & 0x7F; in x_search_hist()
2394 return (x_tab == NULL); in x_bind_check()
2424 unsigned char f = XFUNC_VALUE(x_tab[prefix][key]); in x_bind_showone()
2448 if (x_tab[prefix][key] & 0x80) 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()
[all …]