Searched refs:META (Results 1 – 3 of 3) sorted by relevance
105 #define META 4 macro129 *cre = META | OPT; in convexp()182 *cs = META; in expconv()201 *cs = META; in expconv()241 *cs = META; in expconv()330 switch (*cs & (OPER | STR | META)) { in expmatch()399 case META: in expmatch()
118 #define META(c) ((Char)((c)|M_QUOTE)) macro119 #define M_ALL META('*')120 #define M_END META(']')121 #define M_NOT META('!')122 #define M_ONE META('?')123 #define M_RNG META('-')124 #define M_SET META('[')
96 #define META(c) ((c) | 0x080) /* Convert 'x' to 'M-x' */ macro470 c = META(c); in termio_read()1477 td->tio_keymap[META('f')] = termio_fwdword; in mdb_termio_create()1478 td->tio_keymap[META('b')] = termio_backword; in mdb_termio_create()1479 td->tio_keymap[META('d')] = termio_killfwdword; in mdb_termio_create()1480 td->tio_keymap[META('\b')] = termio_killbackword; in mdb_termio_create()