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

  /src/lib/libcurses/
copywin.c 55 int dcol; local
114 for (dcol = dmincol; sp <= end; dcol++, sp++) {
119 wmove(dstwin, dminrow, dcol);
120 __CTRACE(__CTRACE_WINDOW, "copywin: dcol = %d\n", dcol);
  /src/usr.bin/unexpand/
unexpand.c 137 size_t dcol, ocol, limit, n; local
139 dcol = ocol = 0;
144 dcol++;
148 dcol = (1 + dcol / dstop) * dstop;
151 for (n = 0; n < nstops && tabstops[n] <= dcol; n++)
154 dcol = tabstops[n];
161 while (((ocol + dstop) / dstop) <= (dcol / dstop)) {
162 if (dcol - ocol < 2)
171 while (n < nstops && tabstops[n] <= dcol && ocol < dco
    [all...]
  /src/games/rogue/
level.c 537 short i, tunnel_dir, door_dir, drow, dcol; local
575 put_door(&rooms[target_room], door_dir, &drow, &dcol);
577 draw_simple_passage(srow, scol, drow, dcol, tunnel_dir);
598 short drow, dcol, tunnel_dir; local
613 dcol = (rooms[de].left_col + rooms[de].right_col) / 2;
621 draw_simple_passage(srow, scol, drow, dcol, tunnel_dir);
623 recursive_deadend(de, offsets, drow, dcol);
  /src/external/bsd/mdocml/dist/
mdoc_term.c 628 size_t ncols, dcol; local
695 dcol = ncols < 5 ? term_len(p, 4) :
709 offset += term_hen(p, &su) + dcol;
727 width = term_hen(p, &su) + dcol;
  /src/external/gpl3/gcc/dist/gcc/
dwarf2cfi.cc 286 const unsigned int dcol = DWARF_REG_TO_UNWIND_COLUMN (rnum);
288 poly_int64 slotoffset = dcol * GET_MODE_SIZE (slotmode);
303 /* ??? When is this true? Should it be a test based on DCOL instead? */
284 const unsigned int dcol = DWARF_REG_TO_UNWIND_COLUMN (rnum); local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2cfi.cc 286 const unsigned int dcol = DWARF_REG_TO_UNWIND_COLUMN (rnum);
288 poly_int64 slotoffset = dcol * GET_MODE_SIZE (slotmode);
303 /* ??? When is this true? Should it be a test based on DCOL instead? */
284 const unsigned int dcol = DWARF_REG_TO_UNWIND_COLUMN (rnum); local
  /src/external/mit/isl/dist/
isl_tab_pip.c 1087 int dcol = tab->var[tab->n_var - tab->n_div + div].index; local
1089 isl_int_add_ui(tab->mat->row[row][2 + tab->M + dcol],
1090 tab->mat->row[row][2 + tab->M + dcol], 1);

Completed in 62 milliseconds