Searched defs:current_line (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/usr.bin/talk/ |
H A D | msgs.c | 46 int current_line = 0; variable
|
/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 310 HandleCompletionWithDescriptions(const char * current_line,uint32_t cursor_pos,int match_start_point,int max_return_elements,SBStringList & matches,SBStringList & descriptions) HandleCompletionWithDescriptions() argument 323 HandleCompletion(const char * current_line,uint32_t cursor_pos,int match_start_point,int max_return_elements,lldb::SBStringList & matches) HandleCompletion() argument [all...] |
/freebsd-src/contrib/lutok/ |
H A D | debug.cpp | 147 lutok::debug::current_line(void) const in current_line() function in lutok::debug
|
/freebsd-src/contrib/tnftp/src/ |
H A D | ftp.c | 372 char current_line[BUFSIZ]; /* last line of previous reply */ in getreply() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Editline.cpp | 633 auto current_line = BreakLineCommand() local
|