Searched refs:META (Results 1 – 3 of 3) sorted by relevance
103 #define META 4 macro127 *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()
110 #define META(c) (((c) & 0x7f) | 0x80) macro489 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()
566 \ ** META is a nickname for the address of METACLASS...