Home
last modified time | relevance | path

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

/openbsd/usr.bin/lex/
H A Dscanflags.c38 scanflags_t* _sf_stk = NULL;
45 _sf_stk = (scanflags_t*) realloc ( (void*) _sf_stk, sizeof(scanflags_t) * (_sf_max += 32)); in sf_push()
64 _sf_stk = (scanflags_t*) malloc ( sizeof(scanflags_t) * (_sf_max = 32)); in sf_init()
67 (void *)sizeof(scanflags_t)); in sf_init()
H A Dflexdef.h1164 typedef unsigned int scanflags_t; typedef
1165 extern scanflags_t* _sf_stk;