Home
last modified time | relevance | path

Searched refs:g_lof_name (Results 1 – 2 of 2) sorted by relevance

/dports/print/latex2rtf/latex2rtf-2.3.17/
H A Dmain.h61 extern char *g_lof_name;
H A Dmain.c67 char *g_lof_name = NULL; variable
383 if (g_lof_name == NULL && basename != NULL) in main()
384 g_lof_name = strdup_together(basename, ".lof"); in main()