OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:opt_pst
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/host-tools/nawk-20071023/
awkgram.y
72
%type <i> pst
opt_pst
lbrace rbrace rparen comma nl opt_nl and bor
154
opt_pst
:
label
166
opt_pst
{ $$ = 0; }
167
|
opt_pst
pa_stats
opt_pst
{ $$ = $2; }
190
| pa_stats
opt_pst
pa_stat { $$ = linkum($1, $3); }
Completed in 63 milliseconds