Searched refs:tw_bind (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/tcsh/
H A Dtw.init.c53 static struct KeyFuncs *tw_bind = NULL; /* List of the bindings */ variable in typeref:struct:KeyFuncs
891 tw_bind = FuncNames;
904 if (tw_bind && tw_bind->name) {
907 for (ptr = tw_bind->name; *ptr != '\0'; ptr++)
909 tw_bind++;

Completed in 99 milliseconds