HomeSort by relevance Sort by last modified time
    Searched refs:basepf (Results 1 - 2 of 2) sorted by null

  /system/core/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 */
124 basepf.nextc = basepf.buf = basebuf;
547 while (parsefile != &basepf)
init.c 924 extern struct parsefile basepf; /* top level input file */
960 basepf.nextc = basepf.buf = basebuf;

Completed in 194 milliseconds