Searched refs:T_OP_CONCAT (Results 1 - 4 of 4) sorted by relevance

/httpd/server/
H A Dutil_expr_parse.h81 T_OP_CONCAT = 290, enumerator in enum:yytokentype
H A Dutil_expr_parse.y78 %token T_OP_CONCAT "string concatenation"
87 %right T_OP_CONCAT
169 | word T_OP_CONCAT word { $$ = ap_expr_make(op_Concat, $1, $3, ctx); }
H A Dutil_expr_parse.c146 T_OP_CONCAT = 290, enumerator in enum:yytokentype
H A Dutil_expr_scan.c1386 { return T_OP_CONCAT; }

Completed in 3332 milliseconds