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

/freebsd-9.3-release/contrib/tcsh/
H A Dtw.comp.c45 static Char **tw_find (Char *, struct varent *, int);
77 xprintf("tw_find(%s) \n", short2str(strip(p)));
79 pp = tw_find(strip(p), &completions, FALSE);
164 /* tw_find():
169 tw_find(Char *nam, struct varent *vp, int cmd) function
174 if (vp->v_left && (rv = tw_find(nam, vp, cmd)) != NULL)
187 } /* end tw_find */
480 if ((vec = tw_find(wl[0], &completions, (looking == TW_COMMAND)))

Completed in 91 milliseconds