OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parsecmd
(Results
1 - 5
of
5
) sorted by relevancy
/src/bin/sh/
parser.h
76
union node *
parsecmd
(int);
163
* NEOF is returned by
parsecmd
when it encounters an end of file. It
main.c
334
n =
parsecmd
(inter);
eval.c
230
while ((n =
parsecmd
(0)) != NEOF) {
parser.c
143
parsecmd
(int interact)
function in typeref:union:node *
/src/usr.bin/sdiff/
sdiff.c
51
static int
parsecmd
(FILE *, FILE *, FILE *);
325
while (
parsecmd
(diffpipe, file1, file2) != EOF)
568
parsecmd
(FILE *diffpipe, FILE *file1, FILE *file2)
function in typeref:typename:int
Completed in 36 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025