代码搜索结果
找到约 16,607 项符合
Screen 的代码
screen.h
// This may look like C code, but it is really -*- C++ -*-
#ifndef screen_h
#define screen_h 1
#include
#include
#include
/* Handles necessary screen-manipultations. */
screen.cc
/* Handles screen manipulations for screen width and inverse mode. */
#include "screen.h"
#ifndef hpux
extern "C" int tgetent(void *, const char *);
extern "C" int tgetnum(const char*);
extern "C" ch
screen.cpp
/*
Copyright (c) 2002, Thomas Kurschel
based on Screen Preferences Panel written for OpenBeOS by Rafael Romo
Part of Radeon Screen Preferences
Application object
*/
// Screen V0.9 build 1 by
screen.java
/*
* @(#)Screen.java 1.124 01/08/21
* Copyright (c) 1999-2001 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the confidential and proprietary information of Sun
* Microsystems,
screen.2
.TH screen 2
.SH Name
screen \- gateway packet screening facility
.SH Syntax
.nf
#include
#include
int mode;
struct screen_data sdata;
struct screen_stats sstats;
.PP
i
screen.2
.TH screen 2
.SH Name
screen \- gateway packet screening facility
.SH Syntax
.nf
#include
#include
int mode;
struct screen_data sdata;
struct screen_stats sstats;
.PP
i
screen.h
/*
* SCCSID: @(#)screen.h 4.2 ULTRIX 1/25/91
* Based on:
* $Header: /sparky/a/davy/system/nfswatch/RCS/screen.h,v 3.0 91/01/23 08:23:26 davy Exp $
*
* screen.h - definitions for the display scree
screen.cpp
#include
using std::cerr;
using std::cout;
using std::endl;
#include "screen.h"
// --------------------------
// Screen static data members
// --------------------------
Scree
screen.h
#ifndef SCREEN_H
#define SCREEN_H
#include
using std::string;
class Screen {
public:
enum CursorMovements {
HOME, FORWARD, BACK, UP, DOWN, END
};
typedef Screen& (Scr
screen.cpp
#include
using std::cerr;
using std::cout;
using std::endl;
#include "screen.h"
// --------------------------
// Screen static data members
// --------------------------
Scree