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

/freebsd-12-stable/bin/sh/
H A Dparser.h72 * NEOF is returned by parsecmd when it encounters an end of file. It
80 union node *parsecmd(int);
H A Dmain.c219 n = parsecmd(inter);
H A Deval.c163 while ((n = parsecmd(0)) != NEOF) {
H A Dparser.c211 parsecmd(int interact) function
/freebsd-12-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-12-stable/usr.bin/sdiff/
H A Dsdiff.c59 static int parsecmd(FILE *, FILE *, FILE *);
419 while (parsecmd(diffpipe, file1, file2) != EOF)
693 parsecmd(FILE *diffpipe, FILE *file1, FILE *file2) function

Completed in 209 milliseconds