Home
last modified time | relevance | path

Searched refs:_META (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/csh/
H A Dsh.char.c27 0, _SP|_META, _NL|_META, 0,
45 _SP|_META, 0, _Q, _META,
48 _DOL, 0, _META, _Q,
51 _META, _META, _GLOB, 0,
63 _DIG, _DIG, 0, _META,
66 _META, 0, _META, _GLOB,
114 _META, 0, 0, 0,
H A Dsh.char.h44 #define _META 0x10 /* lex meta characters, sp #'`";&<>()|\t\n */ macro
58 #define ismeta(c) cmap(c, _META)
H A Dsh.lex.c207 if (cmap(c, _META|_ESC)||isauxsp(c)) in word()
278 } else if (cmap(c, _META|_Q|_Q1|_ESC)||isauxsp(c)) { in word()
333 if (!err && cmap(c, _META|_Q|_Q1)||isauxsp(c)) in getC1()
/titanic_44/usr/src/cmd/sh/
H A Dctype.h86 #define _META (T_SPC|T_DIP|T_MET|T_EOR) macro
96 #define eofmeta(c) ((c<QUOTE) && _ctype1[c]&(_META|T_EOF))