Home
last modified time | relevance | path

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

/third_party/mksh/
Dedit.c959 static unsigned char (*x_tab)[X_TABSZ]; /* key definition */ variable
1300 x_tab[x_curprefix][c]; in x_emacs()
1938 f = x_tab[0][c]; in x_search_hist()
1943 f = x_tab[1][c] & 0x7F; in x_search_hist()
2434 return (x_tab == NULL); in x_bind_check()
2464 unsigned char f = XFUNC_VALUE(x_tab[prefix][key]); in x_bind_showone()
2488 if (x_tab[prefix][key] & 0x80) 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()
[all …]