Searched refs:save_and_next (Results 1 – 2 of 2) sorted by relevance
50 #define save_and_next(ls) (save(ls, ls->current), next(ls)) macro192 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 …]
46 #define save_and_next(ls) (save(ls, ls->current), next(ls)) macro185 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()[all …]