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