Home
last modified time | relevance | path

Searched refs:ACT_SKIP (Results 1 – 13 of 13) sorted by relevance

/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/test/backupdiff/
H A Ddifftestfiles.cpp67 #define ACT_SKIP 3 macro
85 {ACT_SKIP, 4*1024, 0},
87 {ACT_SKIP, -12*1024, 0},
89 {ACT_SKIP, 8*1024, 0},
98 {ACT_SKIP, 37*1024 + 12, 0},
106 {ACT_SKIP, 9*1024 + 42, 0},
125 {ACT_SKIP, 1, 0},
243 case ACT_SKIP: in gen_varient()
/dports/comms/tilp2/tilp2-1.18/src/
H A Daction.c131 case ACT_SKIP: return _("skip"); break; in action2string()
220 v->action = ACT_SKIP; in display_action_dbox()
222 v->action = ACT_SKIP; //don't overwrite as default behaviour in display_action_dbox()
350 v->action = (v->attr != ATTRB_NONE) ? ACT_SKIP : ACT_RENAME; in action_rename_clicked()
389 v->action = ACT_SKIP; in action_skip_clicked()
H A Dtilp_defs.h92 #define ACT_SKIP 3 macro
/dports/databases/pgbouncer/pgbouncer-1.16.0/src/
H A Dsbuf.c39 #define ACT_SKIP 2 macro
339 sbuf->pkt_action = ACT_SKIP; in sbuf_prepare_skip()
585 if (sbuf->pkt_action == ACT_SKIP || sbuf->pkt_action == ACT_CALL) { in sbuf_process_pending()
607 case ACT_SKIP: in sbuf_process_pending()
/dports/comms/libticalcs2/libticalcs2-1.1.9/src/
H A Dcalc_8x.c778 if (entry->action == ACT_SKIP) in send_var_ns()
927 if (entry->action == ACT_SKIP) in send_var_8386()
H A Dticalcs.h237 ACT_RENAME, ACT_OVER, ACT_SKIP, enumerator
H A Dcalc_nsp.c555 if (entry->action == ACT_SKIP) in send_var()
H A Dcalc_9x.c771 if (entry->action == ACT_SKIP) in send_var()
981 if (entry->action == ACT_SKIP) in send_var_ns()
H A Dcalc_73.c645 if (entry->action == ACT_SKIP) in send_var()
H A Dcalc_89t.c325 if (entry->action == ACT_SKIP) in send_var()
H A Dcalc_84p.c457 if (entry->action == ACT_SKIP) in send_var()
/dports/comms/tilp2/tilp2-1.18/
H A DRELEASE194 …r and send_var_ns implementations, fixing e.g. missing entry->action == ACT_SKIP checks or a missi…
/dports/comms/libticalcs2/libticalcs2-1.1.9/
H A DChangeLog15 …r and send_var_ns implementations, fixing e.g. missing entry->action == ACT_SKIP checks or a missi…