Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp232 HandleCompletion(const char * current_line,const char * cursor,const char * last_char,int match_start_point,int max_return_elements,SBStringList & matches) HandleCompletion() argument
244 HandleCompletionWithDescriptions(const char * current_line,const char * cursor,const char * last_char,int match_start_point,int max_return_elements,SBStringList & matches,SBStringList & descriptions) HandleCompletionWithDescriptions() argument
317 const char *last_char = current_line + strlen(current_line); HandleCompletionWithDescriptions() local
332 const char *last_char = current_line + strlen(current_line); HandleCompletion() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp36 const char last_char = *s.rbegin(); in DumpStringToStreamWithNewline() local
/freebsd-src/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c139 last_char(int from_end) in last_char() function
/freebsd-src/tests/sys/net/routing/
H A Drtsock_print.h161 const char *last_char = NULL; in sa_print_hd() local
/freebsd-src/contrib/ee/
H A Dnew_curse.h158 int last_char; member
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp581 const char last_char = line_start[length - 1]; in GetLineLength() local