/dports/editors/emacs-devel/emacs-4d1968b/admin/coccinelle/ |
H A D | window.cocci | 82 - W->window_end_pos 83 + WVAR (W, window_end_pos) 201 - XWINDOW (O)->window_end_pos 202 + WVAR (XWINDOW (O), window_end_pos)
|
/dports/editors/emacs/emacs-27.2/admin/coccinelle/ |
H A D | window.cocci | 82 - W->window_end_pos 83 + WVAR (W, window_end_pos) 201 - XWINDOW (O)->window_end_pos 202 + WVAR (XWINDOW (O), window_end_pos)
|
/dports/biology/subread/subread-2.0.2-source/src/ |
H A D | gene-algorithms.c | 2020 int window_end_pos = cover_start + window_size-1; in extend_covered_region() local 2026 …_in_window = match_chro_wronglen(read+ window_end_pos - window_size, array_index, read_start_pos +… in extend_covered_region() 2031 window_end_pos--; in extend_covered_region() 2034 …roughly_mapped = match_chro(read, array_index, read_start_pos, window_end_pos - right_match_number… in extend_covered_region() 2035 …if (roughly_mapped < (int)(0.5+ (window_end_pos - right_match_number) * CORE_RECOVER_MATCHING_RAT… in extend_covered_region() 2046 int test_length = window_end_pos /*- 1*/ - max(0, indel_movement) - right_match_number; in extend_covered_region() 2066 best_indel_pos = window_end_pos - right_match_number; in extend_covered_region() 2074 if(best_indel_pos<0) *head_indel_pos = window_end_pos - right_match_number; in extend_covered_region() 2076 }else window_end_pos--; in extend_covered_region() 2078 if (window_end_pos - window_size <= 0) break; in extend_covered_region()
|
H A D | core-indel.c | 1670 int window_end_pos = cover_start + window_size-1; in core_extend_covered_region_13() local 1676 …_in_window = match_chro_wronglen(read+ window_end_pos - window_size, array_index, read_start_pos +… in core_extend_covered_region_13() 1681 window_end_pos--; in core_extend_covered_region_13() 1684 …roughly_mapped = match_chro(read, array_index, read_start_pos, window_end_pos - right_match_number… in core_extend_covered_region_13() 1685 …if (roughly_mapped < (int)(0.5+ (window_end_pos - right_match_number) * EXON_RECOVER_MATCHING_RAT… in core_extend_covered_region_13() 1696 int test_length = window_end_pos /*- 1*/ - max(0, indel_movement) - right_match_number; in core_extend_covered_region_13() 1706 …NDEL = %f ; MVMT=%d ; WINDOW_END=%d\n", matched_bases_after_indel, indel_movement, window_end_pos); in core_extend_covered_region_13() 1718 best_indel_pos = window_end_pos - right_match_number; in core_extend_covered_region_13() 1726 if(best_indel_pos<0) *head_indel_pos = window_end_pos - right_match_number; in core_extend_covered_region_13() 1729 window_end_pos--; in core_extend_covered_region_13() [all …]
|
/dports/editors/emacs-devel/emacs-4d1968b/src/ |
H A D | window.h | 369 ptrdiff_t window_end_pos; member
|
H A D | xdisp.c | 2963 w->window_end_pos = Z - MATRIX_ROW_END_CHARPOS (row); in adjust_window_ends() 19944 if (w->window_end_pos <= 0 && Z != it_charpos) in try_window() 19961 w->window_end_pos = Z - ZV; in try_window() 20216 w->window_end_pos = Z - ZV; in try_window_reusing_current_matrix() 20546 if (w->window_end_pos >= END_UNCHANGED) in find_first_unchanged_at_end_row() 20561 MATRIX_ROW_END_CHARPOS (row) + w->window_end_pos; in find_first_unchanged_at_end_row() 20997 w->window_end_pos = Z - MATRIX_ROW_END_CHARPOS (row); in try_window_id() 21509 IF_DEBUG ((debug_end_pos = w->window_end_pos, in try_window_id() 27376 if (w->window_end_pos <= BUF_Z (b) - zv) in decode_mode_spec() 27392 ptrdiff_t botpos = BUF_Z (b) - w->window_end_pos; in decode_mode_spec() [all …]
|
H A D | window.c | 1809 XSETINT (value, BUF_Z (b) - w->window_end_pos); 2449 n->window_end_pos = 0; in replace_window() 4031 w->window_end_pos = 0; in set_window_buffer()
|
H A D | .gdbinit | 396 printf "pos=%d", $w->window_end_pos
|
H A D | ChangeLog.2 | 2052 against hscroll. This caused window_end_pos to be wrong 2491 window_end_pos is now always positive; validity info 2494 * xdisp.c: Changed all uses of window_end_pos to use
|
H A D | ChangeLog.8 | 9472 * window.c (make_window): Set window_end_pos/vpos. 9476 * dispnew.c (check_matrix_invariants): Check window_end_pos/vpos. 9662 window_end_pos. 9717 * window.h: Comments for window_end_pos/vpos.
|
H A D | ChangeLog.1 | 2740 window_end_pos nonnegative (it is zero, in fact).
|
H A D | ChangeLog.4 | 1623 window_end_pos is relative to Z, not ZV.
|
H A D | ChangeLog.9 | 2034 * xdisp.c (try_window_id): Fix a case where window_end_pos
|
/dports/editors/emacs/emacs-27.2/src/ |
H A D | window.h | 369 ptrdiff_t window_end_pos; member
|
H A D | xdisp.c | 2838 w->window_end_pos = Z - MATRIX_ROW_END_CHARPOS (row); in adjust_window_ends() 19231 if (w->window_end_pos <= 0 && Z != it_charpos) in try_window() 19248 w->window_end_pos = Z - ZV; in try_window() 19503 w->window_end_pos = Z - ZV; in try_window_reusing_current_matrix() 19833 if (w->window_end_pos >= END_UNCHANGED) in find_first_unchanged_at_end_row() 19848 MATRIX_ROW_END_CHARPOS (row) + w->window_end_pos; in find_first_unchanged_at_end_row() 20284 w->window_end_pos = Z - MATRIX_ROW_END_CHARPOS (row); in try_window_id() 20791 IF_DEBUG ((debug_end_pos = w->window_end_pos, in try_window_id() 26527 if (w->window_end_pos <= BUF_Z (b) - zv) in decode_mode_spec() 26543 ptrdiff_t botpos = BUF_Z (b) - w->window_end_pos; in decode_mode_spec() [all …]
|
H A D | window.c | 1790 XSETINT (value, BUF_Z (b) - w->window_end_pos); 2443 n->window_end_pos = 0; in replace_window() 4000 w->window_end_pos = 0; in set_window_buffer()
|
H A D | .gdbinit | 391 printf "pos=%d", $w->window_end_pos
|
H A D | ChangeLog.2 | 2052 against hscroll. This caused window_end_pos to be wrong 2491 window_end_pos is now always positive; validity info 2494 * xdisp.c: Changed all uses of window_end_pos to use
|
H A D | ChangeLog.8 | 9472 * window.c (make_window): Set window_end_pos/vpos. 9476 * dispnew.c (check_matrix_invariants): Check window_end_pos/vpos. 9662 window_end_pos. 9717 * window.h: Comments for window_end_pos/vpos.
|
H A D | ChangeLog.1 | 2740 window_end_pos nonnegative (it is zero, in fact).
|
H A D | ChangeLog.4 | 1623 window_end_pos is relative to Z, not ZV.
|
H A D | ChangeLog.9 | 2034 * xdisp.c (try_window_id): Fix a case where window_end_pos
|
/dports/editors/emacs/emacs-27.2/doc/lispref/ |
H A D | internals.texi | 2589 @item window_end_pos 2595 The byte position corresponding to @code{window_end_pos}. 2599 @code{window_end_pos}. 2602 This field is set to a non-zero value if @code{window_end_pos} and 2605 @code{window_end_pos} was computed for did not get onto the screen.
|
/dports/editors/emacs-devel/emacs-4d1968b/doc/lispref/ |
H A D | internals.texi | 2718 @item window_end_pos 2724 The byte position corresponding to @code{window_end_pos}. 2728 @code{window_end_pos}. 2731 This field is set to a non-zero value if @code{window_end_pos} and 2734 @code{window_end_pos} was computed for did not get onto the screen.
|
/dports/textproc/texi2html/texi2html-5.0/test/xemacs_manual/ |
H A D | programs.texi | 989 window_end_pos nonnegative (it is zero, in fact).
|