Home
last modified time | relevance | path

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

/NextBSD/contrib/tcsh/
HDtw.init.c57 static struct KeyFuncs *tw_bind = NULL; /* List of the bindings */ variable
896 tw_bind = FuncNames; in tw_bind_start()
909 if (tw_bind && tw_bind->name) { in tw_bind_next()
912 for (ptr = tw_bind->name; *ptr != '\0'; ptr++) in tw_bind_next()
914 tw_bind++; in tw_bind_next()