HomeSort by: relevance | last modified time | path
    Searched defs:basepf (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
input.c 105 MKINIT struct parsefile basepf; /* top level input file */ variable in typeref:struct:parsefile
107 struct parsefile *parsefile = &basepf; /* current input file */
120 basepf.nextc = basepf.buf = basebuf;
541 while (pf != NULL) { /* don't need to stop at basepf */
676 while (parsefile != file && parsefile != &basepf)
690 while (parsefile != &basepf)
input.c 105 MKINIT struct parsefile basepf; /* top level input file */ variable in typeref:struct:parsefile
107 struct parsefile *parsefile = &basepf; /* current input file */
120 basepf.nextc = basepf.buf = basebuf;
541 while (pf != NULL) { /* don't need to stop at basepf */
676 while (parsefile != file && parsefile != &basepf)
690 while (parsefile != &basepf)

Completed in 21 milliseconds