Searched refs:SPACE (Results 1 - 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/cmd/sh/
H A Dmac.h38 #define SPACE ' ' macro
48 #define blank() prc(SPACE)
H A Dfunc.c204 prc_buff(SPACE);
214 prc_buff(SPACE);
257 prc_buff(SPACE);
315 prc_buff(SPACE);
415 prc_buff(SPACE);
432 prc_buff(SPACE);
H A Djobs.c467 prc_buff(SPACE);
479 prc_buff(SPACE);
487 prc_buff(SPACE);
526 prc_buff(SPACE);
533 prc_buff(SPACE);
540 prc_buff(SPACE);
820 *bp++ = SPACE;
H A Dname.c571 prc_buff(SPACE);
583 prc_buff(SPACE);
H A Dbltin.c92 prc_buff(SPACE);
H A Dword.c319 c = SPACE;
/illumos-gate/usr/src/cmd/sed/
H A Dextern.h51 void cspace(SPACE *, const char *, size_t, enum e_spflag);
53 int mf_fgets(SPACE *, enum e_spflag);
H A Ddefs.h148 } SPACE; typedef in typeref:struct:__anon1347
H A Dprocess.c57 static SPACE HS, PS, SS, YS;
69 static void regsub(SPACE *, char *, char *);
93 SPACE tspace;
363 SPACE tspace;
474 SPACE tmp;
676 regsub(SPACE *sp, char *string, char *src)
723 cspace(SPACE *sp, const char *p, size_t len, enum e_spflag spflag)
727 /* Make sure SPACE has enough memory and ramp up quickly. */
H A Dmain.c318 mf_fgets(SPACE *sp, enum e_spflag spflag)
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Ddryrun.h38 #define SPACE 5 macro
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributeString.java79 buf.append(ServiceLocationAttribute.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 DParser.java65 private final static char SPACE = ' '; field in class:Parser
140 tk.wordChars('\000', SPACE);
H A DServiceLocationAttribute.java58 static final char SPACE = ' '; field in class:ServiceLocationAttribute
/illumos-gate/usr/src/cmd/eqn/
H A De.y35 %term CONTIG QTEXT SPACE THIN TAB
182 | SPACE { text(SPACE, 0); }
H A Dtext.c51 else if (t == SPACE)
H A Dlex.c106 return (SPACE);
157 else if (tp->defn == (char *)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/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/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/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/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/tools/ctf/dwarf/common/
H A Ddwarf_macro.c57 #define SPACE ' ' macro
80 case SPACE:
/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 117 milliseconds

12