Lines Matching refs:expression
378 %type expression {data_unset *}
391 %destructor expression { if ($$) $$->fn->free($$); }
401 varline ::= key(A) ASSIGN expression(B). { in key()
425 varline ::= key(A) FORCE_ASSIGN expression(B). { in key()
444 varline ::= key(A) APPEND expression(B). { in key()
487 expression(A) ::= expression(B) PLUS value(C). { in expression() function
502 expression(A) ::= value(B). { in expression() function
607 aelement(A) ::= expression(B). { in aelement()
611 aelement(A) ::= stringop(B) ARRAY_ASSIGN expression(C). { in aelement()
747 context ::= DOLLAR SRVVARNAME(B) LBRACKET stringop(C) RBRACKET cond(E) expression(D). { in SRVVARNAME()
791 stringop(A) ::= expression(B). { in stringop()