Searched refs:FWD (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/eqn/
H A Dmove.c32 if (dir == FWD || dir == BACK) /* fwd, back */
H A De.y45 %right UP DOWN BACK FWD
111 | fwd box %prec UP { move(FWD, $1, $2); }
121 fwd : FWD text { $$ = atoi((char *) $1); } ;
H A Dlookup.c86 "fwd", FWD,
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dengine.c979 FWD(aft, bef, 1);
983 FWD(aft, bef, 1);
987 FWD(aft, bef, 1);
991 FWD(aft, bef, 1);
995 FWD(aft, bef, 1);
999 FWD(aft, bef, 1);
1004 FWD(aft, bef, 1);
1008 FWD(aft, aft, 1);
1011 FWD(aft, aft, 1);
1014 FWD(af
[all...]
H A Dregexec.c114 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n)) macro
141 #undef FWD macro
169 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) macro

Completed in 62 milliseconds