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

/freebsd-9.3-release/contrib/ncurses/form/
H A Dfty_enum.c128 #define PARTIAL 1 macro
141 | PARTIAL - buffer matches partially
183 return ((s[-1] != '\0') ? PARTIAL : EXACT);
/freebsd-9.3-release/contrib/cvs/src/
H A Drcs.h46 #define PARTIAL 0x4 /* RCS file not completly parsed */ macro
61 /* Flags (INATTIC, PARTIAL, &c), see above. */
H A Dannotate.c275 if (finfo->rcs->flags & PARTIAL)
H A Drcs.c434 rdata->flags |= PARTIAL;
661 rdata->flags &= ~PARTIAL;
2270 if (rcs->flags & PARTIAL)
2373 if (rcs->flags & PARTIAL)
2727 if (rcs->flags & PARTIAL)
2981 if (rcs->flags & PARTIAL)
3097 if (rcs->flags & PARTIAL)
3198 if (rcs->flags & PARTIAL)
3253 if (rcs->flags & PARTIAL)
3272 if (rcs->flags & PARTIAL)
[all...]
H A Dadmin.c582 if (rcs->flags & PARTIAL)
H A Dupdate.c2776 if (finfo->rcs->flags & PARTIAL)

Completed in 200 milliseconds