Searched refs:win (Results 126 - 150 of 211) sorted by relevance

123456789

/freebsd-9.3-release/gnu/lib/libodialog/
H A Dchecklist.c31 static void print_item(WINDOW *win, unsigned char *tag, unsigned char *item, int status, int choice, int selected, dialogMenuItem *me, int list_width, int item_x, int check_x);
632 print_item(WINDOW *win, unsigned char *tag, unsigned char *item, int status, int choice, int selected, dialogMenuItem *me, int list_width, int item_x, int check_x) argument
637 wattrset(win, menubox_attr);
638 wmove(win, choice, 0);
640 waddch(win, ' ');
641 wmove(win, choice, check_x);
642 wattrset(win, selected ? check_selected_attr : check_attr);
643 wprintw(win, "%c%c%c", me && me->lbra ? me->lbra : '[',
646 wattrset(win, menubox_attr);
647 waddch(win, ' ');
[all...]
H A Dradiolist.c31 static void print_item(WINDOW *win, char *tag, char *item, int status, int choice, int selected, dialogMenuItem *me);
599 print_item(WINDOW *win, char *tag, char *item, int status, int choice, int selected, dialogMenuItem *me) argument
604 wattrset(win, menubox_attr);
605 wmove(win, choice, 0);
607 waddch(win, ' ');
608 wmove(win, choice, check_x);
609 wattrset(win, selected ? check_selected_attr : check_attr);
610 wprintw(win, "%c%c%c", me && me->lbra ? me->lbra : '(',
613 wattrset(win, menubox_attr);
614 waddch(win, ' ');
[all...]
H A Ddialog.h128 void draw_shadow(WINDOW *win, int y, int x, int height, int width);
130 void draw_box(WINDOW *win, int y, int x, int height, int width, chtype box, chtype border);
/freebsd-9.3-release/contrib/texinfo/info/
H A Decho-area.c100 register WINDOW *win, *compwin = (WINDOW *)NULL; local
104 for (win = windows; win; win = win->next)
106 if (completions_window_p (win))
107 compwin = win;
109 if (win == calling_window && win == compwin)
1447 register WINDOW *win;
1443 register WINDOW *win; local
[all...]
H A Dinfodoc.c511 WINDOW *win; local
513 for (win = windows; win; win = win->next)
515 if (win->node && win->node->filename &&
517 (filename_non_directory (win->node->filename), "info") == 0) &&
518 ((strcmp (win->node->nodename, "Help") == 0) ||
519 (strcmp (win
[all...]
/freebsd-9.3-release/contrib/dialog/
H A Deditbox.c134 display_one(WINDOW *win, argument
144 dlg_show_string(win,
152 getmaxx(win),
163 display_all(WINDOW *win, argument
170 int limit = getmaxy(win);
173 dlg_attr_clear(win, getmaxy(win), getmaxx(win), dialog_attr);
177 if (!display_one(win, list[row],
H A Dguage.c120 WINDOW *dialog = obj->obj.win;
310 obj->obj.win = dialog;
366 ch = dlg_getc(obj->obj.win, &fkey);
/freebsd-9.3-release/contrib/nvi/ip_cl/
H A Dip_cl.c526 struct winsize win; local
529 if (ioctl(STDERR_FILENO, TIOCGWINSZ, &win) == -1) {
534 if (rows == win.ws_row && cols == win.ws_col)
537 ipb.val1 = rows = win.ws_row;
538 ipb.val2 = cols = win.ws_col;
/freebsd-9.3-release/usr.sbin/trpt/
H A Dtrpt.c308 int flags, len, win, timer; local
371 win = th->th_win;
376 win = ntohs(win);
385 if (win)
386 printf("(win=%x)", win);
/freebsd-9.3-release/contrib/ncurses/form/
H A Dform.priv.h96 ((form)->sub?(form)->sub:((form)->win?(form)->win:stdscr))
H A Dfrm_driver.c189 #define Set_Field_Window_Attributes(field,win) \
190 ( wbkgdset((win),(chtype)((field)->pad | (field)->back)), \
191 wattrset((win),(field)->fore) )
285 cell_base(WINDOW *win, int y, int x) argument
289 while (LEGALYX(win, y, x))
291 cchar_t *data = &(win->_line[y].text[x]);
307 cell_width(WINDOW *win, int y, int x) argument
311 if (LEGALYX(win, y, x))
313 cchar_t *data = &(win->_line[y].text[x]);
318 result = cell_width(win,
486 Buffer_To_Window(const FIELD *field, WINDOW *win) argument
527 Window_To_Buffer(WINDOW *win, FIELD *field) argument
951 Perform_Justification(FIELD *field, WINDOW *win) argument
995 Undo_Justification(FIELD *field, WINDOW *win) argument
1061 WINDOW *win; local
4197 WINDOW *win = form->win ? form->win : stdscr; local
[all...]
/freebsd-9.3-release/contrib/nvi/cl/
H A Dcl_bsd.c109 idlok(win, bf)
110 WINDOW *win;
H A Dcl_term.c339 struct winsize win; local
362 if (ioctl(STDERR_FILENO, TIOCGWINSZ, &win) != -1) {
363 row = win.ws_row;
364 col = win.ws_col;
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_videodev2_compat.h96 struct l_v4l2_window win; /* V4L2_BUF_TYPE_VIDEO_OVERLAY */ member in union:l_v4l2_format::__anon6132
/freebsd-9.3-release/usr.bin/column/
H A Dcolumn.c80 struct winsize win; local
90 if (ioctl(1, TIOCGWINSZ, &win) == -1 || !win.ws_col) {
94 termwidth = win.ws_col;
/freebsd-9.3-release/contrib/gcc/
H A Dregclass.c1433 int win = 0;
1471 cost and we win. */
1473 win = 1;
1482 win = 1;
1583 win = address_operand (op, GET_MODE (op));
1597 win = 1;
1604 win = 1;
1611 win = 1;
1620 win = 1;
1627 win
1427 int win = 0; local
[all...]
H A Drecog.c1314 GO_IF_LEGITIMATE_ADDRESS (mode, addr, win);
1317 win:
1976 GO_IF_MODE_DEPENDENT_ADDRESS (addr, win);
1978 /* Label `win' might (not) be used via GO_IF_MODE_DEPENDENT_ADDRESS. */
1979 win: ATTRIBUTE_UNUSED_LABEL
2317 int win = 0;
2342 win = 1;
2412 win = 1;
2434 win = 1;
2451 win
2305 int win = 0; local
[all...]
/freebsd-9.3-release/contrib/ncurses/menu/
H A Dm_global.c508 WINDOW *win; local
517 win = Get_Menu_Window(menu);
519 maxy = getmaxy(win);
520 maxx = getmaxx(win);
527 copywin(menu->sub, win, 0, 0, 0, 0, maxy - 1, maxx - 1, 0);
/freebsd-9.3-release/sys/netinet/cc/
H A Dcc_chd.c146 unsigned long win; local
148 win = min(CCV(ccv, snd_wnd), CCV(ccv, snd_cwnd)) / CCV(ccv, t_maxseg);
149 win -= max((win / 2), 1);
150 CCV(ccv, snd_ssthresh) = max(win, 2) * CCV(ccv, t_maxseg);
/freebsd-9.3-release/sys/arm/mv/
H A Dcommon.c551 decode_win_overlap(int win, int win_no, const struct decode_win *wintab) argument
559 if (i == win)
563 if ((tab->base + tab->size - 1) < (wintab + win)->base)
566 else if (((wintab + win)->base + (wintab + win)->size - 1) <
634 int win; local
639 win = used_cpu_wins++;
642 win_cpu_br_write(win, br);
644 if (win_cpu_can_remap(win)) {
646 win_cpu_remap_l_write(win, rema
[all...]
/freebsd-9.3-release/sys/dev/pccbb/
H A Dpccbb.c162 static int cbb_cardbus_io_open(device_t brdev, int win, uint32_t start,
164 static int cbb_cardbus_mem_open(device_t brdev, int win,
911 * used is the square of the voltage, lower voltages is a big win
1042 cbb_cardbus_io_open(device_t brdev, int win, uint32_t start, uint32_t end) argument
1047 if ((win < 0) || (win > 1)) {
1049 "cbb_cardbus_io_open: window out of range %d\n", win));
1053 basereg = win * 8 + CBBR_IOBASE0;
1054 limitreg = win * 8 + CBBR_IOLIMIT0;
1063 cbb_cardbus_mem_open(device_t brdev, int win, uint32_ argument
[all...]
/freebsd-9.3-release/contrib/one-true-awk/
H A DREADME76 file makefile.win gives hints on how to proceed; if you run
78 you can subsequently run nmake -f makefile.win. Beware also that
/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drand_win.c333 GETFOREGROUNDWINDOW win; local
336 win =
342 if (win) {
344 HWND h = win();
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcvt.c377 reference we could win better. */
1151 int win = 0;
1164 win = (desires & WANT_INT); break;
1166 win = (desires & WANT_ENUM); break;
1168 win = (desires & WANT_FLOAT); break;
1170 win = (desires & WANT_POINTER); break;
1179 win = (desires & WANT_INT); break;
1181 win = (desires & WANT_ENUM); break;
1183 win = (desires & WANT_FLOAT); break;
1193 if (win)
1149 int win = 0; local
[all...]
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.h201 static inline int compute_wscale(int win) argument
205 while (wscale < 14 && (65535<<wscale) < win)

Completed in 321 milliseconds

123456789