Searched refs:tablesfilename (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/flex/
H A Dtables.h57 * tablesfilename - filename for external tables
64 extern char *tablesfilename, *tablesname;
H A Dmain.c112 char *tablesfilename=0,*tablesname=0;
397 if (!tablesfilename) {
399 tablesfilename = pname = (char *) calloc (nbytes, 1);
403 if ((tablesout = fopen (tablesfilename, "w")) == NULL)
404 lerrsf (_("could not create %s"), tablesfilename);
407 tablesfilename = 0;
955 tablesfilename = tablesname = NULL;
1176 tablesfilename = arg;
111 char *tablesfilename=0,*tablesname=0; variable
H A Dparse.y208 { tablesext = true; tablesfilename = copy_string( nmstr ); }
/freebsd-10-stable/usr.bin/lex/
H A Dinitparse.c957 { tablesext = true; tablesfilename = copy_string( nmstr ); }

Completed in 159 milliseconds