Searched refs:gwidth (Results 1 – 1 of 1) sorted by relevance
554 unsigned curchar = 0, gwidth, gwbytes, i, j, chars_per_row; in parse_hex() local581 gwidth = width * 2; in parse_hex()582 gwbytes = howmany(gwidth, 8); in parse_hex()583 if (chars_per_row < gwbytes * 2 || gwidth <= 8) { in parse_hex()584 gwidth = width; /* Single-width character. */ in parse_hex()596 bytes_r + i * wbytes, line, gwidth); in parse_hex()604 gwidth != width ? bytes_r : NULL); in parse_hex()