HomeSort by: relevance | last modified time | path
    Searched defs:SPACE (Results 1 - 10 of 10) sorted by relevancy

  /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})
cond-func-empty.mk 12 SPACE= ${:U }
72 # The variable SPACE has a single space, which counts as being empty.
73 .if !empty(SPACE)
97 # Contrary to the other functions in conditionals, the trailing space is not
98 # stripped off, as can be seen in the -dv debug log. If the space had been
111 ${:U }= space
  /src/sys/lib/libsa/
subr_prf.c 76 #define SPACE 0x08
191 lflag |= SPACE;
337 else if (lflag & SPACE)
  /src/sys/fs/udf/
udf_osta.c 282 #define SPACE 0x0020
369 /* Record position of last char which is NOT period or space. */
370 else if (current != PERIOD && current != SPACE) {
  /src/usr.bin/seq/
seq.c 48 #define SPACE ' '
144 pad = SPACE;
  /src/usr.bin/sed/
defs.h 142 * Structure for a space (process, hold, otherwise).
145 char *space; /* Current space pointer. */ member in struct:__anon754a59000408
151 } SPACE;
  /src/sys/dev/scsipi/
scsi_tape.h 67 #define SPACE 0x11
  /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/col/
col.c 68 #define SPACE ' ' /* space */
115 static int compress_spaces; /* if doing space -> tab conversion */
227 case SPACE:
427 * Write a line to stdout taking care of space to tab conversion (-h flag)
  /src/games/hunt/include/
hunt_common.h 152 #define SPACE ' '

Completed in 51 milliseconds