Home
last modified time | relevance | path

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

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