代码搜索:oriented
找到约 6,870 项符合「oriented」的源代码
代码结果 6,870
www.eeworm.com/read/242082/4556140
c cowseg.c
/*
COW : Character Oriented Windows
cowseg.c : segment order fix utility
NOTE : This is my (SAR) copy of the DOSSEG tool.
It only allows addition of the Force segment comment to MASM .OBJ
www.eeworm.com/read/242082/4556154
asm glock.asm
;*
;* COW : Character Oriented Windows
;*
;* glock.asm : Global memory allocator - Locking procedures
.xlist
include kernel.inc
include galloc.inc
.list
sBegin KERNEL
assumes CS
www.eeworm.com/read/242082/4556160
asm handle.asm
;*
;* COW : Character Oriented Windows
;*
;* handle.asm : handle table control
TITLE HANDLE - Handle Table Manager
include kernel.inc
include galloc.inc
; This code assumes the followi
www.eeworm.com/read/242082/4556166
asm debug5.asm
;*
;* COW : Character Oriented Windows
;*
;* debug5.asm : debug support for OS/2
include kernel.inc
IFDEF DEBUG ;* entire file!!
externFP
sBegin KERNEL
assumes C
www.eeworm.com/read/242082/4556173
asm gwinterf.asm
;*
;* COW : Character Oriented Windows
;*
;* gwinterf.asm : Global memory allocator - Windows interface procs
.xlist
include kernel.inc
include galloc.inc
.list
IFDEF DEBUG
CheckH
www.eeworm.com/read/242082/4556174
asm kerninit.asm
;*
;* COW : Character Oriented Windows
;*
;* kerninit : kernel initialization procedure / kernel exit procedure
include kernel.inc
include galloc.inc ;* for hi_hexpand
include indrv.inc ;
www.eeworm.com/read/242082/4556202
asm ldreloc.asm
;*
;* COW : Character Oriented Windows
;*
;* ldreloc.asm : loader relocation
;* * NOTE : non-conforming procedures (DS == psLom)
;* * NOTE : this code cloned from loader/loadrelo.asm
TITLE LO
www.eeworm.com/read/242082/4556217
h kinput.h
/*
COW : Character Oriented Windows
kinput.h : Kernel Input module header
*/
#include /* mouse driver */
/***BEGIN_PUBLIC***/
extern BYTE PASCAL fMousePresent; /* valid af
www.eeworm.com/read/242082/4556246
h inkbd.h
/*
CW: Character Oriented Windows
inkbd.h: Installable keyboard driver CW info
*/
/***BEGIN_PUBLIC***/
/* Key state masks for keyboard messages (in HIWORD(lParam)) */
#define KK_EXTENDED
www.eeworm.com/read/234134/4660886
h _sedit.h
/*
COW : Character Oriented Windows
_sedit.h : single line edit specific stuff
*/
/* * Range for valid wParam for WM_CHAR (9 bits) */
/* NOTE : be careful if you change these */
#define wE