Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vgrind/
H A Dregexp.c103 #define META 4 macro
127 *cre = META | OPT; in convexp()
181 *cs = META; in expconv()
200 *cs = META; in expconv()
240 *cs = META; in expconv()
329 switch (*cs & (OPER | STR | META)) { in expmatch()
398 case META: in expmatch()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c110 #define META(c) (((c) & 0x7f) | 0x80) macro
489 c = META(c); in termio_read()
1617 td->tio_keymap[META('f')] = termio_fwdword; in mdb_termio_create()
1618 td->tio_keymap[META('b')] = termio_backword; in mdb_termio_create()
1619 td->tio_keymap[META('d')] = termio_killfwdword; in mdb_termio_create()
1620 td->tio_keymap[META('\b')] = termio_killbackword; in mdb_termio_create()
/illumos-gate/usr/src/common/ficl/softcore/
H A Doo.fr566 \ ** META is a nickname for the address of METACLASS...