Searched refs:col_offset (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/contrib/dialog/ |
| HD | editbox.c | 283 #define UPDATE_COL(input) col_offset = dlg_edit_offset(input, chr_offset, box_width) 352 int col_offset = 0; in dlg_editbox() local 544 col_offset = (cell % wide); in dlg_editbox() 545 chr_offset = col_to_chr_offset(THIS_ROW, col_offset); in dlg_editbox() 605 goal_col = col_offset; in dlg_editbox() 634 goal_col = col_offset; in dlg_editbox() 697 col_offset = 0; in dlg_editbox()
|
| HD | inputbox.c | 77 int col_offset = 0; in dialog_inputbox() local 178 col_offset = dlg_edit_offset(input, chr_offset, box_width); in dialog_inputbox() 179 (void) wmove(dialog, box_y, box_x + col_offset); in dialog_inputbox()
|
| /dragonfly/contrib/binutils-2.27/binutils/ |
| HD | dwarf.c | 5271 int *col_offset; member 5327 fc->col_offset = (int *) xcrealloc (fc->col_offset, fc->ncols, sizeof (int)); in frame_need_space() 5329 if (fc->col_type == NULL || fc->col_offset == NULL) in frame_need_space() 5340 fc->col_offset[prev] = 0; in frame_need_space() 5590 sprintf (tmp, "c%+d", fc->col_offset[r]); in frame_display_row() 5593 sprintf (tmp, "v%+d", fc->col_offset[r]); in frame_display_row() 5596 sprintf (tmp, "%s", regname (fc->col_offset[r], 0)); in frame_display_row() 5638 fc->col_offset = (int *) xmalloc (sizeof (int)); in read_cie() 5974 fc->col_offset = (int *) xmalloc (sizeof (int)); in display_debug_frames() 5990 fc->col_offset = (int *) xcmalloc (fc->ncols, sizeof (int)); in display_debug_frames() [all …]
|
| /dragonfly/contrib/binutils-2.34/binutils/ |
| HD | dwarf.c | 7115 int *col_offset; member 7174 fc->col_offset = (int *) xcrealloc (fc->col_offset, fc->ncols, sizeof (int)); in frame_need_space() 7176 if (fc->col_type == NULL || fc->col_offset == NULL) in frame_need_space() 7187 fc->col_offset[prev] = 0; in frame_need_space() 7573 sprintf (tmp, "c%+d", fc->col_offset[r]); in frame_display_row() 7576 sprintf (tmp, "v%+d", fc->col_offset[r]); in frame_display_row() 7579 sprintf (tmp, "%s", regname (fc->col_offset[r], 0)); in frame_display_row() 7618 fc->col_offset = (int *) xmalloc (sizeof (int)); in read_cie() 7730 free (fc->col_offset); in read_cie() 7986 fc->col_offset = (int *) xmalloc (sizeof (int)); in display_debug_frames() [all …]
|
| /dragonfly/games/rogue/ |
| HD | level.c | 206 short row_offset, col_offset; in make_room() local 278 col_offset = get_rand(0, ((right_col - left_col) - width + 1)); in make_room() 283 left_col += col_offset; in make_room()
|