Searched refs:T_DC (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_osfp.c144 #define T_DC 0x01 /* Allow don't care */ macro
154 if (GET_INT(window, &w_mod, "window size", T_DC|T_MSS|T_MTU|
158 GET_INT(psize, &p_mod, "overall packet size", T_MOD|T_DC,
181 case T_DC:
197 case T_DC:
207 case T_DC:
216 case T_DC:
820 if (mod && (flags & T_DC)) {
821 *mod = T_DC;
902 *wscale_mod = T_DC;
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Ded.screen.c156 #define T_DC 33 macro
287 tstr[T_DC].name = "DC";
288 tstr[T_DC].long_name = CSAVS(4, 31, "delete multiple chars");
466 T_CanDel = GoodStr(T_dc) || GoodStr(T_DC);
1257 if (GoodStr(T_DC)) /* if I have multiple delete */
1259 (void) tputs(tgoto(Str(T_DC), num, num), num, PUTPURE);
1476 T_CanDel = GoodStr(T_dc) || GoodStr(T_DC);
/freebsd-11-stable/lib/libedit/
H A Dterminal.c157 #define T_DC 30 macro
233 EL_FLAGS |= (GoodStr(T_dc) || GoodStr(T_DC)) ? TERM_CAN_DELETE : 0;
731 if (GoodStr(T_DC)) /* if I have multiple delete */
734 terminal_tputs(el, tgoto(Str(T_DC), num, num), num);

Completed in 77 milliseconds