Searched defs:exprlist (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y141 %type <node> statement statlist fileout exprlist eexprlist simplepattern
219 exprlist
225 exprlist: label
227 | exprlist COMMA expr = {
338 | LPAREN exprlist RPAREN IN var = {
356 | var LSQUARE exprlist RSQUARE = {
460 | PRINT LPAREN exprlist RPAREN fileout SEMI = {
463 | PRINTF exprlist fileout SEMI = {
466 | PRINTF LPAREN exprlist RPAREN fileout SEMI = {
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Descparse.y89 %type <np> exprlist expr iterid ename pname epname eexprlist ipname iname
259 | '{' exprlist '}'
263 exprlist: expr label
264 | exprlist ',' expr
346 | ID '(' exprlist ')'
363 | ID '(' exprlist ')'
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dprexgram.y109 %type <exprval> expr exprlist
195 | ENABLE exprlist NL
211 | DISABLE exprlist NL
227 | TRACE exprlist NL
243 | UNTRACE exprlist NL
259 | CONNECT FCNNAME exprlist NL
275 | CLEAR exprlist NL
284 create_statement : CREATE SETNAME exprlist NL { (void) set($2, $3); }
328 | LIST speclist PROBES exprlist NL
335 exprlist label
[all...]

Completed in 64 milliseconds