Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dchg_data.c94 if (current && Status(f, WIN_CHG)) { in _grow_field()
96 Clr(f, WIN_CHG); in _grow_field()
306 Set(f, WIN_CHG); in _new_line()
349 Set(f, WIN_CHG); in _new_line()
462 Set(f, WIN_CHG); in _del_prev()
584 !Status(f, WIN_CHG)) in _data_entry()
604 Set(f, WIN_CHG); in _data_entry()
H A Dutility.c284 if (Status(f, WIN_CHG)) { in _sync_buffer()
285 Clr(f, WIN_CHG); in _sync_buffer()
360 Clr(p, WIN_CHG | BUF_CHG); in _sync_field()
547 Clr(f, WIN_CHG | BUF_CHG); in _set_current_field()
H A Ddriver.c167 Set(f, WIN_CHG); in _data_manipulation()
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dutility.h54 #define WIN_CHG 0x0010 /* window change (system flag) */ macro