Searched defs:OPT (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/vgrind/
H A Dregexp.c65 * The descriptor byte can also have the OPT bit set if the object
103 #define OPT 1 macro
129 *cre = META | OPT;
209 *cs = *cs | OPT;
344 } else if (*cs & OPT) {
384 } else if (*cs & OPT) {
418 } else if (ptr != NIL && (*cs & OPT)) {
450 } else if (ptr != NIL && (*cs & OPT)) {
493 } else if (*cs & OPT) {
517 } else if (*cs & OPT) {
[all...]

Completed in 58 milliseconds