Searched refs:new_col (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/twm/dist/src/ |
| H A D | iconmgr.c | 175 int cur_row, cur_col, new_row, new_col; local in function:MoveIconManager 225 new_col = cur_col; 229 new_col += col_inc; 232 if (new_col < 0) 233 new_col = ip->cur_columns - 1; 236 if (new_col >= ip->cur_columns) 237 new_col = 0; 243 if (tmp->row == new_row && tmp->col == new_col) { 252 new_row, new_col);
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | graphics_sixel.c | 287 int new_row, new_col; local in function:finished_parsing 304 new_col = (graphic->charcol 309 new_col = graphic->charcol; 320 new_row, new_col)); 322 if (new_col > screen->rgt_marg) { 323 new_col = screen->lft_marg; 326 new_row, new_col)); 342 set_cur_col(screen, new_col <= screen->rgt_marg ? new_col : screen->rgt_marg);
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | iconmgr.c | 409 int cur_row, cur_col, new_row, new_col; local in function:MoveIconManager 462 new_col = cur_col; 466 new_col += col_inc; 470 if(new_col < 0) { 471 new_col = ip->cur_columns - 1; 476 if(new_col >= ip->cur_columns) { 477 new_col = 0; 484 if(tmp->row == new_row && tmp->col == new_col) { 494 ProgramName, new_row, new_col);
|
Completed in 5 milliseconds