Lines Matching refs:x_ftab
895 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()
2552 if (!strcmp(x_ftab[f].xf_name, a2)) in x_bind()
2554 if (f == NELEM(x_ftab) || x_ftab[f].xf_flags & XF_NOBIND) { in x_bind()