Home
last modified time | relevance | path

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

12345678910

/NextBSD/crypto/heimdal/lib/wind/
HDrfc4518.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 …]
/NextBSD/usr.bin/ident/tests/
HDtest.in8 $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 $)
/NextBSD/gnu/usr.bin/rcs/lib/
HDrcsmap.c38 SPACE, SPACE, NEWLN, SPACE, SPACE, SPACE, UNKN, UNKN, enumerator
41 SPACE, IDCHAR, IDCHAR, IDCHAR, DELIM, IDCHAR, IDCHAR, IDCHAR, enumerator
/NextBSD/bin/sh/
HDmemalloc.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()
/NextBSD/sys/dev/aic7xxx/aicasm/
HDaicasm_scan.l79 SPACE [ \t]+
253 #include{SPACE} {
278 #define{SPACE} {
282 <MACRODEF>{WORD}{SPACE} {
312 <MACROARGLIST>{SPACE} ;
327 <MACROCALLARGS>{SPACE} ;
HDaicasm_macro_scan.l72 SPACE [ \t]+
82 <ARGLIST>{SPACE} ;
/NextBSD/usr.bin/sed/
HDextern.h50 void cspace(SPACE *, const char *, size_t, enum e_spflag);
52 int mf_fgets(SPACE *, enum e_spflag);
HDprocess.c62 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()
/NextBSD/contrib/nvi/regex/
HDcclass.h47 RCHAR_T SPACE[] = {'s','p','a','c','e',0}; variable
75 { SPACE, "\t\n\v\f\r ", "" },
/NextBSD/contrib/libreadline/
HDchardefs.h155 #ifdef SPACE
156 #undef SPACE
158 #define SPACE ' ' /* XXX - was 0x20 */ macro
/NextBSD/crypto/openssh/regress/
HDsftp-glob.sh50 SPACE="${DIR}/g-q space"
54 touch "${DATA}" "${GLOB1}" "${GLOB2}" "${QUOTE}" "${SPACE}"
/NextBSD/sys/dev/hatm/
HDif_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))); \
/NextBSD/sys/fs/udf/
HDosta.c297 #define SPACE 0x0020 macro
363 else if (current != PERIOD && current != SPACE) { in UDFTransName()
/NextBSD/share/monetdef/
HDzh_Hans_CN.UTF-8.src6 # int_curr_symbol (last character always SPACE)
HDhi_IN.UTF-8.src6 # int_curr_symbol (last character always SPACE)
HDes_CR.UTF-8.src6 # int_curr_symbol (last character always SPACE)
HDru_RU.KOI8-R.src6 # int_curr_symbol (last character always SPACE)
HDen_IE.ISO8859-15.src6 # int_curr_symbol (last character always SPACE)
HDru_RU.CP866.src6 # int_curr_symbol (last character always SPACE)
HDhi_IN.ISCII-DEV.src6 # int_curr_symbol (last character always SPACE)
HDbe_BY.CP1251.src6 # int_curr_symbol (last character always SPACE)
HDnl_NL.ISO8859-15.src6 # int_curr_symbol (last character always SPACE)
HDen_US.UTF-8.src6 # int_curr_symbol (last character always SPACE)
HDzh_Hans_CN.GBK.src6 # int_curr_symbol (last character always SPACE)
HDen_AU.UTF-8.src6 # int_curr_symbol (last character always SPACE)

12345678910