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

/freebsd-12-stable/contrib/ncurses/ncurses/base/
H A Dlib_insnstr.c50 NCURSES_SIZE_T ox; local
60 ox = win->_curx;
64 win->_curx = ox;
H A Dlib_insch.c149 NCURSES_SIZE_T ox; local
156 ox = win->_curx;
160 win->_curx = ox;
/freebsd-12-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_ins_wch.c86 NCURSES_SIZE_T ox; local
93 ox = win->_curx;
97 win->_curx = ox;
109 NCURSES_SIZE_T ox; local
124 ox = win->_curx;
146 win->_curx = ox;
/freebsd-12-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-12-stable/usr.bin/systat/
H A Dmain.c342 int oy, ox; local
346 getyx(stdscr, oy, ox);
352 move(oy, ox);
/freebsd-12-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-12-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-12-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);
/freebsd-12-stable/contrib/binutils/bfd/
H A Dcoff-rs6000.c277 struct xcoff_tdata *ix, *ox; local
283 ox = xcoff_data (obfd);
284 ox->full_aouthdr = ix->full_aouthdr;
285 ox->toc = ix->toc;
287 ox->sntoc = 0;
292 ox->sntoc = 0;
294 ox->sntoc = sec->output_section->target_index;
297 ox->snentry = 0;
302 ox->snentry = 0;
304 ox
[all...]

Completed in 92 milliseconds