Searched refs:save_and_next (Results 1 – 2 of 2) sorted by relevance
51 #define save_and_next(ls) (save(ls, ls->current), next(ls)) macro207 save_and_next(ls); in check_next2()232 save_and_next(ls); in read_numeral()239 save_and_next(ls); in read_numeral()243 save_and_next(ls); /* force an error */ in read_numeral()269 save_and_next(ls); in skip_sep()271 save_and_next(ls); in skip_sep()282 save_and_next(ls); /* skip 2nd '[' */ in read_long_string()296 save_and_next(ls); /* skip 2nd ']' */ in read_long_string()308 if (seminfo) save_and_next(ls); in read_long_string()[all …]
43 #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 …]