Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/
Dtextcommon.h90 extern int TextMain(const char *name, int argc, char *argv[]);
Dtextcommon.c477 TextMain(const char *name, /* I - Name of filter */ in TextMain() function
Dtexttopdf.c159 return (TextMain("texttopdf", argc, argv)); in main()