Searched refs:_NEWPAGE (Results 1 – 3 of 3) sorted by relevance
57 field->status |= _NEWPAGE; in NCURSES_EXPORT()59 field->status &= ~_NEWPAGE; in NCURSES_EXPORT()79 returnBool((Normalize_Field(field)->status & _NEWPAGE) ? TRUE : FALSE); in new_page()
181 (fields[field_cnt]->status & _NEWPAGE)) in Connect_Fields()204 if (fields[j]->status & _NEWPAGE) in Connect_Fields()
73 #define _NEWPAGE (0x04U) /* field begins new page of form */ macro