OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strpush
(Results
1 - 1
of
1
) sorted by relevancy
/src/bin/sh/
input.c
73
struct
strpush
{
struct
74
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 */
260
while (parsefile->
strpush
) {
261
if (parsenleft == -1 && parsefile->
strpush
->ap != NULL)
376
struct
strpush
*sp = parsefile->
strpush
;
425
struct
strpush
*sp
[
all
...]
Completed in 252 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025