代码搜索:oriented
找到约 6,870 项符合「oriented」的源代码
代码结果 6,870
www.eeworm.com/read/260597/4330588
h listbox.h
/*
COW : Character Oriented Windows
listbox.h : listbox cow private interface
*/
#define PwfnCtlLb(pwnd) (*((PWFN_CTL *) &pwnd->rgwExtra[cwExtraMin]))
/* Listbox Styles */
/*#define LB
www.eeworm.com/read/260597/4330652
h gadebug.h
/*
COW : Character Oriented Windows
gacheck.h : header info for checking global heap
*/
#include "handle.h"
/* * Additional Types */
typedef int (FAR PASCAL *FARPROC)(); /* Medium Mod
www.eeworm.com/read/260597/4330654
h ladebug.h
/*
COW : Character Oriented Windows
lacheck.h : header info for checking local heap
*/
#include "handle.h"
/* * Additional Types */
typedef int (FAR PASCAL *FARPROC)(); /* Medium Model
www.eeworm.com/read/260597/4330659
asm lddebug.asm
;*
;* COW : Character Oriented Windows
;*
;* lddebug.asm : debugger support
TITLE LDDEBUG - Debugger interface procedures
.xlist
?LDDEBUG = 1
include kernel.inc
include handle.inc
.
www.eeworm.com/read/260597/4330666
asm mouses3.asm
;*
;* COW : Character Oriented Windows
;*
;* mouses3.asm : DOS 3 version for mouse save routines
title mouses3 - Mouse save stuff
include kernel.inc
;**********************************
www.eeworm.com/read/260597/4330674
asm krun2.asm
TOGGLE EQU 1 ; degine the toggle
;*
;* COW : Character Oriented Windows
;*
;* krun2.asm : Alternate Run/Exec (for shell)
;* *KLUDGE* included by "krun.asm" if EXEC_ALTERNATE.
www.eeworm.com/read/260597/4330681
h itl.h
/*
COW : Character Oriented Windows
itl.h : Internationalization header
*/
#ifdef LANGUAGE_ENGLISH
#define szOk "OK"
#define cchOk (2+4)
/* chAccelOk no accelerator */
#define szYe
www.eeworm.com/read/260597/4330693
h uisa.h
/*
COW : Character Oriented Windows
uisa.h : Master table of isa's
*/
/***BEGIN_PUBLIC***/
#ifndef NOCOLOR
/* * General colors */
#define isaBackground 0
#define isaHilite 1 /* hi
www.eeworm.com/read/260597/4330705
h uedit.h
/* COW : Character Oriented Windows
uedit.h: Definitions for user Edit
*/
/***BEGIN_PUBLIC***/
#ifndef NOWNDMACROS
#define wndEdit(id, fBorder, fEnabled, ax, ay, dax, day, pwndParent
www.eeworm.com/read/260597/4330708
h inscreen.h
/*
CW: Character Oriented Windows
inscreen.h: Installable screen driver CW info
*/
#include /* installable driver */
#include /* installable driver */
/***BEGI