HomeSort by: relevance | last modified time | path
    Searched defs:T_DC (Results 1 - 2 of 2) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
pfctl_osfp.c 145 #define T_DC 0x01 /* Allow don't care */
155 if (GET_INT(window, &w_mod, "window size", T_DC|T_MSS|T_MTU|
159 GET_INT(psize, &p_mod, "overall packet size", T_MOD|T_DC,
182 case T_DC:
198 case T_DC:
208 case T_DC:
217 case T_DC:
821 if (mod && (flags & T_DC)) {
822 *mod = T_DC;
903 *wscale_mod = T_DC;
    [all...]
  /src/lib/libedit/
terminal.c 117 #define T_dc 6
165 #define T_DC 30
241 EL_FLAGS |= (GoodStr(T_dc) || GoodStr(T_DC)) ? TERM_CAN_DELETE : 0;
694 if (GoodStr(T_DC)) /* if I have multiple delete */
695 if ((num > 1) || !GoodStr(T_dc)) { /* if dc would be more
697 terminal_tputs(el, tgoto(Str(T_DC), num, num), num);
703 if (GoodStr(T_dc)) /* else do one at a time */
705 terminal_tputs(el, Str(T_dc), 1);

Completed in 41 milliseconds