Home
last modified time | relevance | path

Searched defs:current_line (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.bin/talk/
H A Dmsgs.c46 int current_line = 0; variable
/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()
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 Ddebug.cpp147 lutok::debug::current_line(void) const in current_line() function in lutok::debug
/freebsd/contrib/tnftp/src/
H A Dftp.c372 char current_line[BUFSIZ]; /* last line of previous reply */ in getreply() local
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp619 auto current_line = in BreakLineCommand() local