Home
last modified time | relevance | path

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

/PHP-8.3/ext/ffi/
H A Dffi_parser.c40 #define YYEND cend macro
1315 if (ch == 0 && YYPOS < YYEND) goto _yy_state_error; in get_skip_sym()
1409 if (YYPOS < YYEND) { in get_skip_sym()
1421 } else if (YYPOS < YYEND && (ch <= '!' || (ch >= '#' && ch <= '[') || ch >= ']')) { in get_skip_sym()
1433 if (YYPOS < YYEND) { in get_skip_sym()
1445 } else if (YYPOS < YYEND && (ch <= '&' || (ch >= '(' && ch <= '[') || ch >= ']')) { in get_skip_sym()
1479 } else if (YYPOS < YYEND && (ch <= '\t' || ch == '\v' || ch == '\f' || ch >= '\016')) { in get_skip_sym()
1610 } else if (YYPOS < YYEND && (ch <= ')' || ch >= '+')) { in get_skip_sym()
1726 if (YYPOS >= YYEND) { in get_skip_sym()

Completed in 14 milliseconds