Home
last modified time | relevance | path

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

/external/lua/src/
Dllex.c51 #define save_and_next(ls) (save(ls, ls->current), next(ls)) macro
202 save_and_next(ls); in check_next2()
219 save_and_next(ls); in read_numeral()
226 save_and_next(ls); in read_numeral()
228 save_and_next(ls); in read_numeral()
255 save_and_next(ls); in skip_sep()
257 save_and_next(ls); in skip_sep()
266 save_and_next(ls); /* skip 2nd '[' */ in read_long_string()
280 save_and_next(ls); /* skip 2nd ']' */ in read_long_string()
292 if (seminfo) save_and_next(ls); in read_long_string()
[all …]