Searched refs:hextype (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/vim-53/src/xxd/
H A Dxxd.c263 huntype(fpi, fpo, fperr, pname, cols, hextype, base_off)
266 int cols, hextype;
282 if (hextype == HEX_POSTSCRIPT && (c == ' ' || c == '\n' || c == '\t'))
305 if (!hextype)
342 if ((++p >= cols) && !hextype)
354 if (!hextype)
449 int cols = 0, nonzero = 0, autoskip = 0, hextype = HEX_NORMAL; local
480 else if (!STRNCMP(pp, "-b", 2)) hextype = HEX_BITS;
482 else if (!STRNCMP(pp, "-p", 2)) hextype = HEX_POSTSCRIPT;
483 else if (!STRNCMP(pp, "-i", 2)) hextype
[all...]

Completed in 161 milliseconds