HomeSort by: relevance | last modified time | path
    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 24 milliseconds