Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/csh/
H A Dsh.char.h43 #define _NL 0x08 /* \n */ macro
62 #define isspnl(c) (Z=((unsigned)(c)), cmapZ( _SP|_NL)||isauxspZ)
H A Dsh.char.c27 0, _SP|_META, _NL|_META, 0,
H A Dsh.dol.c256 if (cmap(c, _SP|_NL|_Q|_Q1) || in Dword()