Home
last modified time | relevance | path

Searched refs:cornline (Results 1 – 4 of 4) sorted by relevance

/openbsd/games/hack/
H A Dhack.o_init.c238 cornline(0, "Discoveries"); in dodiscovered()
244 cornline(1, typename(i)); in dodiscovered()
249 cornline(3, NULL); in dodiscovered()
251 cornline(2, NULL); in dodiscovered()
H A Dhack.invent.c691 cornline(0, NULL); in doinv()
696 cornline(1, xprname(otmp, ilet)); in doinv()
702 cornline(2, any); in doinv()
803 cornline(0, "Things that are here:"); in dolook()
807 cornline(1, doname(otmp)); in dolook()
825 cornline(1, gbuf); in dolook()
830 cornline(3, NULL); in dolook()
833 cornline(2, NULL); in dolook()
H A Dhack.pager.c254 cornline(int mode, char *text) in cornline() function
269 cornline(1, text); /* title */ in cornline()
270 cornline(1, ""); /* blank line */ in cornline()
H A Dhack.h504 void cornline(int, char *);