Home
last modified time | relevance | path

Searched defs:line_cursor (Results 1 – 11 of 11) sorted by relevance

/dports/devel/aws-c-sdkutils/aws-c-sdkutils-0.1.1/source/
H A Daws_profile.c101 static bool s_is_comment_line(const struct aws_byte_cursor *line_cursor) { in s_is_comment_line()
106 static bool s_is_whitespace_line(const struct aws_byte_cursor *line_cursor) { in s_is_whitespace_line()
850 const struct aws_byte_cursor *line_cursor, in s_parse_profile_declaration()
972 const struct aws_byte_cursor *line_cursor, in s_parse_property_continuation()
1073 static bool s_parse_property(const struct aws_byte_cursor *line_cursor, struct profile_file_parse_c… in s_parse_property()
1150 const struct aws_byte_cursor *line_cursor) { in s_parse_and_apply_line_to_profile_collection()
1215 struct aws_byte_cursor line_cursor; in s_aws_profile_collection_new_internal() local
/dports/devel/openocd/openocd-0.11.0/src/server/
H A Dtelnet_server.h53 size_t line_cursor; member
/dports/devel/gitui/gitui-0.10.1/src/components/
H A Ddiff.rs283 let mut line_cursor = 0_usize; in find_selected_hunk() localVariable
348 let mut line_cursor = 0_usize; in get_text() localVariable
/dports/devel/aws-c-http/aws-c-http-0.6.8/tests/
H A Dproxy_test_helper.c377 struct aws_byte_cursor line_cursor; in s_record_connect_request() local
/dports/math/grace/grace-5.1.25/src/
H A Dxutil.c73 static Cursor line_cursor; variable
/dports/devel/aws-c-common/aws-c-common-0.6.15/source/posix/
H A Dsystem_info.c358 struct aws_byte_cursor line_cursor = aws_byte_cursor_from_c_str(symbol); in aws_backtrace_addr2line() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_inline_test.cc147 NGInlineCursor line_cursor = cursor.CursorForDescendants(); in TEST_F() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/
H A Dinline_box_traversal.cc139 NGInlineCursor line_cursor = GetLineBox(cursor).CursorForDescendants(); in CreateLineRootedCursor() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/
H A Dbidi_adjustment.cc137 NGInlineCursor line_cursor = GetLineBox(cursor).CursorForDescendants(); in CreateLineRootedCursor() local
/dports/biology/subread/subread-2.0.2-source/src/
H A Dinput-files.c5760 int line_cursor; in find_tag_out() local
6126 int hi_tag,flags = 0, line_cursor = 0, field_cursor = 0, tabs=0; in sort_SAM_add_line() local
6277 int flags = 0, line_cursor = 0, field_cursor = 0, tabs=0; in is_SAM_unsorted() local
/dports/multimedia/libxine/xine-lib-1.2.11/src/input/
H A Dinput_dvb.c1667 size_t old_line_length, line_cursor; local