Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/flex/dist/src/
H A Dmain.c408 FILE *tablesout; in check_options() local
421 if ((tablesout = fopen (tablesfilename, "w")) == NULL) in check_options()
426 yytbl_writer_init (&tableswr, tablesout); in check_options()