代码搜索:oriented
找到约 6,870 项符合「oriented」的源代码
代码结果 6,870
www.eeworm.com/read/234134/4660906
inc edityp.inc
;*
;* COW : Character Oriented Windows
;*
;* edityp.inc : Multi-line edit manager main structures
;* * REVIEW : these should be cleaned up.
;* * REVIEW : this should be generated from "umedit.h"
www.eeworm.com/read/234134/4660916
h _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
www.eeworm.com/read/234134/4660943
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/234134/4660961
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/234134/4660967
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/234134/4660973
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/234134/4660980
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/234134/4660981
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/234134/4661009
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/234134/4661024
h kinput.h
/*
COW : Character Oriented Windows
kinput.h : Kernel Input module header
*/
#include /* mouse driver */
/***BEGIN_PUBLIC***/
extern BYTE PASCAL fMousePresent; /* valid af