HomeSort by relevance Sort by last modified time
    Searched refs:_META (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/csh/
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
    [all...]
sh.char.h 44 #define _META 0x10 /* lex meta characters, sp #'`";&<>()|\t\n */
58 #define ismeta(c) cmap(c, _META)
sh.lex.c 207 if (cmap(c, _META|_ESC)||isauxsp(c))
278 } else if (cmap(c, _META|_Q|_Q1|_ESC)||isauxsp(c)) {
333 if (!err && cmap(c, _META|_Q|_Q1)||isauxsp(c))
  /onnv/onnv-gate/usr/src/cmd/sh/
ctype.h 86 #define _META (T_SPC|T_DIP|T_MET|T_EOR)
96 #define eofmeta(c) ((c<QUOTE) && _ctype1[c]&(_META|T_EOF))

Completed in 3300 milliseconds