Searched refs:OK (Results 26 - 50 of 374) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dnapms.c83 return (OK);
H A Dslk_noutref.c58 return (OK);
H A Dwadjcurspos.c46 return (win->_immed ? wrefresh(win): OK);
48 return (OK);
H A Dmouse.c54 return (OK);
67 return (OK);
80 return (OK);
109 return (OK);
134 return (OK);
H A Dtrace.c61 return (OK);
74 return (OK);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dclearok.c56 return (OK);
74 return (OK);
84 return (OK);
94 return (OK);
H A Dwin_wch.c55 return (OK);
H A Dbeep.c66 return (OK);
83 return (OK);
H A Dbkgd.c57 if ((code = __m_chtype_cc(bg, &cc)) == OK)
71 if ((code = __m_chtype_cc(bg, &cc)) == OK)
H A Dinnstr.c70 if ((code = wmove(stdscr, y, x)) == OK)
83 if ((code = wmove(w, y, x)) == OK)
98 return ((code == ERR) ? ERR : OK);
108 if ((code = wmove(stdscr, y, x)) == OK)
111 return ((code == ERR) ? ERR : OK);
121 if ((code = wmove(w, y, x)) == OK)
124 return ((code == ERR) ? ERR : OK);
136 return ((code == ERR) ? ERR : OK);
H A Dinnwstr.c70 if ((code = wmove(stdscr, y, x)) == OK)
83 if ((code = wmove(w, y, x)) == OK)
98 return ((code == ERR) ? ERR : OK);
108 if ((code = wmove(stdscr, y, x)) == OK)
111 return ((code == ERR) ? ERR : OK);
121 if ((code = wmove(w, y, x)) == OK)
124 return ((code == ERR) ? ERR : OK);
136 return ((code == ERR) ? ERR : OK);
H A Dvw_scanw.c62 if (wgetnstr(w, buffer, (int)sizeof (buffer)) != OK)
68 return ((code == EOF) ? ERR : OK);
H A Dwclear.c62 return (value == 0 ? OK : ERR);
79 return (value == 0 ? OK : ERR);
H A Dwattr_on.c57 return (OK);
68 return (OK);
80 return (OK);
95 return (OK);
106 return (OK);
H A Dwattron.c58 return (OK);
71 return (OK);
83 return (OK);
/illumos-gate/usr/src/ucblib/libcurses/
H A Daddstr.c39 return (OK);
H A Dgetstr.c41 return (OK);
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbeep.c64 return __m_return_code("beep", OK);
85 return __m_return_code("flash", OK);
H A Dattr_on.c53 return __m_return_code("attr_on", OK);
65 return __m_return_code("attr_off", OK);
78 return __m_return_code("attr_set", OK);
90 return __m_return_code("color_set", OK);
106 return __m_return_int("attr_get", OK);
H A Dwattron.c56 return __m_return_code("wattron", OK);
71 return __m_return_code("wattroff", OK);
87 return __m_return_code("wattrset", OK);
H A Dbkgd.c56 if ((code = __m_chtype_cc(bg, &cc)) == OK)
72 if ((code = __m_chtype_cc(bg, &cc)) == OK)
H A Decho_wch.c55 if ((code = wadd_wch(stdscr, ch)) == OK)
70 if ((code = wadd_wch(w, ch)) == OK)
H A Dechochar.c55 if ((code = waddch(stdscr, ch)) == OK)
70 if ((code = waddch(w, ch)) == OK)
H A Dwclear.c62 return __m_return_code("wclear", value == 0 ? OK : ERR);
82 return __m_return_code("werase", value == 0 ? OK : ERR);
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfrd.x35 enum answer {OK,GETDBM_EOF,GETDBM_ERROR};
59 case OK:
72 case OK:
90 case OK:

Completed in 116 milliseconds

1234567891011>>