Searched refs:current_line (Results 1 - 24 of 24) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdbthread.h53 int current_line; member in struct:thread_info
130 int current_line,
149 int *current_line,
H A Dthread.c306 int *current_line,
331 *current_line = tp->current_line;
352 int current_line,
375 tp->current_line = current_line;
293 load_infrun_state(ptid_t ptid, CORE_ADDR *prev_pc, int *trap_expected, struct breakpoint **step_resume_breakpoint, struct breakpoint **through_sigtramp_breakpoint, CORE_ADDR *step_range_start, CORE_ADDR *step_range_end, struct frame_id *step_frame_id, int *handling_longjmp, int *another_trap, int *stepping_through_solib_after_catch, bpstat *stepping_through_solib_catchpoints, int *stepping_through_sigtramp, int *current_line, struct symtab **current_symtab, CORE_ADDR *step_sp) argument
339 save_infrun_state(ptid_t ptid, CORE_ADDR prev_pc, int trap_expected, struct breakpoint *step_resume_breakpoint, struct breakpoint *through_sigtramp_breakpoint, CORE_ADDR step_range_start, CORE_ADDR step_range_end, const struct frame_id *step_frame_id, int handling_longjmp, int another_trap, int stepping_through_solib_after_catch, bpstat stepping_through_solib_catchpoints, int stepping_through_sigtramp, int current_line, struct symtab *current_symtab, CORE_ADDR step_sp) argument
H A Dinfrun.c975 int current_line;
1142 ecs->current_line = ecs->sal.line;
1195 ecs->current_line, ecs->current_symtab, step_sp);
1206 &ecs->current_line, &ecs->current_symtab, &step_sp);
2734 && (ecs->current_line != ecs->sal.line
2769 ecs->current_line = ecs->sal.line;
970 int current_line; member in struct:execution_control_state
/freebsd-10.1-release/usr.bin/talk/
H A Dio.c94 current_line = 0;
157 wmove(my_win.x_win, current_line, 0);
172 wmove(my_win.x_win, current_line, 0);
174 if (current_line < my_win.x_nlines - 1)
175 current_line++;
H A Dmsgs.c50 int current_line = 0; variable
H A Dinvite.c129 if (current_line < my_win.x_nlines - 1)
130 current_line++;
H A Dtalk.h48 extern int current_line;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp160 SBCommandInterpreter::HandleCompletion (const char *current_line, argument
171 // cursor & last_char have to be within the current_line.
172 if (current_line == NULL || cursor == NULL || last_char == NULL)
175 if (cursor < current_line || last_char < current_line)
178 size_t current_line_size = strlen (current_line);
179 if (cursor - current_line > current_line_size || last_char - current_line > current_line_size)
183 log->Printf ("SBCommandInterpreter(%p)::HandleCompletion (current_line=\"%s\", cursor at: %" PRId64 ", last char at: %" PRId64 ", match_start_point: %d, max_return_elements: %d)",
184 m_opaque_ptr, current_line, (uint64_
202 HandleCompletion(const char *current_line, uint32_t cursor_pos, int match_start_point, int max_return_elements, lldb::SBStringList &matches) argument
[all...]
/freebsd-10.1-release/contrib/libreadline/
H A Dhistfile.c168 int file, current_line, chars_read; local
241 current_line = 0;
244 for (line_start = line_end = buffer; line_end < bufend && current_line < from; line_end++)
251 current_line++;
279 current_line--;
283 current_line++;
285 if (current_line >= to)
H A Ddisplay.c1203 update_line (old, new, current_line, omax, nmax, inv_botlin)
1205 int current_line, omax, nmax, inv_botlin;
1226 && _rl_last_v_pos == current_line - 1)
1239 if (_rl_wrapped_line[current_line] > 0)
1240 _rl_clear_to_eol (_rl_wrapped_line[current_line]);
1426 current_invis_chars = W_OFFSET (current_line, wrap_offset);
1427 if (_rl_last_v_pos != current_line)
1429 _rl_move_vert (current_line);
1430 if ((MB_CUR_MAX == 1 || rl_byte_oriented) && current_line == 0 && visible_wrap_offset)
1448 if (current_line
[all...]
H A Dhistexpand.c517 history_expand_internal (string, start, end_index_ptr, ret_string, current_line)
521 char *current_line; /* for !# */
552 event = current_line;
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h88 // The pointer based interface is not useful in SWIG, since the cursor & last_char arguments are string pointers INTO current_line
101 HandleCompletion (const char *current_line,
109 HandleCompletion (const char *current_line,
/freebsd-10.1-release/usr.bin/sort/
H A Dfile.h78 char *current_line; member in struct:file0_reader
H A Dfile.c202 if (f0r->current_line && f0r->current_sz > 0)
203 f0r->current_line[0] = 0;
211 f0r->current_line = sort_realloc(f0r->current_line,
215 f0r->current_line[pos] = (char)c;
219 f0r->current_line[pos + 1] = 0;
223 return f0r->current_line;
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c79 svn_linenum_t current_line;
650 content->current_line = 1;
1008 content->current_line = 1;
1180 SVN_ERR_ASSERT(content->current_line <= max_line);
1181 if (content->current_line == max_line)
1208 content->current_line++;
1210 SVN_ERR_ASSERT(content->current_line > 0);
1228 if (line == content->current_line)
1231 saved_line = content->current_line;
1241 content->current_line
78 svn_linenum_t current_line; member in struct:target_content_t
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h260 const char *current_line,
449 static int AutoCompleteCallback (const char *current_line,
484 const char *current_line,
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DEditline.h47 const char *current_line,
/freebsd-10.1-release/contrib/subversion/subversion/svn/
H A Dfile-merge.c94 svn_linenum_t current_line,
102 svn_linenum_t orig_current_line = current_line;
106 while (current_line < start)
115 current_line++;
260 svn_linenum_t current_line,
275 while (current_line < start)
282 current_line++;
296 current_line++;
300 *new_current_line = current_line;
89 copy_to_merged_file(svn_linenum_t *new_current_line, apr_file_t *merged_file, apr_file_t *source_file, apr_off_t start, apr_off_t len, svn_linenum_t current_line, apr_pool_t *scratch_pool) argument
257 read_diff_chunk(apr_array_header_t **lines, svn_linenum_t *new_current_line, apr_file_t *file, svn_linenum_t current_line, apr_off_t start, apr_off_t len, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_file.c1394 apr_off_t current_line[2];
1445 baton->current_line[idx]++;
1597 while (output_baton->current_line[source] < until)
1697 if (output_baton->current_line[0] < new_hunk_start
1970 apr_off_t current_line[3];
2097 baton->current_line[idx]++;
2139 while (output_baton->current_line[idx] < target_line)
2146 while (output_baton->current_line[idx] < target_line)
1393 apr_off_t current_line[2]; member in struct:svn_diff__file_output_baton_t
1968 apr_off_t current_line[3]; member in struct:svn_diff3__file_output_baton_t
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h246 HandleCompletion (const char *current_line,
/freebsd-10.1-release/contrib/tnftp/src/
H A Dftp.c372 char current_line[BUFSIZ]; /* last line of previous reply */ local
388 cp = current_line;
480 if (cp < &current_line[sizeof(current_line) - 1])
492 (void)strlcpy(reply_string, current_line,
495 (*reply_callback)(current_line);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1982 CommandInterpreter::HandleCompletion (const char *current_line, argument
1992 Args parsed_line(current_line, last_char - current_line);
1993 Args partial_parsed_line(current_line, cursor - current_line);
2027 if (cursor > current_line && cursor[-1] == ' ')
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp182 const char *current_line,
189 if (current_line == cursor)
247 const char *current_line,
260 return io_handler.GetDebugger().GetCommandInterpreter().HandleCompletion (current_line,
271 if (cursor > current_line)
273 while (word_start > current_line && !isspace(*word_start))
452 IOHandlerEditline::AutoCompleteCallback (const char *current_line, argument
463 current_line,
181 IOHandlerComplete(IOHandler &io_handler, const char *current_line, const char *cursor, const char *last_char, int skip_first_n_matches, int max_matches, StringList &matches) argument
246 IOHandlerComplete(IOHandler &io_handler, const char *current_line, const char *cursor, const char *last_char, int skip_first_n_matches, int max_matches, StringList &matches) argument
/freebsd-10.1-release/contrib/gcc/
H A Ddwarf2out.c7925 unsigned long current_line;
7998 current_line = 1;
8016 if (line_info->dw_line_num == current_line
8061 if (line_info->dw_line_num != current_line)
8063 line_offset = line_info->dw_line_num - current_line;
8065 current_line = line_info->dw_line_num;
8071 "line %lu", current_line);
8077 "advance to line %lu", current_line);
8108 current_line = 1;
8116 if (line_info->dw_line_num == current_line
7914 unsigned long current_line; local
[all...]

Completed in 343 milliseconds