Searched refs:PERROR (Results 1 - 2 of 2) sorted by relevance

/httpd/server/
H A Dutil_expr_scan.l78 #define PERROR(msg) do { yyextra->error2 = msg ; return T_ERROR; } while (0)
87 PERROR("String too long"); \
134 PERROR("Unterminated variable in string");
154 PERROR("Unterminated string or variable");
157 PERROR("Unterminated string or variable");
161 PERROR("Unterminated string or variable");
177 PERROR("Escape sequence out of bound");
184 PERROR("Bad escape sequence");
272 PERROR(msg);
311 PERROR("Regex
[all...]
H A Dutil_expr_scan.c617 #define PERROR(msg) do { yyextra->error2 = msg ; return T_ERROR; } while (0) macro
626 PERROR("String too long"); \
1008 PERROR("Unterminated variable in string");
1033 PERROR("Unterminated string or variable");
1040 PERROR("Unterminated string or variable");
1047 PERROR("Unterminated string or variable");
1066 PERROR("Escape sequence out of bound");
1077 PERROR("Bad escape sequence");
1224 PERROR(msg);
1278 PERROR("Regex
[all...]

Completed in 2173 milliseconds