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