HomeSort by: relevance | last modified time | path
    Searched defs:the_line (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/m32c/
trace.c 265 char *the_line = load_file_and_line (filename, lineno); local
275 slash, lineno, the_line);
  /src/external/gpl3/gdb/dist/sim/rl78/
trace.c 294 char * the_line = load_file_and_line (filename, lineno); local
305 slash, lineno, the_line);
  /src/external/gpl3/gdb/dist/sim/rx/
trace.c 286 char * the_line = load_file_and_line (filename, lineno); local
297 slash, lineno, the_line);
  /src/external/gpl3/gdb.old/dist/sim/m32c/
trace.c 265 char *the_line = load_file_and_line (filename, lineno); local
275 slash, lineno, the_line);
  /src/external/gpl3/gdb.old/dist/sim/rl78/
trace.c 294 char * the_line = load_file_and_line (filename, lineno); local
305 slash, lineno, the_line);
  /src/external/gpl3/gdb.old/dist/sim/rx/
trace.c 286 char * the_line = load_file_and_line (filename, lineno); local
297 slash, lineno, the_line);
  /src/external/gpl3/gdb/dist/readline/readline/
readline.c 214 static char *the_line; variable
497 temp = savestring (the_line);
499 entry = replace_history_entry (where_history (), the_line, (histdata_t)NULL);
502 strcpy (the_line, temp);
522 return (eof ? (char *)NULL : savestring (the_line));
741 the_line = rl_line_buffer;
742 the_line[0] = 0;
748 the_line = rl_line_buffer;
1520 the_line = rl_line_buffer = sp->buffer;
  /src/external/gpl3/gdb.old/dist/readline/readline/
readline.c 215 static char *the_line; variable
486 temp = savestring (the_line);
488 entry = replace_history_entry (where_history (), the_line, (histdata_t)NULL);
491 strcpy (the_line, temp);
511 return (eof ? (char *)NULL : savestring (the_line));
719 the_line = rl_line_buffer;
720 the_line[0] = 0;
726 the_line = rl_line_buffer;
1480 the_line = rl_line_buffer = sp->buffer;

Completed in 26 milliseconds