Searched refs:col_offset (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c2818 int *col_offset; member in struct:Frame_Chunk
2846 fc->col_offset = xcrealloc (fc->col_offset, fc->ncols, sizeof (int));
2851 fc->col_offset[prev] = 0;
2903 sprintf (tmp, "c%+d", fc->col_offset[r]);
2906 sprintf (tmp, "v%+d", fc->col_offset[r]);
2909 sprintf (tmp, "r%d", fc->col_offset[r]);
3030 fc->col_offset = xmalloc (sizeof (int));
3154 fc->col_offset = xmalloc (sizeof (int));
3164 fc->col_offset
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dinputbox.c70 int col_offset = 0; local
157 col_offset = dlg_edit_offset(input, chr_offset, box_width);
158 (void) wmove(dialog, box_y, box_x + col_offset);
H A Deditbox.c274 #define UPDATE_COL(input) col_offset = dlg_edit_offset(input, chr_offset, box_width)
340 int col_offset = 0; local
521 col_offset = (cell % wide);
522 chr_offset = col_to_chr_offset(THIS_ROW, col_offset);
577 goal_col = col_offset;
606 goal_col = col_offset;
663 col_offset = 0;

Completed in 162 milliseconds