Searched refs:SPACE (Results 1 – 25 of 226) sorted by relevance
12345678910
83 view space as referring to only SPACE (U+0020), a second245 (U+000D), and NEXT LINE (NEL) (U+0085) are mapped to SPACE (U+0020).253 ZERO WIDTH SPACE (U+200B) is mapped to nothing. All other code255 Zl, or Zp) are mapped to SPACE (U+0020). The following is a complete317 For the purposes of this section, a space is defined to be the SPACE321 any code points in the separator class, other than SPACE329 character, ends with exactly one SPACE character, and any inner331 SPACE characters. For instance, the input strings332 "foo<SPACE>bar<SPACE><SPACE>", result in the output333 "<SPACE>foo<SPACE><SPACE>bar<SPACE>".[all …]
8 $Foo: bar $ (WRONG -- NO SPACE AFTER :)9 $Foo:bar $ (WRONG -- NO SPACE AFTER :)10 $Foo: bar$ (WRONG -- NO SPACE BEFORE $))12 $Bar:: baz$ (WRONG -- NO SPACE BEFORE $)13 $Bar:: baz $ (OK -- SPACE BEFORE $)
38 SPACE, SPACE, NEWLN, SPACE, SPACE, SPACE, UNKN, UNKN, enumerator41 SPACE, IDCHAR, IDCHAR, IDCHAR, DELIM, IDCHAR, IDCHAR, IDCHAR, enumerator
126 #define SPACE(sp) ((char*)(sp) + ALIGN(sizeof(struct stack_block))) macro148 stacknxt = SPACE(sp); in stnewblock()203 if (stackp != NULL && stacknxt == SPACE(stackp)) in setstackmark()259 if (stackp != NULL && stacknxt == SPACE(stackp)) { in growstackblock()266 stacknxt = SPACE(sp); in growstackblock()
79 SPACE [ \t]+253 #include{SPACE} {278 #define{SPACE} {282 <MACRODEF>{WORD}{SPACE} { 312 <MACROARGLIST>{SPACE} ;327 <MACROCALLARGS>{SPACE} ;
72 SPACE [ \t]+82 <ARGLIST>{SPACE} ;
50 void cspace(SPACE *, const char *, size_t, enum e_spflag);52 int mf_fgets(SPACE *, enum e_spflag);
62 static SPACE HS, PS, SS, YS;75 static void regsub(SPACE *, char *, char *);98 SPACE tspace; in process()380 SPACE tspace; in substitute()492 SPACE tmp; in do_tr()692 regsub(SPACE *sp, char *string, char *src) in regsub()739 cspace(SPACE *sp, const char *p, size_t len, enum e_spflag spflag) in cspace()
47 RCHAR_T SPACE[] = {'s','p','a','c','e',0}; variable75 { SPACE, "\t\n\v\f\r ", "" },
155 #ifdef SPACE156 #undef SPACE158 #define SPACE ' ' /* XXX - was 0x20 */ macro
50 SPACE="${DIR}/g-q space"54 touch "${DATA}" "${GLOB1}" "${GLOB2}" "${QUOTE}" "${SPACE}"
509 #define WRITE_MEM4(SC,OFF,VAL,SPACE) \ argument513 (SPACE | HE_REGM_CON_WE | HE_REGM_CON_STATUS | (OFF))); \518 #define READ_MEM4(SC,OFF,SPACE) \ argument521 (SPACE | HE_REGM_CON_STATUS | (OFF))); \
297 #define SPACE 0x0020 macro363 else if (current != PERIOD && current != SPACE) { in UDFTransName()
6 # int_curr_symbol (last character always SPACE)