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

/freebsd-9.3-release/bin/sh/
H A Dparser.h70 * NEOF is returned by parsecmd when it encounters an end of file. It
80 union node *parsecmd(int);
H A Dmain.c208 n = parsecmd(inter);
H A Deval.c167 while ((n = parsecmd(0)) != NEOF) {
H A Dparser.c202 parsecmd(int interact) function
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.bind.c41 static KEYCMD parsecmd (Char *);
203 if ((cmd = parsecmd(v[no])) == 0) {
251 parsecmd(Char *str) function

Completed in 60 milliseconds