Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sh/
H A Dmac.h38 #define SPACE ' ' macro
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Ddryrun.h38 #define SPACE 5 macro
/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A Dnlist.c44 #define SPACE 100 /* number of symbols read at a time */ macro
/illumos-gate/usr/src/lib/iconv_modules/hi_IN/
H A Discii91%ea-iscii.c35 typedef enum { SPACE, ASCII, ISCII } CONTEXT; enumerator
H A Dea-iscii%iscii91.c41 typedef enum { SPACE, ASCII, POSSIBLE_ISCII, ISCII } CONTEXT; enumerator
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A Dmsgcvt.c52 #define SPACE(s) (isspace(*s)&&(s+=1)||*s=='\\'&&(*(s+1)=='n'||*(s+1)=='t')&&(s+=2)) macro
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_macro.c43 #define SPACE ' ' macro
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c68 #define SPACE 100 /* number of symbols read at a time */ macro
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1SSrvMsg.java52 final static char SPACE = ' '; field in SLPV1SSrvMsg
H A DParser.java65 private final static char SPACE = ' '; field in Parser
H A DServiceLocationAttribute.java58 static final char SPACE = ' '; field in ServiceLocationAttribute
/illumos-gate/usr/src/cmd/sed/
H A Ddefs.h148 } SPACE; typedef
/illumos-gate/usr/src/cmd/consadm/
H A Dconsadm.c56 #define SPACE ' ' macro
/illumos-gate/usr/src/cmd/gencat/
H A Dgencat.c61 #define SPACE ' ' macro
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_kernel_printf.c46 #define SPACE 8 /* space if plus */ macro
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1424 #define SPACE(cmd, cnt) ((cnt < 0) ? (SP_BACKSP | (-(cnt)) | cmd) : (cmd | cnt)) macro