Searched defs:last_char (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/API/ |
H A D | SBCommandInterpreter.cpp | 232 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 D | CommandReturnObject.cpp | 36 const char last_char = *s.rbegin(); in DumpStringToStreamWithNewline() local
|
/freebsd-src/contrib/ncurses/ncurses/tinfo/ |
H A D | comp_scan.c | 139 last_char(int from_end) in last_char() function
|
/freebsd-src/tests/sys/net/routing/ |
H A D | rtsock_print.h | 161 const char *last_char = NULL; in sa_print_hd() local
|
/freebsd-src/contrib/ee/ |
H A D | new_curse.h | 158 int last_char; member
|
/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | SourceManager.cpp | 581 const char last_char = line_start[length - 1]; in GetLineLength() local
|