Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/less/
Dforwback.c32 extern int oldbot;
277 else if (!oldbot) in back()
Doutput.c25 extern int oldbot;
247 if (!oldbot) in error()
Dopttbl.c51 int oldbot; /* Old bottom of screen behavior {{REMOVE}} */ variable
403 BOOL, OPT_OFF, &oldbot, NULL,
Dscreen.c88 extern int oldbot;
688 if (oldbot) in clear_bot()
Dcommand.c48 extern int oldbot;
/openbsd/src/games/hack/
Dhack.pri.c657 char oldbot[100], newbot[100]; variable
662 if(lth < sizeof(oldbot)) { in cornbot()
663 oldbot[lth] = 0; in cornbot()
671 char *ob = oldbot, *nb = newbot, *bp; in bot()
727 (void) strlcpy(oldbot, newbot, sizeof oldbot); in bot()