Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dllex.c46 #define save_and_next(ls) (save(ls, ls->current), next(ls)) macro
188 save_and_next(ls); in check_next()
236 save_and_next(ls); in read_numeral()
243 save_and_next(ls); in read_numeral()
261 save_and_next(ls); in skip_sep()
263 save_and_next(ls); in skip_sep()
271 save_and_next(ls); /* skip 2nd `[' */ in read_long_string()
282 save_and_next(ls); /* skip 2nd `]' */ in read_long_string()
294 if (seminfo) save_and_next(ls); in read_long_string()
344 save_and_next(ls); /* keep delimiter (for error messages) */ in read_string()
[all …]