Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dllex.c44 #define save_and_next(ls) (save(ls, ls->current), next(ls)) macro
186 save_and_next(ls); in check_next()
234 save_and_next(ls); in read_numeral()
241 save_and_next(ls); in read_numeral()
259 save_and_next(ls); in skip_sep()
261 save_and_next(ls); in skip_sep()
269 save_and_next(ls); /* skip 2nd `[' */ in read_long_string()
280 save_and_next(ls); /* skip 2nd `]' */ in read_long_string()
292 if (seminfo) save_and_next(ls); in read_long_string()
342 save_and_next(ls); /* keep delimiter (for error messages) */ in read_string()
[all …]