Home
last modified time | relevance | path

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

/dports/print/latex2rtf/latex2rtf-2.3.17/
H A Dcfg.c304 ConfigEntryT **SearchCfgEntry(const char *theTexCommand, int WhichCfg) in SearchCfgEntry() argument
315 compare_item.TexCommand = theTexCommand; in SearchCfgEntry()
323 if (theTexCommand == NULL) return NULL; in SearchCfgEntry()
328 diagnostics(5, "seeking '%s' in %d of size %d ", theTexCommand, WhichCfg, size); in SearchCfgEntry()
332 diagnostics(5, "seeking '%s' found '%s'", theTexCommand, (**p).TexCommand); in SearchCfgEntry()
359 char *SearchCfgRtf(const char *theTexCommand, int WhichCfg) in SearchCfgRtf() argument
368 p = SearchCfgEntry(theTexCommand, WhichCfg); in SearchCfgRtf()
H A Dcfg.h39 ConfigEntryT **SearchCfgEntry(const char *theTexCommand, int WhichCfg);