Home
last modified time | relevance | path

Searched defs:last_char (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp233 const char *current_line, const char *cursor, const char *last_char, in HandleCompletion()
245 const char *current_line, const char *cursor, const char *last_char, in HandleCompletionWithDescriptions()
318 const char *last_char = current_line + strlen(current_line); in HandleCompletionWithDescriptions() local
333 const char *last_char = current_line + strlen(current_line); in HandleCompletion() local
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp36 const char last_char = *s.rbegin(); in DumpStringToStreamWithNewline() local
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c139 last_char(int from_end) in last_char() function
/freebsd/tests/sys/net/routing/
H A Drtsock_print.h161 const char *last_char = NULL; in sa_print_hd() local
/freebsd/contrib/ee/
H A Dnew_curse.h158 int last_char; member
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp581 const char last_char = line_start[length - 1]; in GetLineLength() local