Searched refs:the_list (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/libreadline/examples/
H A Dhistexamp.c87 register HIST_ENTRY **the_list; local
92 the_list = history_list ();
93 if (the_list)
94 for (i = 0; the_list[i]; i++)
96 tt = history_get_time (the_list[i]);
101 printf ("%d: %s: %s\n", i + history_base, timestr, the_list[i]->line);
/freebsd-11-stable/sys/dev/isci/scil/
H A Dsci_base_iterator.h126 #define sci_base_iterator_construct(the_iterator, the_list)

Completed in 92 milliseconds