Searched refs:_SP (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl2/groff/dist/contrib/groffer/ |
H A D | groffer.sh | 50 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 D | ChangeLog | 270 - $_SQ, $_SP: Move variables for characters before the handling of 272 $_SP.
|
H A D | groffer2.sh | 334 _SPACE_SED='['"${_SP}${_TAB}"']';
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/qnx/qnx6.1/ |
H A D | ctype_base.h | 54 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 D | ctype_base.h | 54 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 D | ctype_base.h | 74 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 D | char.h | 48 #define _SP 0x0004 /* space and tab */ macro 67 #define isspc(c) cmap(c, _SP) 87 #define Isspace(c) cmap(c, _SP|_NL)
|
H A D | char.c | 52 _CTR, _CTR|_SP|_META, _CTR|_NL|_META, _CTR, 70 _SP|_META, _PUN, _QF|_PUN, _META|_PUN,
|
H A D | dol.c | 193 if (cmap(c, _SP | _NL | _QF | _QB)) { /* sp \t\n'"` */ in Dpack()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARM.td | 67 !foreach(v, vfp2prev, !cast<SubtargetFeature>(v # "_SP")) # 69 def _SP: SubtargetFeature< 72 !foreach(v, prev, !cast<SubtargetFeature>(v # "_SP")) # 84 !cast<SubtargetFeature>(NAME # "_SP")]>;
|