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