Home
last modified time | relevance | path

Searched refs:at_line_end (Results 1 – 13 of 13) sorted by relevance

/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtktextutil.c325 gboolean *at_line_end) in _gtk_text_util_get_block_cursor_location() argument
342 if (at_line_end) in _gtk_text_util_get_block_cursor_location()
343 *at_line_end = FALSE; in _gtk_text_util_get_block_cursor_location()
426 if (at_line_end) in _gtk_text_util_get_block_cursor_location()
427 *at_line_end = TRUE; in _gtk_text_util_get_block_cursor_location()
H A Dgtktextutil.h47 gboolean *at_line_end);
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtktextutil.c403 gboolean *at_line_end) in _gtk_text_util_get_block_cursor_location() argument
420 if (at_line_end) in _gtk_text_util_get_block_cursor_location()
421 *at_line_end = FALSE; in _gtk_text_util_get_block_cursor_location()
504 if (at_line_end) in _gtk_text_util_get_block_cursor_location()
505 *at_line_end = TRUE; in _gtk_text_util_get_block_cursor_location()
H A Dgtktextutil.h52 gboolean *at_line_end);
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktextutil.c414 gboolean *at_line_end) in _gtk_text_util_get_block_cursor_location() argument
431 if (at_line_end) in _gtk_text_util_get_block_cursor_location()
432 *at_line_end = FALSE; in _gtk_text_util_get_block_cursor_location()
515 if (at_line_end) in _gtk_text_util_get_block_cursor_location()
516 *at_line_end = TRUE; in _gtk_text_util_get_block_cursor_location()
H A Dgtktextutil.h54 gboolean *at_line_end);
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/commonmark/
H A Dinlines.py795 at_line_end = True
798 at_line_end = False
807 at_line_end = self.match(reSpaceAtEndOfLine) is not None
809 if not at_line_end:
/dports/textproc/py-CommonMark/commonmark-0.9.1/commonmark/
H A Dinlines.py795 at_line_end = True
798 at_line_end = False
807 at_line_end = self.match(reSpaceAtEndOfLine) is not None
809 if not at_line_end:
/dports/lang/p5-Pugs-Compiler-Rule/Pugs-Compiler-Rule-0.37/lib/Pugs/Runtime/
H A DRegex.pm425 sub at_line_end { subroutine
/dports/x11-fm/caja/caja-1.26.0/eel/
H A Deel-editable-label.c1342 gboolean *at_line_end) in eel_editable_label_get_block_cursor_location() argument
1367 if (at_line_end) in eel_editable_label_get_block_cursor_location()
1368 *at_line_end = FALSE; in eel_editable_label_get_block_cursor_location()
1458 if (at_line_end) in eel_editable_label_get_block_cursor_location()
1459 *at_line_end = TRUE; in eel_editable_label_get_block_cursor_location()
/dports/x11-fm/nemo/nemo-4.8.3/eel/
H A Deel-editable-label.c1301 gboolean *at_line_end) in eel_editable_label_get_block_cursor_location() argument
1326 if (at_line_end) in eel_editable_label_get_block_cursor_location()
1327 *at_line_end = FALSE; in eel_editable_label_get_block_cursor_location()
1417 if (at_line_end) in eel_editable_label_get_block_cursor_location()
1418 *at_line_end = TRUE; in eel_editable_label_get_block_cursor_location()
/dports/textproc/py-regex/regex-2020.7.14/regex_3/
H A D_regex.c255 BOOL (*at_line_end)(RE_StatePtr state, Py_ssize_t text_pos); member
6945 return bool_as_status(state->encoding->at_line_end(state, text_pos)); in try_match_END_OF_LINE_U()
/dports/textproc/py-regex/regex-2020.7.14/regex_2/
H A D_regex.c241 BOOL (*at_line_end)(RE_StatePtr state, Py_ssize_t text_pos); member
6899 return bool_as_status(state->encoding->at_line_end(state, text_pos)); in try_match_END_OF_LINE_U()