Home
last modified time | relevance | path

Searched refs:BEGV (Results 1 – 25 of 101) sorted by relevance

12345

/dports/shells/ksh93/ast-93u/src/cmd/tests/sfio/
H A Dtputgetd.c31 #define BEGV (Sfdouble_t)(1e-10) in tmain() macro
35 for(f = BEGV; f < ENDV; f += INCR) in tmain()
40 for(flag = 0, f = BEGV, i = 0; f < ENDV; ++i, f += INCR) in tmain()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/tests/sfio/
H A Dtputgetd.c31 #define BEGV (Sfdouble_t)(1e-10) in tmain() macro
35 for(f = BEGV; f < ENDV; f += INCR) in tmain()
40 for(flag = 0, f = BEGV, i = 0; f < ENDV; ++i, f += INCR) in tmain()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/tests/sfio/
H A Dtputgetd.c31 #define BEGV (Sfdouble_t)(1e-10) in tmain() macro
35 for(f = BEGV; f < ENDV; f += INCR) in tmain()
40 for(flag = 0, f = BEGV, i = 0; f < ENDV; ++i, f += INCR) in tmain()
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/tests/sfio/
H A Dtputgetd.c36 #define BEGV (Sfdouble_t)(1e-10) in tmain() macro
40 for (f = BEGV; f < ENDV; f += INCR) { in tmain()
45 for (flag = 0, f = BEGV, i = 0; f < ENDV; ++i, f += INCR) { in tmain()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dcmds.c54 if (new_point < BEGV) in move_point()
56 SET_PT (BEGV); in move_point()
141 : (BEGV < ZV && PT != opoint
243 if (pos < BEGV)
412 && PT > BEGV in internal_self_insert()
H A Dsyntax.c249 gl_state.b_property = BEGV; in SETUP_SYNTAX_TABLE()
257 else if (from > BEGV) in SETUP_SYNTAX_TABLE()
530 ptrdiff_t beg = BEGV; in char_quoted()
627 while (PT > BEGV) in find_defun_start()
653 find_start_begv = BEGV; in find_defun_start()
1453 ptrdiff_t beg = BEGV; in scan_words()
1685 if (XFIXNUM (lim) < BEGV) in skip_chars()
2124 if (XFIXNUM (lim) < BEGV) in skip_syntaxes()
2935 if (from > BEGV) in scan_lists()
3096 ptrdiff_t beg = BEGV;
[all …]
H A Dindent.c358 if (PT == BEGV) in current_column()
360 else if (PT <= GPT || BEGV > GPT) in current_column()
384 if (BEGV >= GPT) in current_column()
970 while (pos > BEGV && FETCH_BYTE (pos_byte) == '\n') in indented_beyond_p()
973 pos = find_newline (pos, pos_byte, BEGV, BEGV_BYTE, in indented_beyond_p()
1793 if (XFIXNUM (from) < BEGV || XFIXNUM (from) > ZV)
1795 if (XFIXNUM (to) < BEGV || XFIXNUM (to) > ZV)
1865 while ((vpos > vtarget || first) && from > BEGV) in vmotion()
1874 while (prevline > BEGV in vmotion()
1924 while (prevline > BEGV in vmotion()
[all …]
H A Deditfns.c441 = (XFIXNAT (pos) > BEGV in find_field()
898 XSETFASTINT (temp, BEGV);
1001 if (PT <= BEGV)
1019 if (PT == BEGV)
1076 if (! (BEGV <= p && p < ZV))
1998 ptrdiff_t min_a = BEGV;
2137 signal_after_change (BEGV, size_a, ZV - BEGV);
2664 if (BEG != BEGV || Z != ZV)
2666 BEGV = BEG;
2696 if (BEGV != s || ZV != e)
[all …]
H A Dintervals.c1819 if ((adj < 0 && pos + adj < BEGV) || (adj > 0 && pos + adj > ZV)) in adjust_for_invis_intang()
1876 eassert (charpos <= ZV && charpos >= BEGV); in set_point_both()
1892 if (charpos == BEGV) in set_point_both()
1906 if (buffer_point == BEGV) in set_point_both()
1933 && charpos != BEGV && charpos != ZV) in set_point_both()
1956 while (XFIXNUM (pos) > BEGV in set_point_both()
2012 if (charpos == BEGV) in set_point_both()
2095 while (XFIXNUM (pos) > BEGV in move_if_not_intangible()
2101 else if (XFIXNUM (pos) > BEGV) in move_if_not_intangible()
2117 else if (position < BEGV) in move_if_not_intangible()
[all …]
H A Dsearch.c675 end = BEGV, end_byte = BEGV_BYTE; in find_newline()
980 *charpos = find_newline (PT, PT_BYTE, BEGV, BEGV_BYTE, count - 1, in scan_newline_from_point()
1041 lim = BEGV, lim_byte = BEGV_BYTE; in search_command()
1050 else if (lim < BEGV) in search_command()
1051 lim = BEGV, lim_byte = BEGV_BYTE; in search_command()
1076 eassert (BEGV <= lim && lim <= ZV); in search_command()
1088 eassert (BEGV <= np && np <= ZV); in search_command()
2421 ? BEGV <= sub_start && sub_end <= ZV
3197 end = BEGV, end_byte = BEGV_BYTE; in find_newline1()
3307 find_newline (BEGV, BEGV_BYTE, ZV, ZV_BYTE,
[all …]
H A Dcomposite.c466 if (from > BEGV in run_composition_function()
502 if (! (BEGV <= from && from <= to && to <= ZV)) in update_compositions()
512 if (from > BEGV in update_compositions()
1018 endpos = NILP (string) ? BEGV - 1 : -1; in composition_compute_stop_pos()
1235 endpos = NILP (string) ? BEGV : 0; in composition_reseat_it()
1572 head = backlim < 0 ? BEGV : backlim, tail = ZV, stop = GPT; in find_automatic_composition()
1751 if (new_pt == BEGV || new_pt == ZV) in composition_adjust_point()
1957 if (! (BEGV <= fixed_pos && fixed_pos <= ZV))
H A Dsyntax.h174 ? BYTE_TO_CHAR (bytepos + BEGV_BYTE - 1) - BEGV + 1 in SYNTAX_TABLE_BYTE_TO_CHAR()
H A Dxdisp.c5241 || (bufpos > BEGV in display_min_width()
5288 || (bufpos > BEGV in display_min_width()
7188 if (beg < BEGV) in back_to_previous_visible_line_start()
7189 beg = BEGV; in back_to_previous_visible_line_start()
10633 && ZV > BEGV in move_it_vertically()
10728 pos_limit = BEGV; in move_it_by_lines()
10858 start = BEGV; in window_text_pixel_size()
10863 start = BEGV; in window_text_pixel_size()
11403 BEGV = BEG; in message_dolog()
18918 new_pt = BEGV; in redisplay_window()
[all …]
H A Dinsdel.c1417 if (from < BEGV) in replace_range()
1418 from = BEGV; in replace_range()
1707 if (from < BEGV) in del_range_1()
1708 from = BEGV; in del_range_1()
1788 if (from < BEGV) in del_range_both()
1789 from = BEGV; in del_range_both()
/dports/editors/emacs/emacs-27.2/src/
H A Dsyntax.c250 gl_state.b_property = BEGV; in SETUP_SYNTAX_TABLE()
258 else if (from > BEGV) in SETUP_SYNTAX_TABLE()
531 ptrdiff_t beg = BEGV; in char_quoted()
630 while (PT > BEGV) in find_defun_start()
656 find_start_begv = BEGV; in find_defun_start()
1440 ptrdiff_t beg = BEGV; in scan_words()
1672 if (XFIXNUM (lim) < BEGV) in skip_chars()
2657 if (from < BEGV) from = BEGV; in scan_lists()
2919 if (from > BEGV) in scan_lists()
3080 ptrdiff_t beg = BEGV;
[all …]
H A Dcmds.c63 if (new_point < BEGV) in move_point()
65 SET_PT (BEGV); in move_point()
150 : (BEGV < ZV && PT != opoint
252 if (pos < BEGV)
421 && PT > BEGV in internal_self_insert()
H A Dindent.c360 if (PT == BEGV) in current_column()
362 else if (PT <= GPT || BEGV > GPT) in current_column()
386 if (BEGV >= GPT) in current_column()
962 while (pos > BEGV && FETCH_BYTE (pos_byte) == '\n') in indented_beyond_p()
965 pos = find_newline (pos, pos_byte, BEGV, BEGV_BYTE, in indented_beyond_p()
1787 if (XFIXNUM (from) < BEGV || XFIXNUM (from) > ZV)
1789 if (XFIXNUM (to) < BEGV || XFIXNUM (to) > ZV)
1859 while ((vpos > vtarget || first) && from > BEGV) in vmotion()
1868 while (prevline > BEGV in vmotion()
1918 while (prevline > BEGV in vmotion()
[all …]
H A Deditfns.c438 = (XFIXNAT (pos) > BEGV in find_field()
655 || (XFIXNAT (new_pos) > BEGV
657 || (XFIXNAT (old_pos) > BEGV
886 XSETFASTINT (temp, BEGV);
989 if (PT <= BEGV)
1007 if (PT == BEGV)
1997 ptrdiff_t min_a = BEGV;
2150 signal_after_change (BEGV, size_a, ZV - BEGV);
2682 if (BEG != BEGV || Z != ZV)
2684 BEGV = BEG;
[all …]
H A Dintervals.c1808 if ((adj < 0 && pos + adj < BEGV) || (adj > 0 && pos + adj > ZV)) in adjust_for_invis_intang()
1865 eassert (charpos <= ZV && charpos >= BEGV); in set_point_both()
1881 if (charpos == BEGV) in set_point_both()
1895 if (buffer_point == BEGV) in set_point_both()
1922 && charpos != BEGV && charpos != ZV) in set_point_both()
1945 while (XFIXNUM (pos) > BEGV in set_point_both()
2001 if (charpos == BEGV) in set_point_both()
2084 while (XFIXNUM (pos) > BEGV in move_if_not_intangible()
2090 else if (XFIXNUM (pos) > BEGV) in move_if_not_intangible()
2106 else if (position < BEGV) in move_if_not_intangible()
[all …]
H A Dsearch.c661 end = BEGV, end_byte = BEGV_BYTE; in find_newline()
966 *charpos = find_newline (PT, PT_BYTE, BEGV, BEGV_BYTE, count - 1, in scan_newline_from_point()
1027 lim = BEGV, lim_byte = BEGV_BYTE; in search_command()
1037 else if (lim < BEGV) in search_command()
1038 lim = BEGV, lim_byte = BEGV_BYTE; in search_command()
1063 eassert (BEGV <= lim && lim <= ZV); in search_command()
1075 eassert (BEGV <= np && np <= ZV); in search_command()
2410 ? BEGV <= sub_start && sub_end <= ZV
3165 end = BEGV, end_byte = BEGV_BYTE; in find_newline1()
3275 find_newline (BEGV, BEGV_BYTE, ZV, ZV_BYTE,
[all …]
H A Dcomposite.c467 if (from > BEGV in run_composition_function()
503 if (! (BEGV <= from && from <= to && to <= ZV)) in update_compositions()
513 if (from > BEGV in update_compositions()
978 endpos = NILP (string) ? BEGV - 1 : -1; in composition_compute_stop_pos()
1196 endpos = NILP (string) ? BEGV : 0; in composition_reseat_it()
1487 head = BEGV, tail = ZV, stop = GPT; in find_automatic_composition()
1663 if (new_pt == BEGV || new_pt == ZV) in composition_adjust_point()
1861 if (XFIXNUM (pos) < BEGV || XFIXNUM (pos) > ZV)
H A Dsyntax.h174 ? BYTE_TO_CHAR (bytepos + BEGV_BYTE - 1) - BEGV + 1 in SYNTAX_TABLE_BYTE_TO_CHAR()
H A Dxdisp.c6842 if (beg < BEGV) in back_to_previous_visible_line_start()
6843 beg = BEGV; in back_to_previous_visible_line_start()
10207 && ZV > BEGV in move_it_vertically()
10302 pos_limit = BEGV; in move_it_by_lines()
10484 start = BEGV;
10489 start = BEGV;
10749 BEGV = BEG; in message_dolog()
18221 new_pt = BEGV; in redisplay_window()
33345 obegv = BEGV; in note_mouse_highlight()
33347 BEGV = BEG; in note_mouse_highlight()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/c-src/
H A Dabbrev.c242 if (wordstart < BEGV || wordstart > ZV)
391 if (last_abbrev_point < BEGV
/dports/editors/emacs/emacs-27.2/test/manual/etags/c-src/
H A Dabbrev.c248 if (wordstart < BEGV || wordstart > ZV)
397 if (last_abbrev_point < BEGV

12345