Home
last modified time | relevance | path

Searched refs:BACK (Results 1 – 25 of 28) sorted by relevance

12

/mirbsd/src/usr.bin/oldroff/neqn/
Dmove.c60 if( dir == FWD || dir == BACK ) /* fwd, back */
61 printf("\\h'%s%du'\\*(%d\n", (dir==BACK) ? "-" : "", a, p);
Dey.y61 %right UP DOWN BACK FWD
129 | back box %prec UP { move(BACK, $1, $2); }
139 back : BACK text { $$ = atoi((char *) $1); } ;
Dlookup.c118 "back", BACK,
/mirbsd/src/lib/libc/regex/
Dregexec.c77 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n)) macro
101 #undef BACK
126 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here]) macro
Dengine.c909 BACK(aft, aft, OPND(s)); in step()
/mirbsd/src/gnu/usr.bin/perl/
Dregcomp.sym53 # BACK Normal "next" pointers all implicitly point forward; BACK
56 BACK BACK, no Match "", "next" ptr points backward.
69 # BRANCH structures using BACK. Simple cases (one character
Dregnodes.h39 #define BACK 32 /* 0x20 Match "", "next" ptr points backward. */ macro
106 BACK, /* BACK */
Dregcomp.h329 BRANCH, BACK, STAR, PLUS, CURLY, CURLYX, REF, REFF, REFFL,
Dregexec.c2881 case BACK: in S_regmatch()
/mirbsd/src/usr.bin/less/
Dregexp.c87 #define BACK 7 /* no Match "", "next" ptr points backward. */ macro
435 regoptail(ret, regnode(BACK)); /* and loop */
445 regtail(regnode(BACK), ret); /* loop back */
672 if (OP(scan) == BACK)
891 case BACK:
1084 if (OP(p) == BACK)
1174 case BACK:
/mirbsd/src/lib/libcompat/regexp/
Dregexp.c93 #define BACK 7 /* no Match "", "next" ptr points backward. */ macro
439 regoptail(ret, regnode(BACK)); /* and loop */
449 regtail(regnode(BACK), ret); /* loop back */
743 if (OP(scan) == BACK)
965 case BACK:
1152 if (OP(p) == BACK)
1239 case BACK:
/mirbsd/src/etc/
Dsecurity512 BACK=/var/backups/setuid.backup
544 cp $CUR $BACK
581 BACK=/var/backups/device.backup
615 cp $CUR $BACK
/mirbsd/src/lib/libc/db/btree/
Dbtree.h335 enum { NOT, BACK, FORWARD } bt_order; enumerator
Dbt_put.c231 t->bt_order = BACK; in __bt_put()
/mirbsd/src/gnu/usr.bin/perl/lib/
Dconstant.t73 use constant BACK => '\\';
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperldebguts.pod583 # BACK Normal "next" pointers all implicitly point forward; BACK
586 BACK no Match "", "next" ptr points backward.
599 # BRANCH structures using BACK. Simple cases (one character
/mirbsd/src/libexec/cpp/
Dcpp.c167 #define BACK 3 macro
358 close(fin); fin=fins[--ifno]; dirs[0]=dirnams[ifno]; sayline(BACK);
/mirbsd/src/gnu/usr.bin/perl/ext/Encode/ucm/
Dcp424.ucm158 <U0092> \x1A |0 # UNIT BACK SPACE
Ddingbats.ucm244 <U27AB> \xEB |0 # BACK-TILTED SHADOWED WHITE RIGHTWARDS ARROW
DmacDingbats.ucm227 <U27AB> \xEB |0 # BACK-TILTED SHADOWED WHITE RIGHTWARDS ARROW
DadobeZdingbat.ucm214 <U27AB> \xEB |0 # BACK-TILTED SHADOWED WHITE RIGHTWARDS ARROW # a180
/mirbsd/src/usr.bin/vi/docs/tutorial/
Dvi.advanced141 documents advertise that {3^B} should move BACK three screenfulls, but I
/mirbsd/src/gnu/usr.bin/lynx/
Dlynx.cfg2604 # BACK # Cursor backwards
/mirbsd/src/gnu/usr.bin/perl/lib/unicore/
DEastAsianWidth.txt7595 27AB;N # BACK-TILTED SHADOWED WHITE RIGHTWARDS ARROW
14425 1D316;N # TETRAGRAM FOR HOLDING BACK
DUnicodeData.txt7571 27AB;BACK-TILTED SHADOWED WHITE RIGHTWARDS ARROW;So;0;ON;;;;;N;BACK-TILTED SHADOWED WHITE RIGHT ARR…
14408 1D316;TETRAGRAM FOR HOLDING BACK;So;0;ON;;;;;N;;;;;

12