Lines Matching full:dflags
167 short dflags; /* define related flags */
2872 (def->dflags & IS_COMPILABLE))
2875 (def->dflags & IS_NOT_COMPILABLE))
2889 if (((def->dflags & IS_NOT_COMPILABLE) == 0) &&
2890 ((def->dflags & IS_COMPILABLE) == 0)) {
2905 def->dflags &= ~IS_COMPILABLE;
2906 def->dflags |= IS_NOT_COMPILABLE;
2908 if ((ret == 1) && !(def->dflags &= IS_NOT_COMPILABLE))
2909 def->dflags |= IS_COMPILABLE;
2983 def->dflags |= IS_NOT_COMPILABLE;
2985 def->dflags |= IS_COMPILABLE;
3056 if ((def->dflags & IS_COMPILABLE) && (def->depth != -25)) {
3231 if ((def->dflags & IS_COMPILABLE) && (def->depth != -25)) {
3344 if (define->dflags & IS_NULLABLE)
3346 if (define->dflags & IS_NOT_NULLABLE)
3401 define->dflags |= IS_NOT_NULLABLE;
3403 define->dflags |= IS_NULLABLE;
4061 if (def->dflags & IS_PROCESSED)
4164 def->dflags |= IS_INDETERMINIST;
4167 def->dflags |= IS_TRIABLE;
4172 def->dflags |= IS_PROCESSED;
4195 if (def->dflags & IS_PROCESSED)
4256 def->dflags |= IS_PROCESSED;
4413 def->dflags |= IS_MIXED;
9128 if (define->dflags & IS_MIXED) {
10142 if ((define->dflags & IS_TRIABLE) && (define->data != NULL) &&