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

  /src/external/gpl3/gdb/dist/readline/readline/examples/
histexamp.c 91 register HIST_ENTRY **the_list; local
96 the_list = history_list ();
97 if (the_list)
98 for (i = 0; the_list[i]; i++)
100 tt = history_get_time (the_list[i]);
105 printf ("%d: %s: %s\n", i + history_base, timestr, the_list[i]->line);
histexamp.c 91 register HIST_ENTRY **the_list; local
96 the_list = history_list ();
97 if (the_list)
98 for (i = 0; the_list[i]; i++)
100 tt = history_get_time (the_list[i]);
105 printf ("%d: %s: %s\n", i + history_base, timestr, the_list[i]->line);
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/
histexamp.c 91 register HIST_ENTRY **the_list; local
96 the_list = history_list ();
97 if (the_list)
98 for (i = 0; the_list[i]; i++)
100 tt = history_get_time (the_list[i]);
105 printf ("%d: %s: %s\n", i + history_base, timestr, the_list[i]->line);
histexamp.c 91 register HIST_ENTRY **the_list; local
96 the_list = history_list ();
97 if (the_list)
98 for (i = 0; the_list[i]; i++)
100 tt = history_get_time (the_list[i]);
105 printf ("%d: %s: %s\n", i + history_base, timestr, the_list[i]->line);

Completed in 168 milliseconds