Home
last modified time | relevance | path

Searched defs:SPACE (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/games/hunt/huntd/
H A Dhunt.h102 # define SPACE ' ' macro
/openbsd-src/usr.bin/seq/
H A Dseq.c45 #define SPACE ' ' macro
/openbsd-src/gnu/lib/libreadline/
H A Dchardefs.h152 #define SPACE ' ' /* XXX - was 0x20 */ macro
/openbsd-src/usr.bin/sed/
H A Ddefs.h134 } SPACE; typedef
/openbsd-src/usr.bin/col/
H A Dcol.c46 #define SPACE ' ' /* space */ macro
/openbsd-src/usr.bin/cal/
H A Dcal.c53 #define SPACE -1 /* used in day array */ macro
[all...]
/openbsd-src/sys/scsi/
H A Dscsi_tape.h71 #define SPACE 0x11 macro
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dscreen.py54 SPACE = u' ' # Space or blank character. variable
/openbsd-src/usr.sbin/npppd/npppd/
H A Dlcp.c52 #define SPACE " \t\r\n" macro
/openbsd-src/gnu/gcc/gcc/
H A Dtree-pretty-print.c51 #define INDENT(SPACE) do { \ argument
/openbsd-src/sbin/unwind/libunbound/util/
H A Dconfigparser.h1 #define SPACE 257 macro
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp1464 uint32_t SPACE[128]; in divide() local