Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/vgrind/
H A Dregexp.c105 #define META 4 macro
129 *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()
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dglob.c118 #define META(c) ((Char)((c)|M_QUOTE)) macro
119 #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('[')
/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c96 #define META(c) ((c) | 0x080) /* Convert 'x' to 'M-x' */ macro
470 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()