Home
last modified time | relevance | path

Searched refs:txt_mars_ineei_1B_MEDFACSTS (Results 1 – 3 of 3) sorted by relevance

/dports/comms/flmsg/flmsg-4.0.19/src/mars/
H A Dmars_ineei_tab.cxx104 Fl_Input2 *txt_mars_ineei_1B_MEDFACSTS = (Fl_Input2 *)0; variable
600 txt_mars_ineei_1B_MEDFACSTS = new Fl_Input2(80, Y, 480, 20, "MED"); in create_mars_ineei()
601 txt_mars_ineei_1B_MEDFACSTS->align(FL_ALIGN_LEFT); in create_mars_ineei()
602 txt_mars_ineei_1B_MEDFACSTS->tooltip("Emergency Medical Facility Status"); in create_mars_ineei()
603 txt_mars_ineei_1B_MEDFACSTS->callback((Fl_Callback*)cb_mars_fl_input2); in create_mars_ineei()
604 txt_mars_ineei_1B_MEDFACSTS->when(FL_WHEN_CHANGED); in create_mars_ineei()
H A Dmars_ineei.cxx308 if (s_mars_ineei_1B_MEDFACSTS != txt_mars_ineei_1B_MEDFACSTS->value()) return true; in check_mars_ineei_fields()
368 s_mars_ineei_1B_MEDFACSTS = txt_mars_ineei_1B_MEDFACSTS->value(); in update_mars_ineei_fields()
431 txt_mars_ineei_1B_MEDFACSTS->value(s_mars_ineei_1B_MEDFACSTS.c_str()); in update_mars_ineeiform()
490 txt_mars_ineei_1B_MEDFACSTS->value(""); in clear_mars_ineei_form()
/dports/comms/flmsg/flmsg-4.0.19/src/include/
H A Dflmsg_dialog.h996 extern Fl_Input2 *txt_mars_ineei_1B_MEDFACSTS;