Lines Matching refs:ox
684 CHAR_T ox[2]; /* space for 0x hex-prefix */ in WDECL() local
880 ox[1] = '\0'; in WDECL()
1058 ox[1] = 'x'; in WDECL()
1062 ox[1] = 'X'; in WDECL()
1091 ox[1] = '\0'; in WDECL()
1273 ox[1] = 'x'; in WDECL()
1347 ox[1] = ch; in WDECL()
1418 if (ox[1]) in WDECL()
1435 if (ox[1]) { /* ox[1] is either x, X, or \0 */ in WDECL()
1436 ox[0] = '0'; in WDECL()
1437 PRINT(ox, 2); in WDECL()