Home
last modified time | relevance | path

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

/NextBSD/contrib/flex/
HDtables.h63 extern char *tablesfilename, *tablesname;
HDmain.c111 char *tablesfilename=0,*tablesname=0; variable
411 tablesname = (char *) calloc (nbytes, 1); in check_options()
412 snprintf (tablesname, nbytes, "%stables", prefix); in check_options()
413 yytbl_hdr_init (&hdr, flex_version, tablesname); in check_options()
954 tablesfilename = tablesname = NULL;
HDmisc.c903 tablesname?tablesname:"yytables"); in skelout()