| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBCommandInterpreter.cpp | 327 const char *last_char, in HandleCompletion() argument 337 if (current_line == NULL || cursor == NULL || last_char == NULL) in HandleCompletion() 340 if (cursor < current_line || last_char < current_line) in HandleCompletion() 345 last_char - current_line > static_cast<ptrdiff_t>(current_line_size)) in HandleCompletion() 352 static_cast<uint64_t>(last_char - current_line), in HandleCompletion() 358 …num_completions = m_opaque_ptr->HandleCompletion (current_line, cursor, last_char, match_start_po… in HandleCompletion() 379 const char *last_char = current_line + strlen (current_line); in HandleCompletion() local 380 …return HandleCompletion (current_line, cursor, last_char, match_start_point, max_return_elements, … in HandleCompletion()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | CommandReturnObject.cpp | 36 const char last_char = *s.rbegin(); in DumpStringToStreamWithNewline() local 37 add_newline = last_char != '\n' && last_char != '\r'; in DumpStringToStreamWithNewline()
|
| HD | CommandInterpreter.cpp | 1938 const char *last_char, in HandleCompletion() argument 1946 Args parsed_line(llvm::StringRef(current_line, last_char - current_line)); in HandleCompletion()
|
| /NextBSD/contrib/ee/ |
| HD | new_curse.c | 725 dest->last_char = min(orig->last_char, destination->Num_cols); 1484 tmp->last_char = 0; 2042 if (column > line->last_char) 2044 for (j = line->last_char; j < column; j++) 2050 line->last_char = column; 2100 fprintf(stderr, "lc%d=%s|\n", temp->last_char, temp->row); 2110 fprintf(stderr, "lc%d=%s|\n", temp->last_char, temp->row); 2171 && (user_col < user_line->last_char); 2177 for (user_col = user_line->last_char, 2178 virt_col = window->SC + user_line->last_char; [all …]
|
| HD | new_curse.h | 158 int last_char; member
|
| /NextBSD/gnu/usr.bin/grep/ |
| HD | search.c | 336 const char *last_char = NULL; in EGexecute() local 393 last_char = beg; in EGexecute() 455 last_char = beg; in EGexecute() 900 const char *last_char = NULL; in Fexecute() local 918 last_char = beg; in Fexecute() 984 s = last_char; in Fexecute() 1041 last_char = beg; in Fexecute() 1113 last_char = beg; in Fexecute()
|
| /NextBSD/contrib/ncurses/ncurses/tinfo/ |
| HD | comp_scan.c | 133 last_char(int from_end) in last_char() function 470 } else if (ch == ':' && last_char(0) != ',') { in _nc_get_token() 494 c0 = last_char(0); in _nc_get_token() 495 c1 = last_char(1); in _nc_get_token()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | IOHandler.h | 304 const char *last_char, 601 const char *last_char, 648 const char *last_char,
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | Module.cpp | 1130 const char last_char = format[format_len-1]; in ReportError() local 1131 if (last_char != '\n' || last_char != '\r') in ReportError() 1170 const char last_char = format[format_len-1]; in ReportErrorIfModifyDetected() local 1171 if (last_char != '\n' || last_char != '\r') in ReportErrorIfModifyDetected() 1199 const char last_char = format[format_len-1]; in ReportWarning() local 1200 if (last_char != '\n' || last_char != '\r') in ReportWarning()
|
| HD | SourceManager.cpp | 472 const char last_char = line_start[length-1]; in GetLineLength() local 473 if ((last_char == '\r') || (last_char == '\n')) in GetLineLength()
|
| HD | IOHandler.cpp | 216 const char *last_char, in IOHandlerComplete() argument 281 const char *last_char, in IOHandlerComplete() argument 294 last_char, in IOHandlerComplete() 506 char last_char = buffer[buffer_len-1]; in GetLine() local 507 if (last_char == '\r' || last_char == '\n') in GetLine() 511 while (last_char == '\r' || last_char == '\n') in GetLine() 516 last_char = buffer[buffer_len-1]; in GetLine() 562 const char *last_char, in AutoCompleteCallback() argument 573 last_char, in AutoCompleteCallback()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBCommandInterpreter.h | 170 const char *last_char,
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/ |
| HD | Editline.h | 97 const char * last_char,
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | CommandInterpreter.h | 400 const char *last_char,
|
| /NextBSD/contrib/binutils/libiberty/ |
| HD | cp-demangle.c | 289 char last_char; member 2722 dpi->last_char = '\0'; in d_print_init() 2765 dpi->last_char = c; in d_append_char() 2786 return dpi->last_char; in d_last_char()
|
| /NextBSD/contrib/gdb/gdb/doc/ |
| HD | gdb.info-1 | 4461 `display last_char' while inside a function with an argument 4462 `last_char', GDB displays this argument while your program continues to 4464 variable `last_char'--the display is disabled automatically. The next 4465 time your program stops where `last_char' is meaningful, you can enable
|
| HD | gdb.texinfo | 5268 @code{display last_char} while inside a function with an argument 5269 @code{last_char}, @value{GDBN} displays this argument while your program 5271 there is no variable @code{last_char}---the display is disabled 5272 automatically. The next time your program stops where @code{last_char}
|