Home
last modified time | relevance | path

Searched refs:WIN_CHG (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libeti/form/common/
H A Dchg_data.c96 if (current && Status(f, WIN_CHG)) { in _grow_field()
98 Clr(f, WIN_CHG); in _grow_field()
308 Set(f, WIN_CHG); in _new_line()
351 Set(f, WIN_CHG); in _new_line()
464 Set(f, WIN_CHG); in _del_prev()
586 !Status(f, WIN_CHG)) in _data_entry()
606 Set(f, WIN_CHG); in _data_entry()
H A Dutility.c286 if (Status(f, WIN_CHG)) { in _sync_buffer()
287 Clr(f, WIN_CHG); in _sync_buffer()
362 Clr(p, WIN_CHG | BUF_CHG); in _sync_field()
549 Clr(f, WIN_CHG | BUF_CHG); in _set_current_field()
H A Ddriver.c169 Set(f, WIN_CHG); in _data_manipulation()
/titanic_44/usr/src/lib/libeti/form/inc/
H A Dutility.h56 #define WIN_CHG 0x0010 /* window change (system flag) */ macro