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

  /src/external/bsd/tmux/dist/
layout.c 538 int xlimit, ylimit, xchange, ychange; local
553 xchange = sx - lc->sx;
555 if (xchange < 0 && xchange < -xlimit)
556 xchange = -xlimit;
559 xchange = 0;
561 xchange = sx - lc->sx;
563 if (xchange != 0)
564 layout_resize_adjust(w, lc, LAYOUT_LEFTRIGHT, xchange);
  /src/sys/dist/pf/net/
pf_table.c 447 xchange = 0; local
483 xchange++;
540 *nchange = xchange;
1432 int i, s = 0, xchange = 0, xdel = 0; local
1461 xchange++;
1474 *nchange = xchange;
1651 int s = 0 /* XXX gcc */, xadd = 0, xchange = 0; local
1666 xchange++;
1686 *nchange = xchange;

Completed in 98 milliseconds