Searched refs:_sf_max (Results 1 - 2 of 2) 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) {
45 _sf_max += 32;
46 _sf_stk = realloc(_sf_stk, sizeof(scanflags_t) * _sf_max);
66 _sf_max = 32;
67 _sf_stk = malloc(sizeof(scanflags_t) * _sf_max);
H A Dflexdef.h1157 extern size_t _sf_top_ix, _sf_max; /**< stack of scanner flags. */

Completed in 146 milliseconds