Home
last modified time | relevance | path

Searched refs:strt_col (Results 1 – 2 of 2) sorted by relevance

/dports/editors/jove/jove/
H A Ddisp.c394 strt_col, /* starting print column of current line */ local
444 end_col = strt_col + (CO - 1) - (nw + SIWIDTH(strt_col));
454 || !(strt_col <= dot_col && dot_col < end_col))
464 step = min(ScrollWidth, end_col - strt_col);
466 strt_col =
467 strt_col > dot_col && strt_col - step <= dot_col
468 ? max(strt_col - step, 0)
470 ? min(strt_col + step
478 if (w->w_LRscroll != strt_col)
480 w->w_LRscroll = strt_col;
[all …]
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/gen1int/
H A Dgen1int_matrix.F90150 integer strt_col, end_col !incremental recorders for dumping columns local
166 strt_col = 1
169 do while (strt_col<=A%num_col)
171 write(io_viewer,110) ("Column", icol, icol=strt_col,end_col)
176 jcol = max(irow,strt_col)
178 LEADING_BLANKS(1:WIDTH_NUMBER*(jcol-strt_col)+1), &
183 strt_col = strt_col+NCOL_PER_ROW
194 do strt_col = 1, A%num_col, NCOL_PER_ROW
196 write(io_viewer,110) ("Column", icol, icol=strt_col,end_col)
200 (A%elms_alpha((icol-1)*A%num_row+irow), icol=strt_col,end_col)