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

/netbsd-current/external/bsd/flex/dist/src/
H A Dscanflags.c38 scanflags_t* _sf_stk = NULL; variable
46 _sf_stk = realloc(_sf_stk, sizeof(scanflags_t) * _sf_max);
50 _sf_stk[_sf_top_ix + 1] = _sf_stk[_sf_top_ix];
65 assert(_sf_stk == NULL);
67 _sf_stk = malloc(sizeof(scanflags_t) * _sf_max);
68 if (!_sf_stk)
70 _sf_stk[_sf_top_ix] = 0;
H A Dflexdef.h1156 extern scanflags_t* _sf_stk;
1161 #define sf_top() (_sf_stk[_sf_top_ix])

Completed in 70 milliseconds