Home
last modified time | relevance | path

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

/vim-8.2.3635/src/xxd/
H A Dxxd.c199 #define HEX_POSTSCRIPT 1 macro
311 if (hextype == HEX_POSTSCRIPT && (c == ' ' || c == '\n' || c == '\t')) in huntype()
498 else if (!STRNCMP(pp, "-p", 2)) hextype = HEX_POSTSCRIPT; in main()
622 case HEX_POSTSCRIPT: cols = 30; break; in main()
636 case HEX_POSTSCRIPT: in main()
687 if (hextype && (hextype != HEX_POSTSCRIPT)) in main()
773 if (hextype == HEX_POSTSCRIPT) in main()