Lines Matching defs:update_flags
51 unsigned long update_flags; /* Update indication bits. */
66 /* con3270->update_flags. See con3270_update for details. */
98 cp->update_flags |= CON_UPDATE_STATUS;
162 cp->update_flags |= CON_UPDATE_LIST;
231 if (cp->update_flags & CON_UPDATE_ALL) {
234 cp->update_flags = CON_UPDATE_ERASE | CON_UPDATE_LIST |
237 if (cp->update_flags & CON_UPDATE_ERASE) {
250 if (cp->update_flags & CON_UPDATE_STATUS)
255 if (cp->update_flags & CON_UPDATE_LIST) {
280 cp->update_flags &= ~updated;
281 if (cp->update_flags)
314 cp->update_flags = CON_UPDATE_ALL;
396 cp->update_flags = CON_UPDATE_ALL;
425 cp->update_flags = CON_UPDATE_ALL;
455 cp->update_flags |= CON_UPDATE_LIST;
554 while (cp->update_flags != 0) {