Lines Matching refs:x_ftab
869 struct x_ftab { struct
1007 static const struct x_ftab x_ftab[] = { variable
1251 if (!(x_ftab[f].xf_flags & XF_PREFIX) && in x_emacs()
1258 switch ((*x_ftab[f].xf_func)(i)) { in x_emacs()
1260 if (!(x_ftab[f].xf_flags & XF_PREFIX)) in x_emacs()
2446 shprintf("%s\n", x_ftab[XFUNC_VALUE(f)].xf_name); in x_print()
2476 for (f = 0; f < NELEM(x_ftab); f++) in x_bind()
2477 if (!(x_ftab[f].xf_flags & XF_NOBIND)) in x_bind()
2478 shprintf("%s\n", x_ftab[f].xf_name); in x_bind()
2539 for (f = 0; f < NELEM(x_ftab); f++) in x_bind()
2540 if (!strcmp(x_ftab[f].xf_name, a2)) in x_bind()
2542 if (f == NELEM(x_ftab) || x_ftab[f].xf_flags & XF_NOBIND) { in x_bind()