/illumos-gate/usr/src/lib/iconv_modules/hi_IN/ |
H A D | iscii91%ea-iscii.c | 35 typedef enum { SPACE, ASCII, ISCII } CONTEXT; enumerator 122 if ( st->context != SPACE ) { in _icv_iconv() 127 st->context = SPACE; in _icv_iconv() 206 st->context = SPACE; in _icv_iconv() 220 st->context = SPACE; in _icv_iconv()
|
H A D | ea-iscii%iscii91.c | 41 typedef enum { SPACE, ASCII, POSSIBLE_ISCII, ISCII } CONTEXT; enumerator 188 case SPACE: in _icv_iconv() 198 if ( isspace(c) ) st->context = SPACE; in _icv_iconv() 220 st->context = SPACE; in _icv_iconv() 246 st->context = SPACE; in _icv_iconv()
|
/illumos-gate/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()
|
/illumos-gate/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 | 59 static SPACE HS, PS, SS, YS; 71 static void regsub(SPACE *, char *, char *); 95 SPACE tspace; in process() 377 SPACE tspace; in substitute() 488 SPACE tmp; in do_tr() 690 regsub(SPACE *sp, char *string, char *src) in regsub() 737 cspace(SPACE *sp, const char *p, size_t len, enum e_spflag spflag) in cspace()
|
H A D | defs.h | 148 } SPACE; typedef
|
/illumos-gate/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)
|
/illumos-gate/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 | 104 return (SPACE); in yylex() 155 else if (tp->defn == (char *)SPACE) in yylex()
|
H A D | text.c | 49 else if (t == SPACE) in text()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/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()
|
/illumos-gate/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()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/ |
H A D | dryrun.h | 38 #define SPACE 5 macro
|
/illumos-gate/usr/src/cmd/consadm/ |
H A D | consadm.c | 56 #define SPACE ' ' macro 392 buf[0] == SPACE || buf[0] == TAB) in addtolist() 455 value[0] == SPACE || value[0] == TAB) in removefromlist() 852 value[0] == SPACE || value[0] == TAB) in persistlist()
|
/illumos-gate/usr/src/cmd/sgs/libelf/misc/ |
H A D | nlist.c | 44 #define SPACE 100 /* number of symbols read at a time */ macro
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_macro.c | 43 #define SPACE ' ' macro 65 case SPACE: in dwarf_find_macro_value_start()
|
/illumos-gate/usr/src/lib/iconv_modules/utf-8/utils/ |
H A D | 8859-6.txt | 45 0x20 0x0020 # SPACE 140 0xA0 0x00A0 # NO-BREAK SPACE
|
H A D | 8859-8.txt | 60 0x20 0x0020 # SPACE 155 0xA0 0x00A0 # NO-BREAK SPACE
|
/illumos-gate/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)
|