Lines Matching full:flex
22 /* This file is mostly data generated by flex. Unfortunately flex
27 flex generated code, using as little editing as possible.
29 The flex syntax to generate the lexer are more or less directly
33 To regenerate, run flex on tokenizer.flex. After this, copy the
74 # Skip over the flex output prologue: the above typedefs, forward declarations, etc.
87 # Skip down the the declaration of yytext; the body of the flex output begins after it.
125 # flex outputs a ton of logic related to end-of-buffer handling; we just want to fall through to
127 # the terminating double-NUL so that subsequent calls to flex will have the pointers in order,
128 # so this logic is a reduction of the normal flex-generated YY_END_OF_BUFFER code.
145 # We don't want the remainder of flex's output.
146 # However, flex may choke with "flex: error writing output file <stdout>"