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

/ast/src/cmd/nmake/
H A Dparse.c55 #define CON_skip (1<<1) /* skip this part of block */ macro
934 if (lead > 0 && !(pp->cp->flags & CON_skip))
987 if (c & CON_skip)
988 pp->cp->flags |= CON_kept | CON_skip;
992 pp->cp->flags |= CON_skip;
1006 pp->cp->flags |= CON_skip;
1010 pp->cp->flags &= ~CON_skip;
1024 pp->cp->flags |= CON_skip;
1028 pp->cp->flags &= ~CON_skip;
1039 else if (!(c & CON_skip) || (
[all...]

Completed in 232 milliseconds