Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.decls.h121 extern int tellmewhat (struct wordent *, Char **);
H A Dsh.exec.c925 tellmewhat(struct wordent *lexp, Char **str) in tellmewhat() function
H A Dsh.c2125 (void) tellmewhat(&paraml, NULL); in process()
H A Dtc.func.c465 rv = tellmewhat(lexp, str); in cmd_expand()
H A DFixes963 47. Fix tellmewhat() code to return true if found.