Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/csh/
H A Dsh.char.h42 #define _SP 0x04 /* space and tab */ macro
60 #define issp(c) (Z=((unsigned)(c)), cmapZ( _SP)||isauxspZ)
62 #define isspnl(c) (Z=((unsigned)(c)), cmapZ( _SP|_NL)||isauxspZ)
H A Dsh.char.c27 0, _SP|_META, _NL|_META, 0,
45 _SP|_META, 0, _Q, _META,
H A Dsh.dol.c256 if (cmap(c, _SP|_NL|_Q|_Q1) || in Dword()