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

/freebsd-11.0-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)
43 _sf_stk = (scanflags_t*) flex_realloc ( (void*) _sf_stk, sizeof(scanflags_t) * (_sf_max += 32));
62 _sf_stk = (scanflags_t*) flex_alloc ( sizeof(scanflags_t) * (_sf_max = 32));
H A Dflexdef.h1212 extern size_t _sf_top_ix, _sf_max; /**< stack of scanner flags. */

Completed in 49 milliseconds