Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dgen.c264 chk[offset] = EOB_POSITION; in mkctbl()
270 if (chk[i] == EOB_POSITION) { in mkctbl()
385 chk[offset] = EOB_POSITION; in genctbl()
391 if (chk[i] == EOB_POSITION) in genctbl()
H A Dflexdef.h119 #define EOB_POSITION -1 macro