Searched refs:strpush (Results 1 - 2 of 2) sorted by relevance

/system/core/sh/
H A Dinput.c74 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...]
H A Dinit.c903 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 52 milliseconds