Home
last modified time | relevance | path

Searched refs:_sf_stk (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/flex/src/
H A Dscanflags.c36 scanflags_t* _sf_stk = NULL; variable
44 _sf_stk = realloc(_sf_stk, sizeof(scanflags_t) * _sf_max); in sf_push()
48 _sf_stk[_sf_top_ix + 1] = _sf_stk[_sf_top_ix]; in sf_push()
63 assert(_sf_stk == NULL); in sf_init()
65 _sf_stk = malloc(sizeof(scanflags_t) * _sf_max); in sf_init()
66 if (!_sf_stk) in sf_init()
68 _sf_stk[_sf_top_ix] = 0; in sf_init()
H A Dflexdef.h1147 extern scanflags_t* _sf_stk;
1152 #define sf_top() (_sf_stk[_sf_top_ix])
/freebsd/contrib/flex/
H A DChangeLog670 guarded by the ‘if’ _sf_stk = realloc(_sf_stk,