代码搜索:scroll
找到约 4,241 项符合「scroll」的源代码
代码结果 4,241
www.eeworm.com/read/103192/6220569
h _scroll.h
/*
COW : Character Oriented Windows
_scroll.h : scroll bar stuff
*/
/* ptElevator is the physical position of the elevator */
#define PtElevatorSb(pwnd) ((BYTE)((pwnd)->ptElevatorSb & 0xf
www.eeworm.com/read/103192/6220577
c scroll.c
/*
COW : Character Oriented Windows
scroll.c : scroll bar control
*/
#define COW
#include
#define SCROLL
#include
#include
#include
#inc
www.eeworm.com/read/101082/6242456
c scroll.c
#ifdef lint
static char *sccsid = "@(#)scroll.c 4.1 (ULTRIX) 7/2/90";
#endif lint
# include "curses.ext"
/*
* This routine scrolls the window up a line.
*
* 7/8/81 (Berkeley) @(#)scroll.c 1.2
*/
www.eeworm.com/read/101082/6243008
c scroll.c
# include "curses.ext"
/*
* This routine scrolls the window up a line.
*
* 6/1/83 (Berkeley) @(#)scroll.c 1.3
*/
scroll(win)
reg WINDOW *win; {
reg char *sp;
reg int i;
reg char *temp;
if
www.eeworm.com/read/101015/6261997
h scroll.h
/*
COW : Character Oriented Windows
scroll.h : scroll bar cow private interface
*/
#define cwExtraScroll 5 /* size of rgwExtra for scroll windows */
/* scroll bar definitions */
#def
www.eeworm.com/read/101015/6262013
h _scroll.h
/*
COW : Character Oriented Windows
_scroll.h : scroll bar stuff
*/
/* ptElevator is the physical position of the elevator */
#define PtElevatorSb(pwnd) ((BYTE)((pwnd)->ptElevatorSb & 0xf
www.eeworm.com/read/101015/6262021
c scroll.c
/*
COW : Character Oriented Windows
scroll.c : scroll bar control
*/
#define COW
#include
#define SCROLL
#include
#include
#include
#inc
www.eeworm.com/read/100046/6274439
h scroll.h
/* scroll.h - This header represents the interface to the Scroll library. The
Scroll library provides a simple tty interface to a Windows app. This app is
similar to a console app except that
www.eeworm.com/read/100046/6274442
c scroll.c
/* scroll.c implements the Scroll library. See the header, scroll.h, for the app
interface. The Scroll library provides a simple tty interface to a Windows app.
This app is similar to a conso
www.eeworm.com/read/468830/6283393