Home
last modified time | relevance | path

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

/PHP-8.0/ext/ffi/
H A Dffi_parser.c39 #define YYEND cend macro
1256 if (ch == 0 && YYPOS < YYEND) goto _yy_state_error; in get_skip_sym()
1350 if (YYPOS < YYEND) { in get_skip_sym()
1362 } else if (YYPOS < YYEND && (ch <= '!' || (ch >= '#' && ch <= '[') || ch >= ']')) { in get_skip_sym()
1374 if (YYPOS < YYEND) { in get_skip_sym()
1386 } else if (YYPOS < YYEND && (ch <= '&' || (ch >= '(' && ch <= '[') || ch >= ']')) { in get_skip_sym()
1420 } else if (YYPOS < YYEND && (ch <= '\t' || ch == '\v' || ch == '\f' || ch >= '\016')) { in get_skip_sym()
1551 } else if (YYPOS < YYEND && (ch <= ')' || ch >= '+')) { in get_skip_sym()
1667 if (YYPOS >= YYEND) { in get_skip_sym()

Completed in 11 milliseconds