Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dscanflags.c37 size_t _sf_top_ix=0, _sf_max=0; variable
42 if (_sf_top_ix + 1 >= _sf_max) { in sf_push()
48 _sf_stk[_sf_top_ix + 1] = _sf_stk[_sf_top_ix]; in sf_push()
49 ++_sf_top_ix; in sf_push()
55 assert(_sf_top_ix > 0); in sf_pop()
56 --_sf_top_ix; in sf_pop()
68 _sf_stk[_sf_top_ix] = 0; in sf_init()
H A Dflexdef.h1148 extern size_t _sf_top_ix, _sf_max; /**< stack of scanner flags. */
1152 #define sf_top() (_sf_stk[_sf_top_ix])
H A Dscan.l769 if (_sf_top_ix > 0) {
/freebsd/usr.bin/lex/
H A Dinitscan.c3509 if (_sf_top_ix > 0) {
/freebsd/contrib/flex/
H A DChangeLog668 (_sf_top_ix + 1 >= _sf_max) ^~ scanflags.c:44:9: note: ...this