Lines Matching refs:save_and_next
43 #define save_and_next(ls) (save(ls, ls->current), next(ls)) macro
185 save_and_next(ls); in check_next()
233 save_and_next(ls); in read_numeral()
240 save_and_next(ls); in read_numeral()
258 save_and_next(ls); in skip_sep()
260 save_and_next(ls); in skip_sep()
268 save_and_next(ls); /* skip 2nd `[' */ in read_long_string()
279 save_and_next(ls); /* skip 2nd `]' */ in read_long_string()
291 if (seminfo) save_and_next(ls); in read_long_string()
341 save_and_next(ls); /* keep delimiter (for error messages) */ in read_string()
389 save_and_next(ls); in read_string()
392 save_and_next(ls); /* skip delimiter */ in read_string()
471 save_and_next(ls); in llex()
493 save_and_next(ls); in llex()