Searched refs:OK (Results 1 - 25 of 158) sorted by relevance

1234567

/haiku-fatelf/src/libs/ncurses/panel/
H A Dp_show.c44 int err = OK;
52 returnCode(OK);
56 HIDE_PANEL(pan, err, OK);
68 returnCode(OK);
H A Dp_delete.c44 int err = OK;
50 HIDE_PANEL(pan, err, OK);
H A Dp_bottom.c44 int err = OK;
54 HIDE_PANEL(pan, err, OK);
H A Dp_hide.c44 int err = OK;
H A Dp_replace.c57 returnCode(OK);
H A Dp_user.c48 returnCode(OK);
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_echo.c52 returnCode(OK);
60 returnCode(OK);
H A Ddefine_key.c50 code = OK;
55 code = OK;
62 code = OK;
H A Dlib_slkinit.c50 returnCode(OK);
H A Dlib_nl.c63 returnCode(OK);
78 returnCode(OK);
H A Dlib_clearok.c52 returnCode(OK);
H A Dlib_insdel.c60 code = OK;
H A Dlib_leaveok.c52 returnCode(OK);
H A Dlib_scrollok.c52 returnCode(OK);
H A Dlib_slkatrset.c50 returnCode(OK);
H A Dlib_slktouch.c52 returnCode(OK);
H A Dkeyok.c60 code = OK;
68 code = OK;
H A Dlib_restart.c62 if (setupterm(termp, filenum, errret) != OK)
91 returnCode(OK);
H A Dlib_colorset.c57 returnCode(OK);
H A Dlib_move.c57 returnCode(OK);
H A Dlib_scrreg.c57 returnCode(OK);
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dlib_ttyflags.c69 return (OK);
83 return (OK);
96 if (_nc_get_tty_mode(&cur_term->Ottyb) != OK)
105 returnCode(OK);
113 if (_nc_get_tty_mode(&cur_term->Nttyb) != OK)
120 returnCode(OK);
129 if (_nc_set_tty_mode(&cur_term->Nttyb) == OK) {
135 returnCode(OK);
/haiku-fatelf/src/libs/ncurses/ncurses/widechar/
H A Dlib_erasewchar.c53 result = OK;
74 result = OK;
H A Dlib_unget_wch.c66 int result = OK;
85 if (ungetch(string[n]) != OK) {
/haiku-fatelf/build/scripts/
H A Dgenerate_CountryFlags.sh20 echo \ $nr, $name, $id... OK

Completed in 73 milliseconds

1234567