Home
last modified time | relevance | path

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

/openbsd/src/games/hack/
Dhack.topl.c74 struct topl { struct
75 struct topl *next_topl; argument
115 struct topl *tl; in remember_topl()
125 tl = (struct topl *) in remember_topl()
126 alloc(sizeof(struct topl) + slen); in remember_topl()
DMakequest24 hack.termcap.c hack.timeout.c hack.topl.c\
53 hack.termcap.o hack.timeout.o hack.topl.o\
180 hack.topl.o: hack.h
DMakefile13 hack.timeout.c hack.topl.c hack.track.c hack.trap.c hack.tty.c \
/openbsd/src/usr.bin/mail/
Dcmd1.c406 int c, topl, lines, lineb; in top() local
410 topl = 5; in top()
413 topl = atoi(valtop); in top()
414 if (topl < 0 || topl > 10000) in top()
415 topl = 5; in top()
428 for (lines = 0; lines < c && lines <= topl; lines++) { in top()
/openbsd/src/gnu/usr.bin/perl/
Dpp.c1346 UV topl, topr; in PP() local
1350 topl = ((UV)il) >> (UVSIZE * 4 - 1); in PP()
1359 ((topl+1) | (topr+1)) in PP()
1948 UV topl, topr; in PP() local
1952 topl = ((UV)il) >> (UVSIZE * 8 - 2); in PP()
1958 if (!( ((topl+1) | (topr+1)) & 2)) { in PP()
Dpp_hot.c1835 UV topl, topr; in PP() local
1839 topl = ((UV)il) >> (UVSIZE * 8 - 2); in PP()
1845 if (!( ((topl+1) | (topr+1)) & 2)) { in PP()
/openbsd/src/lib/libcurses/
DCaps-ncurses214 #enter_topline_mode topl str tp - - ----K start top-line mode