TR_update_record  82 include/ud_tr.h #define TR_update_status(tr)  TR_update_record(tr, TF_STATUS)
TR_update_record  83 include/ud_tr.h #define TR_update_save(tr)    TR_update_record(tr, TF_STATUS)
TR_update_record  84 include/ud_tr.h #define TR_update_dummy(tr)   TR_update_record(tr, TF_DUMMY)
TR_update_record  85 include/ud_tr.h #define TR_update_escript(tr) TR_update_record(tr, TF_ESCRIPT)
TR_update_record  86 include/ud_tr.h #define TR_update_id(tr)      TR_update_record(tr, TF_ID)
TR_update_record  87 include/ud_tr.h #define TR_mark_clean(tr)     TR_update_record(tr, TF_CLEAN)
TR_update_record  82 modules/ud/ud_tr.h #define TR_update_status(tr)  TR_update_record(tr, TF_STATUS)
TR_update_record  83 modules/ud/ud_tr.h #define TR_update_save(tr)    TR_update_record(tr, TF_STATUS)
TR_update_record  84 modules/ud/ud_tr.h #define TR_update_dummy(tr)   TR_update_record(tr, TF_DUMMY)
TR_update_record  85 modules/ud/ud_tr.h #define TR_update_escript(tr) TR_update_record(tr, TF_ESCRIPT)
TR_update_record  86 modules/ud/ud_tr.h #define TR_update_id(tr)      TR_update_record(tr, TF_ID)
TR_update_record  87 modules/ud/ud_tr.h #define TR_mark_clean(tr)     TR_update_record(tr, TF_CLEAN)