Searched refs:dcol (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/usr.bin/unexpand/
H A Dunexpand.c137 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
[all...]
/netbsd-current/lib/libcurses/
H A Dcopywin.c55 int dcol; local
111 for (dcol = dmincol; sp <= end; dcol++, sp++) {
116 wmove(dstwin, dminrow, dcol);
117 __CTRACE(__CTRACE_WINDOW, "copywin: dcol = %d\n", dcol);
/netbsd-current/games/rogue/
H A Dspec_hit.c508 get_dir(short srow, short scol, short drow, short dcol) argument
511 if (scol < dcol) {
517 if (scol == dcol) {
524 if ((srow > drow) && (scol > dcol)) {
527 if ((srow < drow) && (scol < dcol)) {
530 if ((srow < drow) && (scol > dcol)) {
533 /*if ((srow > drow) && (scol < dcol)) {*/
H A Dmove.c242 next_to_something(int drow, int dcol) argument
262 if (((rogue.row+i) == drow) && ((rogue.col+j) == dcol)) {
274 if (((row == drow) || (col == dcol)) &&
282 if (((row == drow) || (col == dcol)) &&
H A Dlevel.c537 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);
/netbsd-current/external/bsd/mdocml/dist/
H A Dmdoc_term.c638 size_t ncols, dcol; local
703 dcol = ncols < 5 ? term_len(p, 4) :
717 offset += term_hen(p, &su) + dcol;
735 width = term_hen(p, &su) + dcol;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2cfi.c286 const unsigned int dcol = DWARF_REG_TO_UNWIND_COLUMN (rnum);
288 poly_int64 slotoffset = dcol * GET_MODE_SIZE (slotmode);
284 const unsigned int dcol = DWARF_REG_TO_UNWIND_COLUMN (rnum); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddwarf2cfi.cc286 const unsigned int dcol = DWARF_REG_TO_UNWIND_COLUMN (rnum);
288 poly_int64 slotoffset = dcol * GET_MODE_SIZE (slotmode);
284 const unsigned int dcol = DWARF_REG_TO_UNWIND_COLUMN (rnum); local
/netbsd-current/external/mit/isl/dist/
H A Disl_tab_pip.c1087 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 283 milliseconds