Home
last modified time | relevance | path

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

/titanic_52/usr/src/cmd/sh/
H A Dmac.h38 #define SPACE ' ' macro
/titanic_52/usr/src/cmd/svr4pkg/hdrs/
H A Ddryrun.h38 #define SPACE 5 macro
/titanic_52/usr/src/cmd/sgs/libelf/misc/
H A Dnlist.c47 #define SPACE 100 /* number of symbols read at a time */ macro
/titanic_52/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
/titanic_52/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
/titanic_52/usr/src/lib/libdwarf/common/
H A Ddwarf_macro.c57 #define SPACE ' ' macro
/titanic_52/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c68 #define SPACE 100 /* number of symbols read at a time */ macro
/titanic_52/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
/titanic_52/usr/src/cmd/sed/
H A Ddefs.h148 } SPACE; typedef
/titanic_52/usr/src/cmd/consadm/
H A Dconsadm.c58 #define SPACE ' ' macro
/titanic_52/usr/src/cmd/gencat/
H A Dgencat.c61 #define SPACE ' ' macro
/titanic_52/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1424 #define SPACE(cmd, cnt) ((cnt < 0) ? (SP_BACKSP | (-(cnt)) | cmd) : (cmd | cnt)) macro