Lines Matching defs:dflags
169 short dflags; /* define related flags */
2883 (def->dflags & IS_COMPILABLE))
2886 (def->dflags & IS_NOT_COMPILABLE))
2900 if (((def->dflags & IS_NOT_COMPILABLE) == 0) &&
2901 ((def->dflags & IS_COMPILABLE) == 0)) {
2916 def->dflags &= ~IS_COMPILABLE;
2917 def->dflags |= IS_NOT_COMPILABLE;
2919 if ((ret == 1) && !(def->dflags &= IS_NOT_COMPILABLE))
2920 def->dflags |= IS_COMPILABLE;
2994 def->dflags |= IS_NOT_COMPILABLE;
2996 def->dflags |= IS_COMPILABLE;
3078 if ((def->dflags & IS_COMPILABLE) && (def->depth != -25)) {
3263 if ((def->dflags & IS_COMPILABLE) && (def->depth != -25)) {
3376 if (define->dflags & IS_NULLABLE)
3378 if (define->dflags & IS_NOT_NULLABLE)
3433 define->dflags |= IS_NOT_NULLABLE;
3435 define->dflags |= IS_NULLABLE;
4096 if (def->dflags & IS_PROCESSED)
4199 def->dflags |= IS_INDETERMINIST;
4202 def->dflags |= IS_TRIABLE;
4207 def->dflags |= IS_PROCESSED;
4230 if (def->dflags & IS_PROCESSED)
4291 def->dflags |= IS_PROCESSED;
4448 def->dflags |= IS_MIXED;
4667 def->dflags |= IS_EXTERNAL_REF;
5679 if (ref->dflags & IS_EXTERNAL_REF)
9285 if (define->dflags & IS_MIXED) {
10296 if ((define->dflags & IS_TRIABLE) && (define->data != NULL) &&