Home
last modified time | relevance | path

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

/titanic_50/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_50/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_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c110 #define META(c) (((c) & 0x7f) | 0x80) macro
485 c = META(c); in termio_read()
1526 td->tio_keymap[META('f')] = termio_fwdword; in mdb_termio_create()
1527 td->tio_keymap[META('b')] = termio_backword; in mdb_termio_create()
1528 td->tio_keymap[META('d')] = termio_killfwdword; in mdb_termio_create()
1529 td->tio_keymap[META('\b')] = termio_killbackword; in mdb_termio_create()