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

/freebsd-11-stable/bin/sh/
H A Dparser.h70 * NEOF is returned by parsecmd when it encounters an end of file. It
78 union node *parsecmd(int);
H A Dmain.c217 n = parsecmd(inter);
H A Deval.c164 while ((n = parsecmd(0)) != NEOF) {
H A Dparser.c206 parsecmd(int interact) function
/freebsd-11-stable/contrib/tcsh/
H A Dtc.bind.c37 static KEYCMD parsecmd (Char *);
199 if ((cmd = parsecmd(v[no])) == 0) {
247 parsecmd(Char *str) function
/freebsd-11-stable/usr.bin/sdiff/
H A Dsdiff.c60 static int parsecmd(FILE *, FILE *, FILE *);
418 while (parsecmd(diffpipe, file1, file2) != EOF)
692 parsecmd(FILE *diffpipe, FILE *file1, FILE *file2) function

Completed in 143 milliseconds