Home
last modified time | relevance | path

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

/dports/editors/gummi/gummi-0.8.1/src/compile/
H A Dtexlive.h46 gchar* texlive_get_command (const gchar* method, gchar* workfile, gchar* basename);
H A Dtexlive.c114 gchar* texlive_get_command (const gchar* method, gchar* workfile, gchar* basename) { in texlive_get_command() function
/dports/editors/gummi/gummi-0.8.1/src/
H A Dlatex.c99 texcmd = texlive_get_command (method, ec->workfile, ec->basename); in latex_set_compile_cmd()