OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strpush
(Results
1 - 2
of
2
) sorted by null
/system/core/sh/
input.c
74
struct
strpush
{
struct
75
struct
strpush
*prev; /* preceding string on stack */
96
struct
strpush
*
strpush
; /* for pushing strings at this level */
member in struct:parsefile
97
struct
strpush
basestrpush; /* so pushing one is fast */
293
if (parsefile->
strpush
) {
388
struct
strpush
*sp;
392
if (parsefile->
strpush
) {
393
sp = ckmalloc(sizeof (struct
strpush
));
394
sp->prev = parsefile->
strpush
;
[
all
...]
init.c
903
struct
strpush
{
struct
904
struct
strpush
*prev; /* preceding string on stack */
919
struct
strpush
*
strpush
; /* for pushing strings at this level */
member in struct:parsefile
920
struct
strpush
basestrpush; /* so pushing one is fast */
Completed in 36 milliseconds