Searched refs:WIN_CHG (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libeti/form/common/ |
H A D | chg_data.c | 96 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 D | utility.c | 286 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 D | driver.c | 169 Set(f, WIN_CHG); in _data_manipulation()
|
/titanic_44/usr/src/lib/libeti/form/inc/ |
H A D | utility.h | 56 #define WIN_CHG 0x0010 /* window change (system flag) */ macro
|