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

/freebsd-11-stable/contrib/flex/
H A Dscanflags.c36 scanflags_t* _sf_stk = NULL;
43 _sf_stk = (scanflags_t*) flex_realloc ( (void*) _sf_stk, sizeof(scanflags_t) * (_sf_max += 32));
62 _sf_stk = (scanflags_t*) flex_alloc ( sizeof(scanflags_t) * (_sf_max = 32));
65 (void *)(uintptr_t)sizeof(scanflags_t));
H A Dflexdef.h1210 typedef unsigned int scanflags_t; typedef
1211 extern scanflags_t* _sf_stk;

Completed in 53 milliseconds