Searched refs:_sf_top_ix (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/flex/
H A Dscanflags.c37 size_t _sf_top_ix=0, _sf_max=0; variable
42 if (_sf_top_ix + 1 >= _sf_max)
46 _sf_stk[_sf_top_ix + 1] = _sf_stk[_sf_top_ix];
47 ++_sf_top_ix;
53 assert(_sf_top_ix > 0);
54 --_sf_top_ix;
66 _sf_stk[_sf_top_ix] = 0;
H A Dflexdef.h1212 extern size_t _sf_top_ix, _sf_max; /**< stack of scanner flags. */
1216 #define sf_top() (_sf_stk[_sf_top_ix])

Completed in 94 milliseconds