代码搜索:oriented
找到约 6,870 项符合「oriented」的源代码
代码结果 6,870
www.eeworm.com/read/11175/207536
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/11175/207537
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/11175/207565
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/11175/207580
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/11175/207609
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/480878/1313364
readme
Expat, Release 1.95.2
This is expat, a C library for parsing XML, written by James Clark.
Expat is a stream-oriented XML parser. This means that you register
handlers with the parser before star
www.eeworm.com/read/242657/4550720
readme
Introduction
------------
RMCast is a reliable source-ordered multicast protocol implementation
for message-oriented multi-sender group communication built on top of
IPv4 multicast. It uses sequence
www.eeworm.com/read/242082/4556083
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
www.eeworm.com/read/242082/4556103
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/242082/4556113
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