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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dllex.c182 static int check_next (LexState *ls, const char *set) { function
234 if (first == '0' && check_next(ls, "Xx")) /* hexadecimal? */
237 if (check_next(ls, expo)) /* exponent part? */
238 check_next(ls, "+-"); /* optional exponent sign */
469 if (check_next(ls, ".")) {
470 if (check_next(ls, "."))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_rec.c110 goto check_next;
189 check_next: /*

Completed in 113 milliseconds