Lines Matching defs:ox
326 * B: ox[1] holds the 'x' or 'X'; '\0' if not hexadecimal
357 char ox[2]; /* space for 0x; ox[1] is either x, X, or \0 */
500 ox[1] = '\0';
661 ox[1] = ch;
711 ox[1] = 'x';
715 ox[1] = 'X';
737 ox[1] = '\0';
879 ox[1] = 'x';
929 ox[1] = ch;
998 if (ox[1])
1016 if (ox[1]) { /* ox[1] is either x, X, or \0 */
1017 ox[0] = '0';
1018 PRINT(ox, 2);