Searched refs:LEFT (Results 1 - 25 of 51) sorted by relevance

123

/netbsd-current/games/battlestar/
H A Droom.c189 case LEFT:
202 case LEFT:
215 case LEFT:
228 case LEFT:
H A Dwords.c124 { "left", LEFT, VERB, NULL },
125 { "l", LEFT, VERB, NULL },
H A Dcypher.c94 case LEFT:
95 if (!moveplayer(left, LEFT))
H A Dextern.h139 #define LEFT 1005 macro
H A Dcommand7.c236 moveplayer(left, LEFT);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Drbt.c232 #define LEFT(node) ((node)->left) macro
377 fixup_uppernodes_helper(LEFT(node), uppernode);
1298 child = LEFT(current);
1392 LEFT(new_current) = LEFT(current);
1400 if (LEFT(parent) == current) {
1401 LEFT(parent) = new_current;
1406 if (LEFT(new_current) != NULL) {
1407 PARENT(LEFT(new_current)) = new_current;
1436 LEFT(curren
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Drbt.c103 #define LEFT(node) ((node)->left) macro
562 child = LEFT(current);
656 LEFT(new_current) = LEFT(current);
664 if (LEFT(parent) == current) {
665 LEFT(parent) = new_current;
670 if (LEFT(new_current) != NULL) {
671 PARENT(LEFT(new_current)) = new_current;
700 LEFT(current) = NULL;
1247 current = LEFT(curren
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Ddebug.h101 #define VERIFY3_IMPL(LEFT, OP, RIGHT, TYPE) do { \
102 const TYPE __left = (TYPE)(LEFT); \
105 assfail3(#LEFT " " #OP " " #RIGHT, \
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dobj-macho.h108 #define md_allow_local_subtract(LEFT, RIGHT, SECTION) \
109 obj_mach_o_allow_local_subtract (LEFT, RIGHT, SECTION)
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dobj-macho.h108 #define md_allow_local_subtract(LEFT, RIGHT, SECTION) \
109 obj_mach_o_allow_local_subtract (LEFT, RIGHT, SECTION)
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dobj-macho.h108 #define md_allow_local_subtract(LEFT, RIGHT, SECTION) \
109 obj_mach_o_allow_local_subtract (LEFT, RIGHT, SECTION)
/netbsd-current/usr.bin/sdiff/
H A Dedit.c93 goto LEFT;
101 LEFT:
/netbsd-current/external/gpl2/groff/dist/src/preproc/eqn/
H A Deqn.y51 %token LEFT
106 %right LEFT
219 | LEFT delim equation RIGHT delim
221 | LEFT delim equation
/netbsd-current/lib/libm/noieee_src/
H A Dn_gamma.c88 #define LEFT -.3955078125 /* left boundary for rat. approx */ macro
151 } else if (x >= 1.0 + LEFT + x0) {
209 if (y <= 1.0 + (LEFT + x0)) {
219 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
233 * Good on (0, 1+x0+LEFT]. Accurate to 1ulp.
240 if (x < x0 + LEFT) {
H A Dn_lgamma.c90 #define LEFT (1.0 - (x0 + .25)) macro
224 } else if (y < -LEFT) {
/netbsd-current/lib/libm/src/
H A Db_tgamma.c98 #define LEFT -.3955078125 /* left boundary for rat. approx */ macro
144 } else if (x >= 1.0 + LEFT + x0)
195 if (y <= 1.0 + (LEFT + x0)) {
205 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
219 * Good on (0, 1+x0+LEFT]. Accurate to 1ulp.
226 if (x < x0 + LEFT) {
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_shift.c33 enum which {LEFT, RIGHT}; enumerator in enum:which
45 return (shift(sp, cmdp, LEFT));
/netbsd-current/games/rogue/
H A Dlevel.c330 put_door(&rooms[room1], LEFT, &row1, &col1);
332 dir = LEFT;
336 put_door(&rooms[room2], LEFT, &row2, &col2);
410 case LEFT:
411 *col = (dir == LEFT) ? rm->left_col : rm->right_col;
433 if ((dir == LEFT) || (dir == RIGHT)) {
561 RIGHT : LEFT;
616 RIGHT : LEFT;
652 dirs[2] = LEFT;
687 case LEFT
[all...]
/netbsd-current/external/bsd/tmux/dist/
H A Dformat-draw.c683 enum { LEFT, enumerator in enum:__anon732
691 TOTAL } current = LEFT, last = LEFT;
692 const char *names[] = { "LEFT",
704 u_int map[] = { LEFT,
705 LEFT,
978 format_draw_none(octx, available, ocx, ocy, &s[LEFT],
983 format_draw_left(octx, available, ocx, ocy, &s[LEFT],
990 format_draw_centre(octx, available, ocx, ocy, &s[LEFT],
997 format_draw_right(octx, available, ocx, ocy, &s[LEFT],
[all...]
/netbsd-current/external/gpl2/groff/dist/src/preproc/pic/
H A Dpic.y100 %token LEFT
118 %token LEFT
224 %left LEFT RIGHT
339 | LEFT
809 | object_spec LEFT
816 | object_spec LEFT expr
1348 /* give this a lower precedence than LEFT and RIGHT so that
1421 | LEFT
1425 | UPPER LEFT
1427 | LOWER LEFT
[all...]
/netbsd-current/games/hunt/hunt/
H A Dotto.c68 #undef LEFT macro
102 #define LEFT 1 macro
133 #define litem flbr[LEFT]
469 rel_dir = LEFT;
/netbsd-current/external/bsd/top/dist/
H A Dap_snprintf.c658 LEFT, RIGHT enumerator in enum:__anon6354
714 adjust = LEFT;
739 adjust = LEFT;
1138 if (adjust_width && adjust == LEFT && min_width > s_len)
/netbsd-current/sys/dev/qbus/
H A Dqdreg.h200 #define LEFT 2 macro
/netbsd-current/sys/arch/vax/include/
H A Dqdreg.h202 #define LEFT 2 macro
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dvasprintf.c871 LEFT, /* spaces in left hand side for right justification */ enumerator in enum:pad_t
1726 np->pad_type = spec.left ? RIGHT : spec.pad == '0' ? LEADING_ZEROS : LEFT;
1756 np->pad_type = LEFT;
1768 np->pad_type = LEFT;
1850 np->pad_type = LEFT;
2030 if (np.pad_type == LEFT && np.pad_size != 0)

Completed in 212 milliseconds

123