Home
last modified time | relevance | path

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

/openbsd-src/games/hack/
H A Dhack.termcap.c88 char *tbufptr, *pc; in startup() local
92 tbufptr = tbuf; in startup()
99 if ((pc = tgetstr("pc", &tbufptr))) in startup()
101 if(!(BC = tgetstr("le", &tbufptr))) { in startup()
104 BC = tbufptr; in startup()
105 tbufptr += 2; in startup()
108 HO = tgetstr("ho", &tbufptr); in startup()
113 if(!(CL = tgetstr("cl", &tbufptr))) in startup()
115 ND = tgetstr("nd", &tbufptr); in startup()
118 CE = tgetstr("ce", &tbufptr); in startup()
[all …]