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

  /src/lib/libcurses/
cr_put.c 434 int chw; local in function:plod
438 chw = csp->wcols;
440 chw = 1;
488 outcol += chw;
refresh.c 1150 int lch, wx, owx, chw; local in function:makech
1401 chw = nsp->wcols;
1402 if (chw < 0)
1403 chw = 0; /* match putch() */
1405 chw = 1;
1408 if (wx + chw >= (win->maxx) &&
1426 if (wx + chw < curscr->maxx) {
1436 if (wx + chw < win->maxx || wy < win->maxy - 1 ||
1445 wx += chw;
1446 nsp += chw;
    [all...]
  /src/sys/dev/sbus/
bpp.c 417 struct hwstate *hw, *chw; local in function:bppioctl
425 chw = &sc->sc_hwcurrent;
432 chw->reg &= ~(mask); \
433 chw->reg |= (hw->reg & (mask)); \
444 bpp_setparams(sc, chw);

Completed in 14 milliseconds