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

/freebsd-10.1-release/contrib/tcsh/
H A Dtw.init.c57 static struct KeyFuncs *tw_bind = NULL; /* List of the bindings */ variable in typeref:struct:KeyFuncs
896 tw_bind = FuncNames;
909 if (tw_bind && tw_bind->name) {
912 for (ptr = tw_bind->name; *ptr != '\0'; ptr++)
914 tw_bind++;

Completed in 46 milliseconds