Home
last modified time | relevance | path

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

1234

/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/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/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/sed/
H A Ddefs.h148 } SPACE; typedef
H A Dextern.h51 void cspace(SPACE *, const char *, size_t, enum e_spflag);
53 int mf_fgets(SPACE *, enum e_spflag);
H A Dmain.c321 mf_fgets(SPACE *sp, enum e_spflag spflag) in mf_fgets()
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()
/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/cmd/sh/
H A Dbltin.c91 prc_buff(SPACE); in builtin()
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 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 Dmac.h38 #define SPACE ' ' macro
48 #define blank() prc(SPACE)
H A Dname.c571 prc_buff(SPACE); in printro()
583 prc_buff(SPACE); in printexp()
H A Dword.c318 c = SPACE; in readwc()
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Ddryrun.h38 #define SPACE 5 macro
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddryrun.c800 case SPACE: in set_dr_info()
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmain.c1871 ck_w_dryrun(ckspace, SPACE); in main()
/illumos-gate/usr/src/common/ficl/test/
H A Dcore.fr952 TESTING OUTPUT: . ." CR EMIT SPACE SPACES TYPE U.
959 ." YOU SHOULD SEE 0-9 SEPARATED BY A SPACE:" CR
963 ." YOU SHOULD SEE A-G SEPARATED BY A SPACE:" CR
964 [CHAR] G 1+ [CHAR] A DO I EMIT SPACE LOOP CR
/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/data/locale/data/
H A DGB18030.cm101 <SPACE> \x20
H A DISO8859-1.cm101 <SPACE> \x20
H A DISO8859-11.cm42 <SPACE> \x20
H A DISO8859-13.cm101 <SPACE> \x20

1234