Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.char.c26 0, _SP|_META, _NL|_META, 0,
44 _SP|_META, 0, _Q, _META,
47 _DOL, 0, _META, _Q,
50 _META, _META, _GLOB, 0,
62 _DIG, _DIG, 0, _META,
65 _META, 0, _META, _GLOB,
113 _META, 0, 0, 0,
H A Dsh.char.h42 #define _META 0x10 /* lex meta characters, sp #'`";&<>()|\t\n */ macro
56 #define ismeta(c) cmap(c, _META)
H A Dsh.lex.c213 if (cmap(c, _META|_ESC)||isauxsp(c)) in word()
284 } else if (cmap(c, _META|_Q|_Q1|_ESC)||isauxsp(c)) { in word()
339 if (!err_msg && cmap(c, _META|_Q|_Q1)||isauxsp(c)) in getC1()
/illumos-gate/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))