Searched refs:MISSING (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/html/
H A Dhtmlrefs.c149 #define MISSING 0x080 macro
959 state->missing = opt_info.num ? MISSING : 0;
1053 fp->flags |= MISSING;
1068 if (!(fp->flags & (CHECKED|COPIED|MISSING)))
1235 if (state->all || (fp->flags & MISSING) == state->missing)

Completed in 11 milliseconds