Home
last modified time | relevance | path

Searched refs:SPACE (Results 1 – 25 of 194) sorted by relevance

12345678

/dragonfly/games/hunt/huntd/
HDmakemaze.c42 # define ISCLEAR(y,x) (Maze[y][x] == SPACE)
95 Maze[y][x] = SPACE; in dig_maze()
123 if (Maze[ty][tx] == SPACE) in dig_maze()
125 Maze[(y + ty) / 2][(x + tx) / 2] = SPACE; in dig_maze()
140 if (*sp == SPACE) in remap()
144 if (y - 1 >= 0 && Maze[y - 1][x] != SPACE) in remap()
146 if (y + 1 < HEIGHT && Maze[y + 1][x] != SPACE) in remap()
148 if (x + 1 < WIDTH && Maze[y][x + 1] != SPACE) in remap()
150 if (x - 1 >= 0 && Maze[y][x - 1] != SPACE) in remap()
HDexpl.c123 c = SPACE; in rollexpl()
182 case SPACE: in remove_wall()
198 if (save_char == SPACE) in remove_wall()
233 Maze[y][x] = SPACE; in remove_wall()
HDanswer.c327 newpp->p_maze[y][x] = SPACE; in stplayer()
339 } while (Maze[y][x] != SPACE); in stplayer()
340 newpp->p_over = SPACE; in stplayer()
385 } while (Maze[y][x] != SPACE); in stplayer()
393 } while (Maze[y][x] != SPACE); in stplayer()
HDshots.c714 case SPACE: in move_flyer()
735 Maze[y][x] = SPACE; in move_flyer()
829 NULL, TRUE, SPACE); in chkshot()
830 Maze[y][x] = SPACE; in chkshot()
1015 i, bp->b_size, bp->b_owner, bp->b_score, TRUE, SPACE); in move_slime()
1022 bp->b_score, TRUE, SPACE); in move_slime()
1029 bp->b_score, TRUE, SPACE); in move_slime()
1036 bp->b_score, TRUE, SPACE); in move_slime()
HDdriver.c497 } while (Maze[y][x] != SPACE); in makeboots()
716 bp->b_over = SPACE; in zap()
761 TRUE, SPACE); in zap()
785 np->p_over = SPACE; in zap()
811 } while (Maze[y][x] != SPACE); in zap()
815 NULL, TRUE, SPACE); in zap()
828 } while (Maze[y][x] != SPACE); in zap()
834 NULL, FALSE, SPACE); in zap()
HDexecute.c227 case SPACE: in move_player()
251 Maze[y][x] = SPACE; in move_player()
267 Maze[y][x] = SPACE; in move_player()
309 Maze[y][x] = SPACE; in move_player()
/dragonfly/gnu/usr.bin/rcs/lib/
HDrcsmap.c42 SPACE, SPACE, NEWLN, SPACE, SPACE, SPACE, UNKN, UNKN, enumerator
45 SPACE, IDCHAR, IDCHAR, IDCHAR, DELIM, IDCHAR, IDCHAR, IDCHAR, enumerator
/dragonfly/bin/sh/
HDmemalloc.c135 #define SPACE(sp) ((char*)(sp) + ALIGN(sizeof(struct stack_block))) macro
157 stacknxt = SPACE(sp); in stnewblock()
212 if (stackp != NULL && stacknxt == SPACE(stackp)) in setstackmark()
268 if (stackp != NULL && stacknxt == SPACE(stackp)) { in growstackblock()
275 stacknxt = SPACE(sp); in growstackblock()
/dragonfly/usr.bin/sed/
HDextern.h54 void cspace(SPACE *, const char *, size_t, enum e_spflag);
56 int mf_fgets(SPACE *, enum e_spflag);
HDprocess.c62 static SPACE HS, PS, SS, YS;
76 static void regsub(SPACE *, char *, char *);
99 SPACE tspace; in process()
386 SPACE tspace; in substitute()
498 SPACE tmp; in do_tr()
698 regsub(SPACE *sp, char *string, char *src) in regsub()
745 cspace(SPACE *sp, const char *p, size_t len, enum e_spflag spflag) in cspace()
/dragonfly/contrib/nvi2/regex/
HDcclass.h47 RCHAR_T SPACE[] = {'s','p','a','c','e',0}; variable
75 { SPACE, "\t\n\v\f\r ", "" },
/dragonfly/contrib/gdb-7/readline/
HDchardefs.h154 #ifdef SPACE
155 #undef SPACE
157 #define SPACE ' ' /* XXX - was 0x20 */ macro
/dragonfly/sys/vfs/udf/
HDosta.c294 #define SPACE 0x0020 macro
360 else if (current != PERIOD && current != SPACE) { in UDFTransName()
/dragonfly/usr.bin/seq/
HDseq.c46 #define SPACE ' ' macro
115 pad = SPACE; in main()
/dragonfly/share/monetdef/
HDtr_TR.UTF-8.src6 # int_curr_symbol (last character always SPACE)
HDen_AU.UTF-8.src6 # int_curr_symbol (last character always SPACE)
HDru_RU.KOI8-R.src6 # int_curr_symbol (last character always SPACE)
HDru_RU.ISO8859-5.src6 # int_curr_symbol (last character always SPACE)
HDlv_LV.UTF-8.src6 # int_curr_symbol (last character always SPACE)
HDnl_NL.ISO8859-15.src6 # int_curr_symbol (last character always SPACE)
HDsk_SK.UTF-8.src6 # int_curr_symbol (last character always SPACE)
HDes_MX.UTF-8.src6 # int_curr_symbol (last character always SPACE)
HDes_AR.UTF-8.src6 # int_curr_symbol (last character always SPACE)
HDhe_IL.UTF-8.src6 # int_curr_symbol (last character always SPACE)
HDhy_AM.ARMSCII-8.src6 # int_curr_symbol (last character always SPACE)

12345678