代码搜索:oriented
找到约 6,870 项符合「oriented」的源代码
代码结果 6,870
www.eeworm.com/read/242082/4556110
c parse.c
/*
COW : Character Oriented Windows
parse.c : Parsing functions for SDM
??????? rewrite so non-recursive ????????????
*/
#define COW
#include
#include
#include
www.eeworm.com/read/242082/4556115
h menu.h
/*
COW : Character Oriented Windows
menu.h : menu specific stuff
*/
#define vkMenuPrefix VK_MENU
#define idNil ((WORD) -2) /* allow -1 for wrap backwards */
#define imenuNil idNil
#d
www.eeworm.com/read/242082/4556120
asm sdmasm.asm
;*
;* COW : Character Oriented Windows
;*
;* sdmasm.asm : SDM specific hand coded stuff
title sdmasm - low level utilities for COW SDM
.xlist
include user.inc
.list
sBegin SDM
a
www.eeworm.com/read/242082/4556125
asm screen.asm
;*
;* COW : Character Oriented Windows
;*
;* screen.asm : installable screen drivers
title screen - Screen control code for CW
.xlist
include user.inc
include uisa.inc ;* for isa's
in
www.eeworm.com/read/242082/4556137
h _msgbox.h
/*
COW : Character Oriented Windows
_msgbox.h : message box private structures
*/
#define mbMin 1 /* one based request #s */
typedef struct _mbi
{
char * sz;
WORD cch;
RX rx;
www.eeworm.com/read/242082/4556153
asm gmemory5.asm
;*
;* COW : Character Oriented Windows
;*
;* gmemory5.asm : Global memory for DOS 5
TITLE GMEMORY - Windows interface to DOS memory management DOS 5
.xlist
include kernel.inc
.list
www.eeworm.com/read/242082/4556155
c assertsw.c
/*
COW : Character Oriented Windows
assertsw.c : AssertFailed() procedures for swapped environment
*/
#define COW
#include
#include
#include
#include
www.eeworm.com/read/242082/4556207
h uscroll.h
/*
COW : Character Oriented Windows
uscroll.h: Definitions for User Scroll
*/
/***BEGIN_PUBLIC***/
#ifndef NOSUBSTYLES
/* Scroll bar constants */
#define SBS_HORZ 0
#define SBS_VERT
www.eeworm.com/read/242082/4556222
h umenu.h
/*
COW: Character Oriented Windos
umenu.h : Definitions for User Menu
*/
/***BEGIN_PUBLIC***/
#ifndef NOMENUS
/* hack for nameless unions in CC */
#ifdef CC
#define CC_USZ u
#d
www.eeworm.com/read/242082/4556254
inc newexe.inc
; SCCSWHAT( "@(#)newexe.inc 1.1 87/12/19 16:42:42 " )
;*
;* COW : Character Oriented Windows
;*
;* newexe.inc : Munged version of NEWEXE
;* * things that are not used for COW have been removed