Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/flex/dist/src/
H A Dtables.h65 extern char *tablesfilename, *tablesname;
H A Dmain.c114 char *tablesfilename=0,*tablesname=0; variable
429 tablesname = calloc(nbytes, 1); in check_options()
430 snprintf (tablesname, nbytes, "%stables", prefix); in check_options()
431 yytbl_hdr_init (&hdr, flex_version, tablesname); in check_options()
971 tablesfilename = tablesname = NULL; in flexinit()
H A Dmisc.c774 tablesname?tablesname:"yytables"); in skelout()