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

  /system/core/sh/
input.c 83 * The parsefile structure pointed to by the global variable parsefile
88 struct parsefile { struct
89 struct parsefile *prev; /* preceding file on stack */
102 int parsenleft; /* copy of parsefile->nleft */
103 MKINIT int parselleft; /* copy of parsefile->lleft */
104 char *parsenextc; /* copy of parsefile->nextc */
105 MKINIT struct parsefile basepf; /* top level input file */
107 struct parsefile *parsefile = &basepf; /* current input file * variable in typeref:struct:parsefile
    [all...]
init.c 911 struct parsefile { struct
912 struct parsefile *prev; /* preceding file on stack */
923 extern int parselleft; /* copy of parsefile->lleft */
924 extern struct parsefile basepf; /* top level input file */

Completed in 2335 milliseconds