Searched refs:SPACE (Results 1 – 25 of 194) sorted by relevance
12345678
42 # 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()
123 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()
327 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()
714 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()
497 } 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()
227 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()
42 SPACE, SPACE, NEWLN, SPACE, SPACE, SPACE, UNKN, UNKN, enumerator45 SPACE, IDCHAR, IDCHAR, IDCHAR, DELIM, IDCHAR, IDCHAR, IDCHAR, enumerator
135 #define SPACE(sp) ((char*)(sp) + ALIGN(sizeof(struct stack_block))) macro157 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()
54 void cspace(SPACE *, const char *, size_t, enum e_spflag);56 int mf_fgets(SPACE *, enum e_spflag);
62 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()
47 RCHAR_T SPACE[] = {'s','p','a','c','e',0}; variable75 { SPACE, "\t\n\v\f\r ", "" },
154 #ifdef SPACE155 #undef SPACE157 #define SPACE ' ' /* XXX - was 0x20 */ macro
294 #define SPACE 0x0020 macro360 else if (current != PERIOD && current != SPACE) { in UDFTransName()
46 #define SPACE ' ' macro115 pad = SPACE; in main()
6 # int_curr_symbol (last character always SPACE)