HomeSort by: relevance | last modified time | path
    Searched refs:DOWN (Results 1 - 16 of 16) sorted by relevancy

  /src/games/battlestar/
words.c 116 { "down", DOWN, VERB, NULL },
117 { "d", DOWN, VERB, NULL },
command2.c 120 if (wordvalue[wordnumber + 1] == DOWN) {
146 location[position].down = 160;
303 puts("you beat her. She falls down");
321 puts("throw her down. Her face is");
357 printf("The Dark Lord leaps away and runs down secret ");
370 printf("The goddess leads you down a steamy tunnel ");
372 puts("She sits down on a throne.");
extern.h 135 #define DOWN 1001
250 #define down link[6] macro
command4.c 172 puts("and it sends a chill down your spine.");
243 case DOWN:
244 deposit = location[position].down;
cypher.c 88 case DOWN:
89 if (!moveplayer(location[position].down, AHEAD))
  /src/games/rogue/
level.c 341 put_door(&rooms[room2], DOWN, &row2, &col2);
345 put_door(&rooms[room1], DOWN, &row1, &col1);
347 dir = DOWN;
402 case DOWN:
564 DOWN : UPWARD;
619 DOWN : UPWARD;
651 dirs[1] = DOWN;
678 case DOWN:
792 messagef(0, "I see no way down");
hit.c 393 case DOWN:
move.c 271 /* If the rogue used to be right, up, left, down, or right of
346 *d = DOWN;
489 messagef(0, "you feel yourself slowing down");
rogue.h 401 #define DOWN 4
spec_hit.c 519 return(DOWN);
room.c 503 d = DOWN/2;
  /src/usr.bin/rwho/
rwho.c 66 #define DOWN(w,now) ((now) - (w).wd_recvtime > 11 * 60)
143 if (DOWN(wd, now)) {
  /src/usr.sbin/ifwatchd/
ifwatchd.c 58 enum event { ARRIVAL, DEPARTURE, UP, DOWN, CARRIER, NO_CARRIER };
246 "\t\t [-d down-script] [-u up-script]\n"
252 "\t -d <cmd> specify command to run on interface down event\n"
347 ev = ifam->ifam_type == RTM_DELADDR ? DOWN : UP;
349 if ((ev == UP && aflag == READY) || ev == DOWN)
  /src/sys/arch/vax/include/
qdreg.h 201 #define DOWN 1
  /src/sys/dev/qbus/
qdreg.h 199 #define DOWN 1
  /src/share/terminfo/
terminfo 410 # ROM graphics for control characters such as the diamond, up- and down-arrow.
490 ecma+index|ECMA-48 scroll up/down,
712 # End=\0O Down=\0P NxPag=\0Q
1666 # control-down \E[165q
1671 # shift-down \E[164q
2247 # . ^Y arrow pointing down
2381 # k down-arrow
3593 # * There are bindings for control left/right arrow (but not up/down).
3671 # + kLFT5/kRIT5 work, but not up/down with control-modifier
3672 # + kLFT/kRIT work, but not up/down with shift-modifie
    [all...]

Completed in 87 milliseconds