Searched refs:_sf_stk (Results 1 – 3 of 3) sorted by relevance
36 scanflags_t* _sf_stk = NULL; variable44 _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()
1147 extern scanflags_t* _sf_stk;1152 #define sf_top() (_sf_stk[_sf_top_ix])
670 guarded by the ‘if’ _sf_stk = realloc(_sf_stk,