OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 271 milliseconds