HomeSort by: relevance | last modified time | path
    Searched refs:BACK (Results 1 - 24 of 24) 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/external/apache2/llvm/dist/llvm/lib/Support/
regexec.c 77 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
101 #undef BACK
126 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
regengine.inc 237 assert(g->backrefs); /* must be back references doing it */
292 - dissect - figure out what matched what, no back references
480 - backref - figure out what matched what, figuring in back references
499 AT("back", start, stop, startst, stopst);
907 case O_PLUS: /* both forward and back */
910 BACK(aft, aft, OPND(s));
  /src/external/bsd/nvi/dist/regex/
regexec.c 92 #define BACK(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) >> (n))
116 #undef BACK
141 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
engine.c 249 assert(g->backrefs); /* must be back references doing it */
303 - dissect - figure out what matched what, no back references
492 - backref - figure out what matched what, figuring in back references
519 AT("back", start, stop, startst, stopst);
956 case O_PLUS: /* both forward and back */
959 BACK(aft, aft, d);
  /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/external/gpl2/groff/dist/src/preproc/eqn/
eqn.y 68 %token BACK
112 %right ROMAN BOLD ITALIC FAT FONT SIZE FWD BACK DOWN UP TYPE VCENTER SPECIAL
247 | BACK number simple
lex.cpp 91 { "back", BACK },
233 { "dot_def", "back 15 \"\\v'-52M'.\\v'52M'\"" },
235 { "dotdot_def", "back 25 \"\\v'-52M'..\\v'52M'\"" },
243 { "dyad_def", "up 52 size -5 {\\(<- back 60 \\(->}" },
250 { "<<", "{ < back 20 < }" },
251 { ">>", "{ > back 20 > }" },
  /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/external/bsd/less/dist/
regexp.c 89 #define BACK 7 /* no Match "", "next" ptr points backward. */
109 * BACK Normal "next" pointers all implicitly point forward; BACK
113 * BRANCH structures using BACK. Simple cases (one character
440 regoptail(ret, regnode(BACK)); /* and loop */
441 regoptail(ret, ret); /* back */
450 regtail(regnode(BACK), ret); /* loop back */
567 len--; /* Back off clear of ?+* operand. */
677 if (OP(scan) == BACK)
    [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/external/mpl/bind/dist/lib/dns/
rbt-zonedb.c 313 typedef enum { FORWARD, BACK } direction_t;
429 check_prev = step(search, &chain, BACK, prev);
2062 * Found something; pass back the answer and unlock
qpzone.c 182 * release it when 'erefs' goes back to zero. This prevents the
1067 * since we're committing and not rolling back.
1384 * We're rolling back this transaction.
2681 typedef enum { FORWARD, BACK } direction_t;
2805 check_prev = step(search, &it, BACK, prev);
4133 * by walking back up the list.
4160 * by walking back up the list.
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 22193 #define BACK 7
22526 int back = regnode(preg, BACK); local
22527 regtail(preg, back, ret);
22528 regtail(preg, next, back);
23016 if (OP(preg, scan) == BACK)
23424 case BACK:
23554 if (OP(preg, p) == BACK)

Completed in 57 milliseconds