Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.char.h40 #define _SP 0x04 /* space and tab */ macro
58 #define issp(c) (Z=((unsigned)(c)), cmapZ( _SP)||isauxspZ)
60 #define isspnl(c) (Z=((unsigned)(c)), cmapZ( _SP|_NL)||isauxspZ)
H A Dsh.char.c26 0, _SP|_META, _NL|_META, 0,
44 _SP|_META, 0, _Q, _META,
H A Dsh.dol.c265 if (cmap(c, _SP|_NL|_Q|_Q1) || in Dword()