Searched refs:the_list (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/ |
H A D | 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);
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/ |
H A D | 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);
|
/netbsd-src/games/monop/ |
H A D | trade.c | 157 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 D | hstech.texi | 573 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 D | history.info | 781 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);
|