Searched refs:ox (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_ins_wch.c92 NCURSES_SIZE_T ox = win->_curx; local
96 win->_curx = ox;
121 NCURSES_SIZE_T ox = win->_curx; local
144 win->_curx = ox;
/freebsd-13-stable/lib/libc/stdio/
H A Dxprintf_float.c142 * B: ox[1] holds the 'x' or 'X'; '\0' if not hexadecimal
172 char ox[2]; /* space for 0x; ox[1] is either x, X, or \0 */ local
182 ox[1] = '\0';
198 ox[1] = 'x';
202 ox[1] = 'X';
222 ox[1] = '\0';
345 if (ox[1])
356 if (ox[1]) { /* ox[
[all...]
H A Dvfprintf.c333 * B: ox[1] holds the 'x' or 'X'; '\0' if not hexadecimal
364 char ox[2]; /* space for 0x; ox[1] is either x, X, or \0 */ local
510 ox[1] = '\0';
665 ox[1] = 'x';
669 ox[1] = 'X';
691 ox[1] = '\0';
831 ox[1] = 'x';
881 ox[1] = ch;
949 if (ox[
[all...]
H A Dvfwprintf.c413 * B: ox[1] holds the 'x' or 'X'; '\0' if not hexadecimal
443 wchar_t ox[2]; /* space for 0x hex-prefix */ local
581 ox[1] = '\0';
724 ox[1] = 'x';
728 ox[1] = 'X';
748 ox[1] = '\0';
890 ox[1] = 'x';
942 ox[1] = ch;
1010 if (ox[1])
1028 if (ox[
[all...]
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_insnstr.c82 NCURSES_SIZE_T ox = win->_curx; local
88 win->_curx = ox;
H A Dlib_insch.c156 NCURSES_SIZE_T ox = win->_curx; local
160 win->_curx = ox;
/freebsd-13-stable/usr.bin/systat/
H A Dmain.c342 int oy, ox; local
346 getyx(stdscr, oy, ox);
352 move(oy, ox);
/freebsd-13-stable/lib/libmp/
H A Dmpasbn.c374 MINT *ox, *x; local
383 ox = _itom("msqrt", 0);
388 _movem("msqrt", x, ox);
392 _msub("msqrt", ox, x, z3);
399 _mfree("msqrt", ox);
/freebsd-13-stable/contrib/file/src/
H A Dder.c398 size_t ox; local
405 ox = x;
414 SIZE_T_FORMAT "u %c,%c,%s,%u:", level, ox, x,
/freebsd-13-stable/contrib/sendmail/libsm/
H A Dvfprintf.c200 char ox[2]; /* space for 0x hex-prefix */ local
759 ox[0] = '0';
760 ox[1] = ch;
761 PRINT(ox, 2);

Completed in 141 milliseconds