OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:the_list
(Results
1 - 3
of
3
) 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);
/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);
/src/games/monop/
trade.c
157
set_list(OWN *
the_list
)
163
for (op =
the_list
; op; op = op->next)
Completed in 69 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026