Searched refs:_META (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/csh/ |
H A D | sh.char.c | 27 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 D | sh.char.h | 44 #define _META 0x10 /* lex meta characters, sp #'`";&<>()|\t\n */ macro 58 #define ismeta(c) cmap(c, _META)
|
H A D | sh.lex.c | 207 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 D | ctype.h | 86 #define _META (T_SPC|T_DIP|T_MET|T_EOR) macro 96 #define eofmeta(c) ((c<QUOTE) && _ctype1[c]&(_META|T_EOF))
|