Searched refs:how (Results 1 - 25 of 58) sorted by relevance

123

/seL4-refos-master/libs/libmuslc/src/network/
H A Dshutdown.c4 int shutdown(int fd, int how) argument
6 return socketcall(shutdown, fd, how, 0, 0, 0, 0);
/seL4-refos-master/libs/libmuslc/src/signal/
H A Dsigprocmask.c4 int sigprocmask(int how, const sigset_t *restrict set, sigset_t *restrict old) argument
6 int r = pthread_sigmask(how, set, old);
/seL4-refos-master/libs/libmuslc/src/thread/
H A Dpthread_sigmask.c5 int pthread_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict old) argument
8 if ((unsigned)how - SIG_BLOCK > 2U) return EINVAL;
9 ret = -__syscall(SYS_rt_sigprocmask, how, set, old, _NSIG/8);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dend.c351 disclose(how,taken)
352 int how;
362 (how == QUIT) ? "quit" : "died");
388 enlightenment(how >= PANICKED ? 1 : 2); /* final */
405 show_conduct(how >= PANICKED ? 1 : 2);
412 savelife(how)
413 int how;
426 if (how == CHOKING) init_uhunger();
536 done(how)
537 int how;
[all...]
H A Drip.c88 genl_outrip(tmpwin, how)
90 int how;
123 Strcpy(buf, killed_by_prefix[how]);
127 Strcpy(buf, killed_by_prefix[how]);
H A Dwindows.c126 genl_message_menu(let, how, mesg)
128 int how;
H A Dpager.c102 unsigned how = 0; local
104 if (Infravision) how |= 1;
105 if (Unblind_telepat) how |= 2;
106 if (Detect_monsters) how |= 4;
108 if (how)
110 (how & 1) ? "infravision" : "",
112 ((how & 3) > 2) ? ", " : "",
113 (how & 2) ? "telepathy" : "",
115 ((how & 7) > 4) ? ", " : "",
116 (how
[all...]
H A Dquestpgr.c373 deliver_by_window(qt_msg, how)
375 int how;
378 winid datawin = create_nhwindow(how);
H A Ddbridge.c378 e_died(etmp, dest, how)
380 int dest, how;
383 if (how == DROWNING) {
386 } else if (how == BURNING) {
397 done(how);
H A Dtopten.c244 topten(how)
245 int how;
321 Strcat(t0->death, killed_by_prefix[how]);
326 Strcat(t0->death, killed_by_prefix[how]);
354 if (how != PANICKED) HUP {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dend.c351 disclose(how,taken)
352 int how;
362 (how == QUIT) ? "quit" : "died");
388 enlightenment(how >= PANICKED ? 1 : 2); /* final */
405 show_conduct(how >= PANICKED ? 1 : 2);
412 savelife(how)
413 int how;
426 if (how == CHOKING) init_uhunger();
536 done(how)
537 int how;
[all...]
H A Drip.c88 genl_outrip(tmpwin, how)
90 int how;
123 Strcpy(buf, killed_by_prefix[how]);
127 Strcpy(buf, killed_by_prefix[how]);
H A Dwindows.c126 genl_message_menu(let, how, mesg)
128 int how;
H A Dpager.c102 unsigned how = 0; local
104 if (Infravision) how |= 1;
105 if (Unblind_telepat) how |= 2;
106 if (Detect_monsters) how |= 4;
108 if (how)
110 (how & 1) ? "infravision" : "",
112 ((how & 3) > 2) ? ", " : "",
113 (how & 2) ? "telepathy" : "",
115 ((how & 7) > 4) ? ", " : "",
116 (how
[all...]
H A Dquestpgr.c373 deliver_by_window(qt_msg, how)
375 int how;
378 winid datawin = create_nhwindow(how);
H A Ddbridge.c378 e_died(etmp, dest, how)
380 int dest, how;
383 if (how == DROWNING) {
386 } else if (how == BURNING) {
397 done(how);
/seL4-refos-master/libs/libmuslc/src/internal/sh/
H A Dsyscall.s7 ! Since we do not actually know how many arguments are being passed, we will
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dqt_win.h255 virtual int SelectMenu(int how, MENU_ITEM_P **menu_list);
258 virtual void UseRIP(int how);
523 virtual int SelectMenu(int how, MENU_ITEM_P **menu_list);
581 int how; member in class:NetHackQtMenuWindow
620 virtual void UseRIP(int how);
666 virtual int SelectMenu(int how, MENU_ITEM_P **menu_list);
695 // This class simply knows how to layout such children sensibly.
816 static int qt_select_menu(winid wid, int how, MENU_ITEM_P **menu_list);
838 static void qt_outrip(winid wid, int how);
H A Dmacwin.h129 short how; /* menu mode */ member in struct:NhWindow
H A Dtrampoli.h218 #define genl_outrip(tmpwin, how) genl_outrip_(tmpwin, how)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dqt_win.h255 virtual int SelectMenu(int how, MENU_ITEM_P **menu_list);
258 virtual void UseRIP(int how);
523 virtual int SelectMenu(int how, MENU_ITEM_P **menu_list);
581 int how; member in class:NetHackQtMenuWindow
620 virtual void UseRIP(int how);
666 virtual int SelectMenu(int how, MENU_ITEM_P **menu_list);
695 // This class simply knows how to layout such children sensibly.
816 static int qt_select_menu(winid wid, int how, MENU_ITEM_P **menu_list);
838 static void qt_outrip(winid wid, int how);
H A Dmacwin.h129 short how; /* menu mode */ member in struct:NhWindow
H A Dtrampoli.h218 #define genl_outrip(tmpwin, how) genl_outrip_(tmpwin, how)
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c818 newwin->npages = newwin->plist_size = newwin->nitems = newwin->how = 0;
963 cw->plist_size = cw->npages = cw->nitems = cw->how = 0;
1157 if (cw->how != PICK_NONE) {
1171 (cw->how == PICK_ANY ||
1321 if (cw->how != PICK_NONE) {
1352 if (cw->how == PICK_ANY)
1359 if (cw->how == PICK_ANY)
1363 if (cw->how == PICK_ANY) {
1381 if (cw->how == PICK_ANY)
1385 if (cw->how
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c818 newwin->npages = newwin->plist_size = newwin->nitems = newwin->how = 0;
963 cw->plist_size = cw->npages = cw->nitems = cw->how = 0;
1157 if (cw->how != PICK_NONE) {
1171 (cw->how == PICK_ANY ||
1321 if (cw->how != PICK_NONE) {
1352 if (cw->how == PICK_ANY)
1359 if (cw->how == PICK_ANY)
1363 if (cw->how == PICK_ANY) {
1381 if (cw->how == PICK_ANY)
1385 if (cw->how
[all...]

Completed in 261 milliseconds

123