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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregnodes.h28 #define SPACE 22 /* 0x16 Match any whitespace character */ macro
95 SPACE, /* SPACE */
96 SPACE, /* SPACEL */
163 0, /* SPACE */
228 0, /* SPACE */
294 "SPACE", /* 0x16 */
H A Dregcomp.h354 SPACE, SPACEL,
H A Dregexec.c1361 case SPACE:
2649 case SPACE:
2655 if (!(OP(scan) == SPACE
2665 if (!(OP(scan) == SPACE
2671 if (!(OP(scan) == SPACE
4142 case SPACE:
H A Dperl.h3309 #ifdef SPACE
3310 #undef SPACE macro
H A Dregcomp.c1467 case SPACE:
2977 ret = reg_node(pRExC_state, (U8)(LOC ? SPACEL : SPACE));
/osnet-11/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
/osnet-11/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))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm168 simply treated as a normal character (ZERO WIDTH NO-BREAK SPACE).
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dcharnames.pm475 SPACE", not "BYTE ORDER MARK".
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm237 set this variable, please hit SPACE RETURN to the following question.
582 printf("%d more items, hit SPACE RETURN to show them\n",
/osnet-11/usr/src/lib/libsqlite/src/
H A Dparse.y66 %nonassoc END_OF_FILE ILLEGAL SPACE UNCLOSED_STRING COMMENT FUNCTION
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DName.pl38 0020 SPACE
165 00A0 NO-BREAK SPACE
4387 1680 OGHAM SPACE MARK
5569 2002 EN SPACE
5570 2003 EM SPACE
5571 2004 THREE-PER-EM SPACE
5572 2005 FOUR-PER-EM SPACE
5573 2006 SIX-PER-EM SPACE
5574 2007 FIGURE SPACE
5575 2008 PUNCTUATION SPACE
[all...]

Completed in 96 milliseconds