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

/openbsd-current/gnu/lib/libreadline/examples/
H A Dhistexamp.c84 register HIST_ENTRY **the_list; local
87 the_list = history_list ();
88 if (the_list)
89 for (i = 0; the_list[i]; i++)
90 printf ("%d: %s\n", i + history_base, the_list[i]->line);
/openbsd-current/games/monop/
H A Dtrade.c150 set_list(OWN *the_list) argument
156 for (op = the_list; op; op = op->next)

Completed in 116 milliseconds