Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/
Dtextcommon.c572 PrettyPrint = PRETTY_CODE; in TextMain()
1036 PrettyPrint == PRETTY_CODE) in TextMain()
1045 else if (ch == '#' && PrettyPrint != PRETTY_CODE) in TextMain()
1055 PrettyPrint == PRETTY_CODE) in TextMain()
Dtextcommon.h48 #define PRETTY_CODE 2 macro