OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opt_pst
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/historical/nawk/dist/
awkgram.y
76
%type <i> pst
opt_pst
lbrace rbrace rparen comma nl opt_nl and bor
159
opt_pst
:
label
171
opt_pst
{ $$ = 0; }
172
|
opt_pst
pa_stats
opt_pst
{ $$ = $2; }
195
| pa_stats
opt_pst
pa_stat { $$ = linkum($1, $3); }
Completed in 21 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026