Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dllex.c50 #define save_and_next(ls) (save(ls, ls->current), next(ls)) macro
192 save_and_next(ls); in check_next()
240 save_and_next(ls); in read_numeral()
247 save_and_next(ls); in read_numeral()
265 save_and_next(ls); in skip_sep()
267 save_and_next(ls); in skip_sep()
275 save_and_next(ls); /* skip 2nd `[' */ in read_long_string()
286 save_and_next(ls); /* skip 2nd `]' */ in read_long_string()
298 if (seminfo) save_and_next(ls); in read_long_string()
348 save_and_next(ls); /* keep delimiter (for error messages) */ in read_string()
[all …]