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

/freebsd-10-stable/contrib/flex/
H A Dtables.h58 * tablesname - name that goes in serialized data, e.g., "yytables"
64 extern char *tablesfilename, *tablesname;
H A Dmain.c112 char *tablesfilename=0,*tablesname=0;
412 tablesname = (char *) calloc (nbytes, 1);
413 snprintf (tablesname, nbytes, "%stables", prefix);
414 yytbl_hdr_init (&hdr, flex_version, tablesname);
955 tablesfilename = tablesname = NULL;
111 char *tablesfilename=0,*tablesname=0; variable
H A Dmisc.c903 tablesname?tablesname:"yytables");

Completed in 105 milliseconds