Searched refs:gwidth (Results 1 – 1 of 1) sorted by relevance
551 unsigned curchar = 0, gwidth, gwbytes, i, j, chars_per_row; in parse_hex() local578 gwidth = width * 2; in parse_hex()579 gwbytes = howmany(gwidth, 8); in parse_hex()580 if (chars_per_row < gwbytes * 2 || gwidth <= 8) { in parse_hex()581 gwidth = width; /* Single-width character. */ in parse_hex()593 bytes_r + i * wbytes, line, gwidth); in parse_hex()601 gwidth != width ? bytes_r : NULL); in parse_hex()