HomeSort by: relevance | last modified time | path
    Searched refs:SPACE (Results 1 - 25 of 65) sorted by relevancy

1 2 3

  /src/usr.bin/cal/
cal.c 69 #define SPACE -1 /* used in day array */
77 SPACE, SPACE, SPACE, SPACE, SPACE, SPACE, SPACE,
78 SPACE, SPACE, SPACE, SPACE, SPACE, SPACE, SPACE
    [all...]
  /src/usr.bin/sed/
extern.h 52 void cspace(SPACE *, const char *, size_t, enum e_spflag);
54 int mf_fgets(SPACE *, enum e_spflag);
defs.h 142 * Structure for a space (process, hold, otherwise).
145 char *space; /* Current space pointer. */ member in struct:__anon754a59000408
151 } SPACE;
  /src/games/hunt/huntd/
makemaze.c 40 #define ISCLEAR(y,x) (Maze[y][x] == SPACE)
104 Maze[y][x] = SPACE; /* Clear this spot */
129 Maze[y][x] = SPACE;
157 if (Maze[ty][tx] == SPACE)
159 Maze[(y + ty) / 2][(x + tx) / 2] = SPACE;
174 if (*sp == SPACE)
177 if (y - 1 >= 0 && Maze[y - 1][x] != SPACE)
179 if (y + 1 < HEIGHT && Maze[y + 1][x] != SPACE)
181 if (x + 1 < WIDTH && Maze[y][x + 1] != SPACE)
183 if (x - 1 >= 0 && Maze[y][x - 1] != SPACE)
    [all...]
expl.c 126 c = SPACE;
153 * if there is no space left over, put the a wall at
171 case SPACE:
181 if (Maze[r->r_y][r->r_x] == SPACE)
192 if (save_char == SPACE)
232 Maze[y][x] = SPACE;
  /src/share/locale/ctype/charset/
ASCII 14 SPACE 0x09 - 0x0d 0x20
Latin-Hebrew 13 SPACE 0x09 - 0x0d 0x20
Latin-1 12 SPACE 0x09 - 0x0d 0x20
Latin-5 15 SPACE 0x09 - 0x0d 0x20
Latin-Cyrillic 17 SPACE 0x09 - 0x0d 0x20
Latin-Greek 16 SPACE 0x09 - 0x0d 0x20
Latin-6 18 SPACE 0x09 - 0x0d 0x20
  /src/share/locale/ctype/
tr_TR.ISO8859-9.src 38 SPACE 0x09 - 0x0d ' '
58 SPACE 0xa0
en_US.ASCII.src 15 SPACE 0x09 - 0x0d 0x20
en_US.ISO_8859-1.src 18 SPACE 0x09 - 0x0d ' ' 0xa0
ru_RU.CP866.src 18 SPACE 0x09 - 0x0d 0x20
ru_RU.KOI8-R.src 18 SPACE 0x09 - 0x0d 0x20 0x9a
kk_KZ.PT154.src 22 SPACE 0x09 - 0x0d 0x20
48 SPACE 0xa0
el_GR.ISO8859-7.src 21 SPACE 0x09 - 0x0d ' ' 0xa0
en_US.DIS_8859-15.src 18 SPACE 0x09 - 0x0d ' ' 0xa0
lt_LT.ISO8859-13.src 24 SPACE 0x09 - 0x0d 0x20 0xa0
uk_UA.KOI8-U.src 20 SPACE 0x09 - 0x0d 0x20 0x9a
  /src/sys/dev/microcode/aic7xxx/
aicasm_macro_scan.l 72 SPACE [ \t]+
81 <ARGLIST>{SPACE} ;
aicasm_scan.l 81 SPACE [ \t]+
161 {SPACE} ;
253 #include{SPACE} {
278 #define{SPACE} {
282 <MACRODEF>{WORD}{SPACE} {
285 /* Strip space and return as a normal symbol */
312 <MACROARGLIST>{SPACE} ;
327 <MACROCALLARGS>{SPACE} ;
  /src/usr.bin/make/unit-tests/
directive-undef.mk 58 SPACE= ${:U }
59 ${SPACE}= space
60 .if !defined(${SPACE})
63 .undef ${SPACE}
64 .if !defined(${SPACE})

Completed in 24 milliseconds

1 2 3