代码搜索结果

找到约 16,607 项符合 Screen 的代码

clearok.3cur

.TH clearok 3cur .SH Name clearok \- enable screen clearing .SH Syntax .B #include .PP .br .B int clearok(win, bf) .br .B WINDOW \(**win; .br .B bool bf; .SH Description .NXR "clearok sub

curses.3x

.\" SCCSID: @(#)curses.3x 8.1 9/11/90 .TH curses 3x .SH Name curses \- screen functions with optimal cursor motion .SH Syntax .B cc [ flags ] files .B \-lcurses \-ltermcap [ libraries ] .SH Descriptio

screen.c

#ifndef lint static char *sccsid = "@(#)screen.c 4.2 (ULTRIX) 1/25/91"; #endif /* Based on: * RCSid = "$Header: /sparky/a/davy/system/nfswatch/RCS/screen.c,v 3.0 91/01/23 08:23:23 davy Exp $"; */ /

screen.c

#ifndef lint static char *sccsid = "@(#)screen.c 4.1 (ULTRIX) 11/23/87"; #endif lint /************************************************************************ * * * Copyright (c) 1985 by

screen.c

#ifndef lint static char *sccsid = "@(#)screen.c 4.2 (ULTRIX) 9/1/88"; #endif #include "externs.h" #include #include extern int choke(); readpos() { register int n; reg

screen.h

/* COW: Character Oriented Windows screen.h: cow private screen interface */ /*****************************************************************************/ /* characters */ #include

inswap.asm

;* ;* CW : Character Oriented Windows ;* ;* inswap.asm : screen swapping (for installable screen) .xlist include user.inc include uisa.inc ;* for isa's include screen.inc ;* screen stu

_menu.h

/* COW : Character Oriented Windows _menu.h : menu private info */ /* Menu Bar */ #define ayMenu ((AY) 0) /* menu at top of screen */ #define axMenuMin ((AX) 0) /* start at left of screen

screen.asm

;* ;* COW : Character Oriented Windows ;* ;* screen.asm : installable screen drivers title screen - Screen control code for CW .xlist include user.inc include uisa.inc ;* for isa's in

getchar.asm

;* ;* CW : Character Oriented Windows ;* ;* getchar.asm : get character at a given position. include user.inc include screen.inc include inscr.inc ;--------------------------------------