Searched refs:_sf_top_ix (Results 1 – 5 of 5) sorted by relevance
37 size_t _sf_top_ix=0, _sf_max=0; variable42 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()
1148 extern size_t _sf_top_ix, _sf_max; /**< stack of scanner flags. */1152 #define sf_top() (_sf_stk[_sf_top_ix])
769 if (_sf_top_ix > 0) {
3509 if (_sf_top_ix > 0) {
668 (_sf_top_ix + 1 >= _sf_max) ^~ scanflags.c:44:9: note: ...this