Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dconfigparser.y386 %type stringop {buffer *}
396 %destructor stringop { buffer_free($$); }
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() function
808 include ::= INCLUDE stringop(A). { in stringop() function
818 include_shell ::= INCLUDE_SHELL stringop(A). { in stringop() function