Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconfigparser.y131 %type stringop {buffer *}
141 %destructor stringop { buffer_free($$); }
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() function
559 include ::= INCLUDE stringop(A). { in stringop() function
569 include_shell ::= INCLUDE_SHELL stringop(A). { in stringop() function