Home
last modified time | relevance | path

Searched refs:_SP (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/contrib/groffer/
H A Dgroffer.sh50 export _SP;
55 _SP=' ';
140 /^['"${_SP}${_TAB}"']*#/d
142 s/^['"${_SP}${_TAB}"']*//
143 s/['"${_SP}${_TAB}"']*$//
149 s/[='"${_SP}${_TAB}"']['"${_SP}${_TAB}"']*/'"${_SP}"'/
151 s/^\(-[^'"${_SP}"']*\)$/o="${o} \1"/p
H A DChangeLog270 - $_SQ, $_SP: Move variables for characters before the handling of
272 $_SP.
H A Dgroffer2.sh334 _SPACE_SED='['"${_SP}${_TAB}"']';
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/qnx/qnx6.1/
H A Dctype_base.h54 static const mask space = _CN | _SP | _XS; in _GLIBCXX_VISIBILITY()
55 static const mask print = _DI | _LO | _PU | _SP | _UP | _XA; in _GLIBCXX_VISIBILITY()
61 static const mask blank = _SP | _XB; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/qnx/qnx6.1/
H A Dctype_base.h54 static const mask space = _CN | _SP | _XS; in _GLIBCXX_VISIBILITY()
55 static const mask print = _DI | _LO | _PU | _SP | _UP | _XA; in _GLIBCXX_VISIBILITY()
61 static const mask blank = _SP | _XB; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/vxworks/
H A Dctype_base.h74 static const mask space = _CN|_SP|_XS; in _GLIBCXX_VISIBILITY()
75 static const mask print = _DI|_LO|_PU|_SP|_UP|_XA; in _GLIBCXX_VISIBILITY()
81 static const mask blank = _SP|_XB; in _GLIBCXX_VISIBILITY()
/netbsd-src/bin/csh/
H A Dchar.h48 #define _SP 0x0004 /* space and tab */ macro
67 #define isspc(c) cmap(c, _SP)
87 #define Isspace(c) cmap(c, _SP|_NL)
H A Dchar.c52 _CTR, _CTR|_SP|_META, _CTR|_NL|_META, _CTR,
70 _SP|_META, _PUN, _QF|_PUN, _META|_PUN,
H A Ddol.c193 if (cmap(c, _SP | _NL | _QF | _QB)) { /* sp \t\n'"` */ in Dpack()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARM.td67 !foreach(v, vfp2prev, !cast<SubtargetFeature>(v # "_SP")) #
69 def _SP: SubtargetFeature<
72 !foreach(v, prev, !cast<SubtargetFeature>(v # "_SP")) #
84 !cast<SubtargetFeature>(NAME # "_SP")]>;