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

/netbsd-current/external/bsd/flex/dist/src/
H A Dscanflags.c39 size_t _sf_top_ix=0, _sf_max=0; variable
44 if (_sf_top_ix + 1 >= _sf_max) {
50 _sf_stk[_sf_top_ix + 1] = _sf_stk[_sf_top_ix];
51 ++_sf_top_ix;
57 assert(_sf_top_ix > 0);
58 --_sf_top_ix;
70 _sf_stk[_sf_top_ix] = 0;
H A Dflexdef.h1157 extern size_t _sf_top_ix, _sf_max; /**< stack of scanner flags. */
1161 #define sf_top() (_sf_stk[_sf_top_ix])
H A Dscan.l772 if (_sf_top_ix > 0) {
H A Dinitscan.c3323 if (_sf_top_ix > 0) {

Completed in 311 milliseconds