/titanic_41/usr/src/lib/libpp/common/ |
H A D | ppfsm.c | 227 { DOT2, { C_XXX }, BACK(T_INVALID), }, 246 { BAD1, { C_XXX }, BACK(T_INVALID), }, 251 { BAD2, { C_XXX }, BACK(T_INVALID), }, 359 { OCT1, { C_XXX }, BACK(T_DECIMAL), }, 368 { OCT2, { C_XXX }, BACK(T_OCTAL), }, 376 { OCT3, { C_XXX }, BACK(T_OCTAL), }, 381 { HEX1, { C_XXX }, BACK(T_HEXADECIMAL), }, 390 { HEX2, { C_XXX }, BACK(T_HEXADECIMAL), }, 395 { HEX3, { C_XXX }, BACK(T_HEXADECIMAL), }, 402 { HEX4, { C_XXX }, BACK(T_HEXDOUBLE), }, [all …]
|
H A D | ppbuiltin.c | 280 #define BACK(a,p) ((a>p)?*--a:(number++?0:((p=pp.outbuf+PPBUFSIZ),(a=pp.outbuf+2*PPBUFSIZ),*--a))) in ppbuiltin() macro 287 while (c = BACK(a, p)) in ppbuiltin() 292 while ((n = BACK(a, p)) && n != c || PEEK(a, p) == '\\'); in ppbuiltin() 297 while (c = BACK(a, p)) in ppbuiltin() 331 for (t = p, token = a, onumber = number; ppisidig(PEEK(a, p)) && a >= p; BACK(a, p)); in ppbuiltin()
|
H A D | ppfsm.h | 44 #define BACK(tok) CODE(tok,S_TOKB) macro
|
/titanic_41/usr/src/cmd/eqn/ |
H A D | move.c | 32 if (dir == FWD || dir == BACK) /* fwd, back */ in move() 33 printf("\\h'%s%du'\\*(%d\n", (dir == BACK) ? "-" : "", a, p); in move()
|
H A D | e.y | 45 %right UP DOWN BACK FWD 113 | back box %prec UP { move(BACK, $1, $2); } 123 back : BACK text { $$ = atoi((char *) $1); } ;
|
H A D | lookup.c | 87 "back", BACK,
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | regexec.c | 115 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n)) macro 142 #undef BACK 170 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here]) macro
|
H A D | engine.c | 1016 BACK(aft, aft, OPND(s)); in step()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | vm_pageout.c | 618 #define BACK 2 macro 847 if ((rvback = checkpage(backhand, BACK)) == 1) in pageout_scanner()
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | btree.h | 349 enum { NOT, BACK, FORWARD } bt_order; enumerator
|
H A D | bt_put.c | 244 t->bt_order = BACK;
|
/titanic_41/usr/src/lib/libnwam/ |
H A D | README | 85 NWAM_EVENTS_SOURCE_{DEAD,BACK} provide notification that the nwam
|
/titanic_41/usr/src/cmd/localedef/data/ |
H A D | GB18030.cm | 8338 <BACK-TILTED_SHADOWED_WHITE_RIGHTWARDS_ARROW> \x81\x37\xCC\…
|
H A D | UTF-8.cm | 8902 <BACK-TILTED_SHADOWED_WHITE_RIGHTWARDS_ARROW> \xE2\x9E\xAB
|