代码搜索:oriented
找到约 6,870 项符合「oriented」的源代码
代码结果 6,870
www.eeworm.com/read/234134/4660885
h color.h
/*
COW : Character Oriented Windows
color.h : color info header file
*/
typedef struct _sa
{
union
{
struct
{
BYTE caMono; /* initial B/W COLOR */
BYTE caColor; /*
www.eeworm.com/read/234134/4660888
h strings.h
/*
COW : Character Oriented Windows
strings.h : string pool (+special message-box stuff)
-- use these variables if string is duplicated, otherwise use the
explicit #defines as found in
www.eeworm.com/read/234134/4660911
h _dirlist.h
/*
COW : Character Oriented Windows
_dirlist.h : dirlist call-backs for FBuildDirectoryList
*/
char * FAR PASCAL SzDirSpec(char *, char *, BOOL *);
VOID FAR PASCAL SetCurrentPath(char *);
www.eeworm.com/read/234134/4660929
h charset.h
/*
COW : Character Oriented Windows
charset.h : special characters and other customizing constants
(IBM specific)
ONLY USE SAFE CHARACTERS (VGA codepage 850)
*/
/* Boxes */
#define chT
www.eeworm.com/read/234134/4660938
asm getchar.asm
;*
;* CW : Character Oriented Windows
;*
;* getchar.asm : get character at a given position.
include user.inc
include screen.inc
include inscr.inc
;--------------------------------------
www.eeworm.com/read/234134/4660956
asm gcompact.asm
;*
;* COW : Character Oriented Windows
;*
;* gcompact.asm : global compaction
;* * NOTE :assumes stack never moves !
TITLE GCOMPACT - Global memory compactor
.xlist
include kernel.inc
www.eeworm.com/read/234134/4660987
asm ldstack.asm
;*
;* COW : Character Oriented Windows
;*
;* ldstack.asm : stack walking
TITLE LDSTACK - stack walking procedures
.xlist
include kernel.inc
include galloc.inc
.list
;**************
www.eeworm.com/read/234134/4660998
asm gfixcomp.asm
;*
;* COW : Character Oriented Windows
;*
;* gfixcomp.asm : global fixed compaction
;* * NOTE :
TITLE GFIXCOMP - Global Memory compacted for fixed blocks
.xlist
include kernel.inc
include
www.eeworm.com/read/234134/4661002
asm gmemory3.asm
;*
;* COW : Character Oriented Windows
;*
;* gmemory3.asm : Global memory for DOS 3
;* * NOTE : the old size of the block is stored in the last 2 bytes
;* * of the MSDOS arena !!
TITLE GMEMO
www.eeworm.com/read/234134/4661043
h uscreen.h
/*
COW: Character Oriented Windows
uscreen.h: Public definitions for USER screen and box
*/
/***BEGIN_PUBLIC***/
#ifndef NOCOLOR
#define DiMake(dm, isa) ((WORD) ((dm) | (isa)))
/* -