Searched refs:XF_NOBIND (Results 1 – 2 of 2) sorted by relevance
68 FN(ins_string, "macro-string", XF_NOBIND)102 FN(set_arg, "set-arg", XF_NOBIND)
909 #define XF_NOBIND 2 /* not allowed to bind to function */ macro2477 if (!(x_ftab[f].xf_flags & XF_NOBIND)) in x_bind_list()2591 if (c == NELEM(x_ftab) || x_ftab[c].xf_flags & XF_NOBIND) { in x_bind()