Home
last modified time | relevance | path

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

/src/contrib/flex/src/
H A Dscanflags.c36 scanflags_t* _sf_stk = NULL;
44 _sf_stk = realloc(_sf_stk, sizeof(scanflags_t) * _sf_max); in sf_push()
65 _sf_stk = malloc(sizeof(scanflags_t) * _sf_max); in sf_init()
67 lerr_fatal(_("Unable to allocate %zu of stack"), sizeof(scanflags_t)); in sf_init()
H A Dflexdef.h1146 typedef unsigned int scanflags_t; typedef
1147 extern scanflags_t* _sf_stk;
1149 #define _SF_CASE_INS ((scanflags_t) 0x0001)
1150 #define _SF_DOT_ALL ((scanflags_t) 0x0002)
1151 #define _SF_SKIP_WS ((scanflags_t) 0x0004)
/src/contrib/flex/
H A DChangeLog671 sizeof(scanflags_t) * _sf_max); ^~~~~~~