Home
last modified time | relevance | path

Searched refs:cursor_pos (Results 1 – 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DHighlighter.cpp30 llvm::Optional<size_t> cursor_pos, in Highlight() argument
34 if (!cursor_pos || *cursor_pos >= line.size()) { in Highlight()
43 size_t column = *cursor_pos; in Highlight()
75 llvm::Optional<size_t> cursor_pos, in Highlight() argument
78 Highlight(options, line, cursor_pos, previous_lines, s); in Highlight()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DHighlighter.h115 llvm::Optional<size_t> cursor_pos,
120 llvm::Optional<size_t> cursor_pos,
131 llvm::Optional<size_t> cursor_pos,
/freebsd-12-stable/sys/dev/syscons/
Dscterm.c59 scp->cursor_pos = scp->ypos*scp->xsize + scp->xpos; in sc_move_cursor()
66 scp->cursor_oldpos = scp->cursor_pos; in sc_clear_screen()
Dsyscons.c529 scp->cursor_pos = scp->cursor_oldpos = scp->xsize * scp->xsize; in sc_set_vesa_mode()
2280 (scp->cursor_pos != scp->cursor_oldpos) && in scrn_update()
2281 (and_region(&s, &e, scp->cursor_pos, scp->cursor_pos) in scrn_update()
2349 if (scp->cursor_pos != scp->cursor_oldpos) { in scrn_update()
2355 if (and_region(&s, &e, scp->cursor_pos, scp->cursor_pos)) in scrn_update()
2360 (*scp->rndr->blink_cursor)(scp, scp->cursor_pos, in scrn_update()
2362 scp->cursor_pos)); in scrn_update()
3007 (*scp->rndr->draw_cursor)(scp, scp->cursor_pos, in sc_draw_cursor_image()
3009 sc_inside_cutmark(scp, scp->cursor_pos)); in sc_draw_cursor_image()
3010 scp->cursor_oldpos = scp->cursor_pos; in sc_draw_cursor_image()
[all …]
Dsyscons.h318 int cursor_pos; /* cursor buffer position */ member
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBCommandInterpreter.i154 uint32_t cursor_pos,
161 uint32_t cursor_pos,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
DClangHighlighter.cpp134 llvm::Optional<size_t> cursor_pos, in Highlight() argument
234 if (cursor_pos && end > *cursor_pos && !highlighted_cursor) { in Highlight()
DClangHighlighter.h27 llvm::Optional<size_t> cursor_pos,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectExpression.cpp304 unsigned cursor_pos = request.GetRawCursorPos(); in HandleCompletion() local
326 if (cursor_pos < raw_start) in HandleCompletion()
330 assert(cursor_pos >= raw_start); in HandleCompletion()
331 cursor_pos -= raw_start; in HandleCompletion()
342 expr->Complete(exe_ctx, request, cursor_pos); in HandleCompletion()
/freebsd-12-stable/contrib/tnftp/src/
Dmain.c686 cursor_pos = NULL; in cmdscanner()
804 if (cursor_pos == line) { in makeargv()
807 } else if (cursor_pos != NULL) { in makeargv()
818 if (x == cursor_pos) { \
821 cursor_pos = NULL; \
Dftp_var.h266 GLOBAL char *cursor_pos; /* cursor position we're looking for */ variable
Dcomplete.c375 cursor_pos = line + (lf->cursor - lf->buffer); in complete()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBCommandInterpreter.h190 int HandleCompletion(const char *current_line, uint32_t cursor_pos,
202 uint32_t cursor_pos,
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp311 const char *current_line, uint32_t cursor_pos, int match_start_point, in HandleCompletionWithDescriptions() argument
318 current_line, cursor_pos, match_start_point, in HandleCompletionWithDescriptions()
321 const char *cursor = current_line + cursor_pos; in HandleCompletionWithDescriptions()
329 uint32_t cursor_pos, in HandleCompletion() argument
335 current_line, cursor_pos, match_start_point, in HandleCompletion()
338 const char *cursor = current_line + cursor_pos; in HandleCompletion()