Home
last modified time | relevance | path

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

/src/contrib/tcsh/
H A Dtc.decls.h87 extern int cmd_expand (Char *, Char **);
H A Dtc.func.c437 cmd_expand(Char *cmd, Char **str) in cmd_expand() function
485 rv &= cmd_expand(*v, NULL); in dowhich()
H A Dtw.parse.c449 found = cmd_expand(qline.s + wordp, &p); in tenematch()