Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c895 struct x_ftab { struct
1029 static const struct x_ftab x_ftab[] = { variable
1283 if (!(x_ftab[f].xf_flags & XF_PREFIX) && in x_emacs()
1290 switch ((*x_ftab[f].xf_func)(i)) { in x_emacs()
1292 if (!(x_ftab[f].xf_flags & XF_PREFIX)) in x_emacs()
2458 shprintf(Tf_sN, x_ftab[XFUNC_VALUE(f)].xf_name); in x_print()
2488 for (f = 0; f < NELEM(x_ftab); f++) in x_bind()
2489 if (!(x_ftab[f].xf_flags & XF_NOBIND)) in x_bind()
2490 shprintf(Tf_sN, x_ftab[f].xf_name); in x_bind()
2551 for (f = 0; f < NELEM(x_ftab); f++) in x_bind()
[all …]