Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/tcsh/
Dtc.decls.h88 extern int cmd_expand (Char *, Char **);
Dtc.func.c430 cmd_expand(Char *cmd, Char **str) in cmd_expand() function
478 rv &= cmd_expand(*v, NULL); in dowhich()
Dtw.parse.c453 found = cmd_expand(qline.s + wordp, &p); in tenematch()