HomeSort by: relevance | last modified time | path
    Searched refs:cornline (Results 1 - 4 of 4) sorted by relevancy

  /src/games/hack/
hack.o_init.c 236 cornline(0, "Discoveries");
242 cornline(1, typename(i));
247 cornline(3, NULL);
249 cornline(2, NULL);
hack.pager.c 256 * cornline(0, title or 0) : initialize
257 * cornline(1, text) : add text to the chain of texts
258 * cornline(2, morcs) : output everything and cleanup
259 * cornline(3, 0) : cleanup
263 cornline(int mode, const char *text) function in typeref:typename:void
278 cornline(1, text); /* title */
279 cornline(1, ""); /* blank line */
hack.invent.c 741 cornline(0, NULL);
747 cornline(1, xprname(otmp, ilet));
756 cornline(2, any);
862 cornline(0, "Things that are here:");
866 cornline(1, doname(otmp));
884 cornline(1, gbuf);
888 cornline(3, NULL);
891 cornline(2, NULL);
extern.h 300 void cornline(int, const char *);

Completed in 13 milliseconds