Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dtables.h66 int yytbl_writer_init (struct yytbl_writer *, FILE *);
H A Dtables.c71 int yytbl_writer_init (struct yytbl_writer *wr, FILE * out) in yytbl_writer_init() function
H A Dmain.c423 yytbl_writer_init (&tableswr, tablesout); in check_options()