Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dtables.h63 extern char *tablesfilename, *tablesname;
H A Dmain.c111 char *tablesfilename=0,*tablesname=0; variable
426 tablesname = calloc(nbytes, 1); in check_options()
427 snprintf (tablesname, nbytes, "%stables", prefix); in check_options()
428 yytbl_hdr_init (&hdr, flex_version, tablesname); in check_options()
968 tablesfilename = tablesname = NULL; in flexinit()
H A Dmisc.c769 tablesname?tablesname:"yytables"); in skelout()