Searched defs:SPACE (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dmac.h38 #define SPACE ' ' macro
48 #define blank() prc(SPACE)
/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A Dnlist.c47 #define SPACE 100 /* number of symbols read at a time */ macro
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Ddryrun.h38 #define SPACE 5 macro
/illumos-gate/usr/src/cmd/ast/msgcc/
H A Dmsgcvt.c52 #define SPACE(s) (isspace(*s)&&(s+=1)||*s=='\\'&&(*(s+1)=='n'||*(s+1)=='t')&&(s+=2)) macro
534 if (SPACE(s))
558 if (SPACE(s))
617 if (SPACE(s))
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DParser.java65 private final static char SPACE = ' '; field in class:Parser
140 tk.wordChars('\000', SPACE);
H A DSLPV1SSrvMsg.java52 final static char SPACE = ' '; field in class:SLPV1SSrvMsg
414 tk.ordinaryChar(SPACE); // but beware of embedded whites...
848 } else if ((char)tk.ttype == SPACE) {
1097 while (tok == SPACE) {
H A DServiceLocationAttribute.java58 static final char SPACE = ' '; field in class:ServiceLocationAttribute
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_macro.c57 #define SPACE ' ' macro
80 case SPACE:
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c68 #define SPACE 100 /* number of symbols read at a time */ macro
72 static char sym_buf[SPACE * SYMESZ];
523 if ((num_in_buf = read(fd, sym_buf, size * SPACE)) == -1)
/illumos-gate/usr/src/cmd/sed/
H A Ddefs.h148 } SPACE; typedef in typeref:struct:__anon1347
/illumos-gate/usr/src/cmd/consadm/
H A Dconsadm.c58 #define SPACE ' ' macro
394 buf[0] == SPACE || buf[0] == TAB)
457 value[0] == SPACE || value[0] == TAB)
854 value[0] == SPACE || value[0] == TAB)
/illumos-gate/usr/src/cmd/gencat/
H A Dgencat.c61 #define SPACE ' ' macro
723 } while (c == SPACE || c == TAB);
829 if (c == SPACE || c == TAB) { /* $ <comment */
859 while (c == SPACE || c == TAB)
884 while (c == SPACE || c == TAB)
919 if (c == SPACE || c == TAB)
935 } while (c == SPACE || c == TAB);
976 } while (c == SPACE || c == TAB);
1001 if (c != SPACE && c != TAB)
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1372 * Macros for internal coding of count for SPACE command:
1424 #define SPACE(cmd, cnt) ((cnt < 0) ? (SP_BACKSP | (-(cnt)) | cmd) : (cmd | cnt)) macro
1425 #define Fmk(x) SPACE(SP_FLM, x)
1426 #define Blk(x) SPACE(SP_BLK, x)

Completed in 82 milliseconds