Searched refs:HEX_BITS (Results 1 – 1 of 1) sorted by relevance
201 #define HEX_BITS 3 /* not hex a dump, but bits: 01111001 */ macro495 else if (!STRNCMP(pp, "-b", 2)) hextype = HEX_BITS; in main()624 case HEX_BITS: cols = 6; break; in main()633 case HEX_BITS: octspergrp = 1; break; in main()641 if (cols < 1 || ((hextype == HEX_NORMAL || hextype == HEX_BITS || hextype == HEX_LITTLEENDIAN) in main()804 if (hextype != HEX_BITS) in main()