代码搜索:oriented
找到约 6,870 项符合「oriented」的源代码
代码结果 6,870
www.eeworm.com/read/375736/2720545
h util.h
/*
COW : Character Oriented Windows
util.h : utilities, cow private interface
Cmerge definitions from util.asm + sdmasm.asm
*/
#ifdef DUAL
#define NEARorFAR FAR
#else /*!DUAL*/
#defi
www.eeworm.com/read/375736/2720551
c dirlist.c
/*
COW : Character Oriented Windows
(COW USER DIALOG)
dirlist.c : Directory dir list control
*/
#define COW
#include
#ifdef LISTBOX_DIR /* entire file */
#define DIRLIST
www.eeworm.com/read/375736/2720555
c color.c
/*
COW : Character Oriented Windows
color : default colors
SWAP TUNE NOTE : belongs in INIT module !!!!
*/
#define COW
#include
#include
#include
#includ
www.eeworm.com/read/375736/2720568
asm inswap.asm
;*
;* CW : Character Oriented Windows
;*
;* inswap.asm : screen swapping (for installable screen)
.xlist
include user.inc
include uisa.inc ;* for isa's
include screen.inc ;* screen stu
www.eeworm.com/read/375736/2720571
h dirlist.h
/*
COW : Character Oriented Windows
dialog.h : dialog specific stuff
*/
/* File find info; it's the DOS 3 structure, but we mimic it for OS/2. */
typedef struct _fde
{
char reserved[21]
www.eeworm.com/read/375736/2720573
c case.c
/*
COW : Character Oriented Windows
case.c: conversion of foreign lower case to upper case
*/
#define COW
#include
#include "case.h"
/*
-- SzLcUc: maps lower -> upper case
www.eeworm.com/read/375736/2720610
c echotime.c
/*
COW : Character Oriented Windows
echotime.c : a simple ECHOTIME utility
echo arguements, replace /t with ctime time
*/
#include
#include
main(argc, argv)
int
www.eeworm.com/read/375736/2720624
asm startup.asm
;*
;* COW : Character Oriented Windows
;*
;* startup.asm : kernel init for DOS 3/5 non-swapped
include kernel.inc
include indrv.inc
include inscr.inc ;* for inst
;----------------------
www.eeworm.com/read/375736/2720626
asm ldthunk.asm
;*
;* COW : Character Oriented Windows
;*
;* ldthunk.asm : code THUNK reloader
TITLE LDTHUNK - THUNK handler
.xlist
include kernel.inc
include galloc.inc
include sstack.inc
.list
www.eeworm.com/read/375736/2720632
c promptc.c
/*
COW : Character Oriented Windows
prompt.c : Default PromptSwapDisk routine
(english only, app should provide their own)
*/
#define COW
#include
#include
#include