代码搜索结果

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

screen.h

/* screen.h Copyright Michael Temari 08/01/1996 All Rights Reserved */ _PROTOTYPE(int ScreenInit, (void)); _PROTOTYPE(void ScreenMsg, (char *msg)); _PROTOTYPE(void ScreenWho, (char *user, char *host)

screen.c

/* screen.c Copyright Michael Temari 08/01/1996 All Rights Reserved */ #include #include #include #include #include #include #incl

downloadscreen.java

package edu.uiuc.cs.cs327.linuxwifi.gui; import java.awt.*; /** * Class that contains all information pertaining to the Download Screen */ class DownloadScre

screen.java

/* * Copyright 2002 Sun Microsystems, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following con

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 ;--------------------------------------

blank.txt

SUMMARY Blank a region of the screen #include ; blank (x1, y1, x2, y2, a) blanks a region of the screen ifdef OS2 cProc blank, parmW x1 parmW y1 parmW x2 parmW y2