Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dmain.c111 char *tablesfilename=0,*tablesname=0; variable
412 if (!tablesfilename) { in check_options()
414 tablesfilename = pname = calloc(nbytes, 1); in check_options()
418 if ((tablesout = fopen (tablesfilename, "w")) == NULL) in check_options()
419 lerr (_("could not create %s"), tablesfilename); in check_options()
421 tablesfilename = 0; in check_options()
968 tablesfilename = tablesname = NULL; in flexinit()
1188 tablesfilename = arg; in flexinit()
H A Dtables.h63 extern char *tablesfilename, *tablesname;
H A Dparse.y210 { tablesext = true; tablesfilename = xstrdup(nmstr); }
/freebsd/usr.bin/lex/
H A Dinitparse.c955 { tablesext = true; tablesfilename = xstrdup(nmstr); } in YYPARSE_DECL()