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

/freebsd-11-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-11-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-11-stable/lib/libc/stdio/
H A Dxprintf_float.c140 * B: ox[1] holds the 'x' or 'X'; '\0' if not hexadecimal
170 char ox[2]; /* space for 0x; ox[1] is either x, X, or \0 */ local
180 ox[1] = '\0';
196 ox[1] = 'x';
200 ox[1] = 'X';
220 ox[1] = '\0';
343 if (ox[1])
354 if (ox[1]) { /* ox[
[all...]
H A Dvfprintf.c331 * B: ox[1] holds the 'x' or 'X'; '\0' if not hexadecimal
362 char ox[2]; /* space for 0x; ox[1] is either x, X, or \0 */ local
508 ox[1] = '\0';
663 ox[1] = 'x';
667 ox[1] = 'X';
689 ox[1] = '\0';
829 ox[1] = 'x';
879 ox[1] = ch;
947 if (ox[
[all...]
H A Dvfwprintf.c411 * B: ox[1] holds the 'x' or 'X'; '\0' if not hexadecimal
441 wchar_t ox[2]; /* space for 0x hex-prefix */ local
579 ox[1] = '\0';
722 ox[1] = 'x';
726 ox[1] = 'X';
746 ox[1] = '\0';
888 ox[1] = 'x';
940 ox[1] = ch;
1008 if (ox[1])
1026 if (ox[
[all...]
/freebsd-11-stable/usr.bin/systat/
H A Dmain.c335 int oy, ox; local
339 getyx(stdscr, oy, ox);
345 move(oy, ox);
/freebsd-11-stable/lib/libmp/
H A Dmpasbn.c364 MINT *ox, *x; local
373 ox = _itom("msqrt", 0);
378 _movem("msqrt", x, ox);
382 _msub("msqrt", ox, x, z3);
389 _mfree("msqrt", ox);
/freebsd-11-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-11-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-11-stable/contrib/groff/src/devices/xditview/
H A Ddraw.c647 int ox, oy, dx, dy; local
656 ox = XPos (dw);
660 sx = ox;
671 int ux = ox + DeviceToX (dw, dx += v[i]);
/freebsd-11-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 116 milliseconds