OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:heredoclist
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/sh/
parser.h
141
#define
heredoclist
(current_parser->ps_heredoclist)
macro
parser.c
176
if (
heredoclist
)
178
heredoclist
->startline,
heredoclist
->eofmark);
804
if (
heredoclist
== NULL)
805
heredoclist
= here;
807
for (p =
heredoclist
; p->next ; p = p->next)
971
if (
heredoclist
)
972
line =
heredoclist
->startline + 1;
974
while (
heredoclist
) {
976
here =
heredoclist
;
[
all
...]
Completed in 11 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025