Home
last modified time | relevance | path

Searched refs:the_list (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/
H A Dhistexamp.c91 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);
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/
H A Dhistexamp.c91 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);
/netbsd-src/games/monop/
H A Dtrade.c157 set_list(OWN *the_list) in set_list() argument
163 for (op = the_list; op; op = op->next) in set_list()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Dhstech.texi573 register HIST_ENTRY **the_list;
576 the_list = history_list ();
577 if (the_list)
578 for (i = 0; the_list[i]; i++)
579 printf ("%d: %s\n", i + history_base, the_list[i]->line);
H A Dhistory.info781 register HIST_ENTRY **the_list;
784 the_list = history_list ();
785 if (the_list)
786 for (i = 0; the_list[i]; i++)
787 printf ("%d: %s\n", i + history_base, the_list[i]->line);