/titanic_41/usr/src/cmd/sh/ |
H A D | func.c | 204 prc_buff(SPACE); in prbgnlst() 214 prc_buff(SPACE); in prendlst() 257 prc_buff(SPACE); in prf() 315 prc_buff(SPACE); in prf() 415 prc_buff(SPACE); in prarg() 432 prc_buff(SPACE); in prio()
|
H A D | mac.h | 38 #define SPACE ' ' macro 48 #define blank() prc(SPACE)
|
H A D | jobs.c | 467 prc_buff(SPACE); in printjob() 479 prc_buff(SPACE); in printjob() 487 prc_buff(SPACE); in printjob() 526 prc_buff(SPACE); in printjob() 533 prc_buff(SPACE); in printjob() 540 prc_buff(SPACE); in printjob() 820 *bp++ = SPACE;
|
H A D | name.c | 571 prc_buff(SPACE); in printro() 583 prc_buff(SPACE); in printexp()
|
H A D | bltin.c | 92 prc_buff(SPACE); in builtin()
|
/titanic_41/usr/src/cmd/sed/ |
H A D | extern.h | 51 void cspace(SPACE *, const char *, size_t, enum e_spflag); 53 int mf_fgets(SPACE *, enum e_spflag);
|
H A D | process.c | 57 static SPACE HS, PS, SS, YS; 69 static void regsub(SPACE *, char *, char *); 93 SPACE tspace; in process() 363 SPACE tspace; in substitute() 474 SPACE tmp; in do_tr() 676 regsub(SPACE *sp, char *string, char *src) in regsub() 723 cspace(SPACE *sp, const char *p, size_t len, enum e_spflag spflag) in cspace()
|
H A D | defs.h | 148 } SPACE; typedef
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/ |
H A D | ListParser.java | 70 private static final char SPACE = /* NOI18N */ ' '; field in ListParser 294 case SPACE: in findElement() 493 } while ((buf[p] == SPACE) || (buf[p] == TAB)); in backslash() 494 result = SPACE; in backslash() 666 case SPACE: in scanElement() 775 case SPACE: in convertElement() 944 case SPACE: in quote()
|
/titanic_41/usr/src/cmd/gencat/ |
H A D | gencat.c | 61 #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)
|
/titanic_41/usr/src/cmd/eqn/ |
H A D | e.y | 35 %term CONTIG QTEXT SPACE THIN TAB 182 | SPACE { text(SPACE, 0); }
|
H A D | lex.c | 106 return (SPACE); in yylex() 157 else if (tp->defn == (char *)SPACE) in yylex()
|
H A D | text.c | 51 else if (t == SPACE) in text()
|
/titanic_41/usr/src/cmd/ast/msgcc/ |
H A D | msgcvt.c | 52 #define SPACE(s) (isspace(*s)&&(s+=1)||*s=='\\'&&(*(s+1)=='n'||*(s+1)=='t')&&(s+=2)) macro 534 if (SPACE(s)) in msg2html() 558 if (SPACE(s)) in msg2html() 617 if (SPACE(s)) in msg2html()
|
/titanic_41/usr/src/cmd/svr4pkg/hdrs/ |
H A D | dryrun.h | 38 #define SPACE 5 macro
|
/titanic_41/usr/src/ucblib/libucb/port/gen/ |
H A D | nlist.c | 68 #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) in fill_sym_buf()
|
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SLPV1SSrvMsg.java | 52 final static char SPACE = ' '; field in SLPV1SSrvMsg 414 tk.ordinaryChar(SPACE); // but beware of embedded whites... in rewriteQuery() 848 } else if ((char)tk.ttype == SPACE) { in parseTag() 1097 while (tok == SPACE) { in eatWhite()
|
H A D | AttributeString.java | 79 buf.append(ServiceLocationAttribute.SPACE); in parse()
|
H A D | Parser.java | 65 private final static char SPACE = ' '; field in Parser 140 tk.wordChars('\000', SPACE); in parseAndEvaluateQuery()
|
/titanic_41/usr/src/cmd/consadm/ |
H A D | consadm.c | 58 #define SPACE ' ' macro 394 buf[0] == SPACE || buf[0] == TAB) in addtolist() 457 value[0] == SPACE || value[0] == TAB) in removefromlist() 854 value[0] == SPACE || value[0] == TAB) in persistlist()
|
/titanic_41/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_macro.c | 57 #define SPACE ' ' macro 80 case SPACE: in dwarf_find_macro_value_start()
|
/titanic_41/usr/src/cmd/sgs/libelf/misc/ |
H A D | nlist.c | 47 #define SPACE 100 /* number of symbols read at a time */ macro
|
/titanic_41/usr/src/cmd/localedef/data/ |
H A D | 8859-11.TXT | 31 # the addition of 0xA0 NO-BREAK SPACE. 82 0x20 0x0020 # SPACE 210 0xA0 0x00A0 # NO-BREAK SPACE
|
H A D | 8859-8.TXT | 82 0x20 0x0020 # SPACE 210 0xA0 0x00A0 # NO-BREAK SPACE
|
/titanic_41/usr/src/uts/common/sys/scsi/targets/ |
H A D | stdef.h | 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)
|