Home
last modified time | relevance | path

Searched refs:SPACE (Results 1 – 25 of 90) sorted by relevance

1234

/illumos-gate/usr/src/lib/iconv_modules/hi_IN/
H A Discii91%ea-iscii.c35 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 Dea-iscii%iscii91.c41 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 Dfunc.c204 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 Dmac.h38 #define SPACE ' ' macro
48 #define blank() prc(SPACE)
H A Djobs.c467 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 Dname.c571 prc_buff(SPACE); in printro()
583 prc_buff(SPACE); in printexp()
/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 Dprocess.c59 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 Ddefs.h148 } SPACE; typedef
/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/cmd/eqn/
H A De.y35 %term CONTIG QTEXT SPACE THIN TAB
182 | SPACE { text(SPACE, 0); }
H A Dlex.c104 return (SPACE); in yylex()
155 else if (tp->defn == (char *)SPACE) in yylex()
H A Dtext.c49 else if (t == SPACE) in text()
/illumos-gate/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
534 if (SPACE(s)) in msg2html()
558 if (SPACE(s)) in msg2html()
617 if (SPACE(s)) in msg2html()
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Ddryrun.h38 #define SPACE 5 macro
/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) in fill_sym_buf()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1SSrvMsg.java52 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 DAttributeString.java79 buf.append(ServiceLocationAttribute.SPACE); in parse()
H A DParser.java65 private final static char SPACE = ' '; field in Parser
140 tk.wordChars('\000', SPACE); in parseAndEvaluateQuery()
/illumos-gate/usr/src/cmd/consadm/
H A Dconsadm.c56 #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 Dnlist.c44 #define SPACE 100 /* number of symbols read at a time */ macro
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_macro.c43 #define SPACE ' ' macro
65 case SPACE: in dwarf_find_macro_value_start()
/illumos-gate/usr/src/lib/iconv_modules/utf-8/utils/
H A D8859-6.txt45 0x20 0x0020 # SPACE
140 0xA0 0x00A0 # NO-BREAK SPACE
H A D8859-8.txt60 0x20 0x0020 # SPACE
155 0xA0 0x00A0 # NO-BREAK SPACE
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1424 #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)

1234