OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:funcp
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/phantasia/
misc.c
941
int (*
funcp
)(const char *,...);
local in function:error
944
funcp
= printw;
947
funcp
= printf;
949
(*
funcp
) ("An unrecoverable error has occurred reading %s. (%s)\n", whichfile, strerror(errno));
950
(*
funcp
) ("Please run 'setup' to determine the problem.\n");
misc.c
941
int (*
funcp
)(const char *,...);
local in function:error
944
funcp
= printw;
947
funcp
= printf;
949
(*
funcp
) ("An unrecoverable error has occurred reading %s. (%s)\n", whichfile, strerror(errno));
950
(*
funcp
) ("Please run 'setup' to determine the problem.\n");
Completed in 25 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025