Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtw.comp.c41 static Char **tw_find (Char *, struct varent *, int);
75 pp = tw_find(strip(p), &completions, FALSE); in docomplete()
165 tw_find(Char *nam, struct varent *vp, int cmd) in tw_find() function
170 if (vp->v_left && (rv = tw_find(nam, vp, cmd)) != NULL) in tw_find()
477 if ((vec = tw_find(wl[0], &completions, (looking == TW_COMMAND))) in tw_complete()