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
204 save_and_next(ls); in check_next2()
229 save_and_next(ls); in read_numeral()
236 save_and_next(ls); in read_numeral()
240 save_and_next(ls); /* force an error */ in read_numeral()
265 save_and_next(ls); in skip_sep()
267 save_and_next(ls); in skip_sep()
278 save_and_next(ls); /* skip 2nd '[' */ in read_long_string()
292 save_and_next(ls); /* skip 2nd ']' */ in read_long_string()
304 if (seminfo) save_and_next(ls); in read_long_string()
[all …]