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

  /src/games/battlestar/
room.c 88 back = here.south;
95 back = here.north;
102 back = here.west;
109 back = here.east;
126 "back");
138 "back");
158 "back");
170 "back");
195 case BACK:
208 case BACK
    [all...]
command7.c 118 puts("He staggers back quavering.");
121 printf("He jumps back with his hand over ");
177 printf("into his back, severing the ");
192 case BACK:
194 printf("He throws you back against the rock and ");
231 if (back && position != back)
232 moveplayer(back, BACK);
words.c 120 { "back", BACK, VERB, NULL },
121 { "b", BACK, VERB, NULL },
cypher.c 112 case BACK:
113 if (!moveplayer(back, BACK))
extern.h 137 #define BACK 1003
195 #define SPINE 9 /* broken back */
288 extern int left, right, ahead, back;
command4.c 226 case BACK:
227 deposit = back;
  /src/lib/libc/regex/
regexec.c 136 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
163 #undef BACK
190 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
engine.c 158 * Given a multibyte string pointed to by start, step back nchar characters
365 assert(g->backrefs); /* must be back references doing it */
427 - dissect - figure out what matched what, no back references
636 - backref - figure out what matched what, figuring in back references
668 AT("back", start, stop, startst, stopst);
1112 case O_PLUS: /* both forward and back */
1115 BACK(aft, aft, OPND(s));
  /src/etc/
security 147 BACK=${_new}.backup
161 backup_file update $_file $CUR $BACK
170 backup_file add $_file $CUR $BACK
180 backup_file remove $_file $CUR $BACK
755 BACK=${file}.backup
784 backup_file update $TMP1 $CUR $BACK
790 backup_file add $TMP1 $CUR $BACK
820 BACK=${file}.backup
855 backup_file update $TMP1 $CUR $BACK
861 backup_file add $TMP1 $CUR $BACK >> $ER
    [all...]
  /src/lib/libcompat/regexp/
regexp.c 92 #define BACK 7 /* no Match "", "next" ptr points backward. */
114 * BACK Normal "next" pointers all implicitly point forward; BACK
118 * BRANCH structures using BACK. Simple cases (one character
442 regoptail(ret, regnode(BACK)); /* and loop */
443 regoptail(ret, ret); /* back */
452 regtail(regnode(BACK), ret); /* loop back */
586 * starts in the string, if due to a *+? we need to back
619 regparse = regprev; /* Back up parse *
    [all...]
  /src/games/hunt/hunt/
otto.c 69 #undef BACK
103 #define BACK 2
134 #define bitem flbr[BACK]
204 duck(BACK);
  /src/sys/dev/ic/
i128reg.h 152 #define BACK 0x406C
  /src/lib/libc/db/btree/
bt_put.c 236 t->bt_order = BACK;
btree.h 384 enum { NOT, BACK, FORWARD } bt_order;
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
ste-ux500-samsung-skomer.dts 104 button-back {
106 label = "BACK";
556 "GPIO205_AG23"; /* BACK */
am335x-evm.dts 88 0x0100009e /* BACK */

Completed in 46 milliseconds