Home
last modified time | relevance | path

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

123456789

/freebsd-10-stable/crypto/heimdal/lib/wind/
Drfc4518.txt83 view space as referring to only SPACE (U+0020), a second
245 (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 code
255 Zl, or Zp) are mapped to SPACE (U+0020). The following is a complete
317 For the purposes of this section, a space is defined to be the SPACE
321 any code points in the separator class, other than SPACE
329 character, ends with exactly one SPACE character, and any inner
331 SPACE characters. For instance, the input strings
332 "foo<SPACE>bar<SPACE><SPACE>", result in the output
333 "<SPACE>foo<SPACE><SPACE>bar<SPACE>".
[all …]
/freebsd-10-stable/gnu/usr.bin/rcs/lib/
Drcsmap.c38 SPACE, SPACE, NEWLN, SPACE, SPACE, SPACE, UNKN, UNKN, enumerator
41 SPACE, IDCHAR, IDCHAR, IDCHAR, DELIM, IDCHAR, IDCHAR, IDCHAR, enumerator
/freebsd-10-stable/bin/sh/
Dmemalloc.c126 #define SPACE(sp) ((char*)(sp) + ALIGN(sizeof(struct stack_block))) macro
148 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()
/freebsd-10-stable/sys/dev/aic7xxx/aicasm/
Daicasm_scan.l79 SPACE [ \t]+
253 #include{SPACE} {
278 #define{SPACE} {
282 <MACRODEF>{WORD}{SPACE} {
312 <MACROARGLIST>{SPACE} ;
327 <MACROCALLARGS>{SPACE} ;
Daicasm_macro_scan.l72 SPACE [ \t]+
82 <ARGLIST>{SPACE} ;
/freebsd-10-stable/usr.bin/sed/
Dextern.h50 void cspace(SPACE *, const char *, size_t, enum e_spflag);
52 int mf_fgets(SPACE *, enum e_spflag);
Dprocess.c62 static SPACE HS, PS, SS, YS;
75 static void regsub(SPACE *, char *, char *);
95 SPACE tspace; in process()
371 SPACE tspace; in substitute()
482 SPACE tmp; in do_tr()
681 regsub(SPACE *sp, char *string, char *src) in regsub()
728 cspace(SPACE *sp, const char *p, size_t len, enum e_spflag spflag) in cspace()
/freebsd-10-stable/contrib/nvi/regex/
Dcclass.h51 RCHAR_T SPACE[] = {'s','p','a','c','e',0}; variable
79 { SPACE, "\t\n\v\f\r ", "" },
/freebsd-10-stable/contrib/libreadline/
Dchardefs.h155 #ifdef SPACE
156 #undef SPACE
158 #define SPACE ' ' /* XXX - was 0x20 */ macro
/freebsd-10-stable/crypto/openssh/regress/
Dsftp-glob.sh50 SPACE="${DIR}/g-q space"
54 touch "${DATA}" "${GLOB1}" "${GLOB2}" "${QUOTE}" "${SPACE}"
/freebsd-10-stable/sys/dev/hatm/
Dif_hatmvar.h509 #define WRITE_MEM4(SC,OFF,VAL,SPACE) \ argument
513 (SPACE | HE_REGM_CON_WE | HE_REGM_CON_STATUS | (OFF))); \
518 #define READ_MEM4(SC,OFF,SPACE) \ argument
521 (SPACE | HE_REGM_CON_STATUS | (OFF))); \
/freebsd-10-stable/sys/fs/udf/
Dosta.c297 #define SPACE 0x0020 macro
363 else if (current != PERIOD && current != SPACE) { in UDFTransName()
/freebsd-10-stable/share/monetdef/
Del_GR.UTF-8.src6 # int_curr_symbol (last character always SPACE)
Dbg_BG.UTF-8.src6 # int_curr_symbol (last character always SPACE)
Dpl_PL.UTF-8.src6 # int_curr_symbol (last character always SPACE)
Dbe_BY.UTF-8.src5 # int_curr_symbol (last character always SPACE)
Dhu_HU.ISO8859-2.src6 # int_curr_symbol (last character always SPACE)
Dbg_BG.CP1251.src6 # int_curr_symbol (last character always SPACE)
Dcs_CZ.ISO8859-2.src6 # int_curr_symbol (last character always SPACE)
Dbe_BY.ISO8859-5.src5 # int_curr_symbol (last character always SPACE)
Dbe_BY.CP1131.src5 # int_curr_symbol (last character always SPACE)
Dbe_BY.CP1251.src5 # int_curr_symbol (last character always SPACE)
Dcs_CZ.UTF-8.src6 # int_curr_symbol (last character always SPACE)
Del_GR.ISO8859-7.src6 # int_curr_symbol (last character always SPACE)
Dpl_PL.ISO8859-2.src6 # int_curr_symbol (last character always SPACE)

123456789