Home
last modified time | relevance | path

Searched refs:expression (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconfigparser.y123 %type expression {data_unset *}
136 %destructor expression { $$->free($$); }
146 varline ::= key(A) ASSIGN expression(B). { in key()
170 varline ::= key(A) APPEND expression(B). { in key()
221 expression(A) ::= expression(B) PLUS value(C). { in expression() function
231 expression(A) ::= value(B). { in expression() function
318 aelement(A) ::= expression(B). { in aelement()
322 aelement(A) ::= stringop(B) ARRAY_ASSIGN expression(C). { in aelement()
380 context ::= DOLLAR SRVVARNAME(B) LBRACKET stringop(C) RBRACKET cond(E) expression(D). { in SRVVARNAME()
542 stringop(A) ::= expression(B). { in stringop()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dconfiguration.txt121 perl style regular expression match
123 perl style regular expression not match
125 and <value> is either a quoted ("") literal string or regular expression.
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS338 * fixed mem leak in ssi expression parser (#1753), thx Take5k