代码搜索:oriented
找到约 6,870 项符合「oriented」的源代码
代码结果 6,870
www.eeworm.com/read/103192/6220520
c medit.c
/*
COW : Character Oriented Windows
(COW USER EDIT)
medit.c : multiline edit manager (C portion)
*/
#define COW
#include
#ifdef EDIT_FULLMGR /* entire file */
#include
www.eeworm.com/read/103192/6220529
asm overlutl.asm
;*
;* COW : Character Oriented Windows
;*
;* util.asm : user utilities (DOS 3 & 5)
title util - low level utilities for COW USER
.xlist
include user.inc
.list
sBegin USER_CORE
a
www.eeworm.com/read/103192/6220550
c sdm.c
/*
CW : Character Oriented Windows
sdm.c : Standard Dialog Manager (COW variant)
from Windows SDM Version 1.3 (2/14/86)
*/
#ifndef LATER
#define wParamLater 0
#endif
#define COW
#i
www.eeworm.com/read/103192/6220555
h static.h
/*
COW : Character Oriented Windows
static.h : static cow private interface
*/
/* Static Text Styles */
#define SS_LEFT 0 /* left justified text */
#define SS_CENTER 1 /* centered te
www.eeworm.com/read/103192/6220557
inc user.inc
;*
;* COW : Character Oriented Windows
;*
;* user.inc : user assembly segments
.xlist
include cow.inc
.list
IFDEF COW_SWAPPED
createSeg INIT,INIT,BYTE,PUBLIC,CODE ;* init code
crea
www.eeworm.com/read/103192/6220566
c dirlist3.c
/*
COW : Character Oriented Windows
(COW USER DIALOG)
dirlist3.c : DOS3 version of FBuildDirectoryList
*/
#define COW
#include
#ifdef LISTBOX_DIR /* entire file */
#defi
www.eeworm.com/read/103192/6220588
c menucore.c
/*
COW : Character Oriented Windows
menucore.c : menu handler
Contains functions that must be in core segment.
*/
#define COW
#include
#include
#include
www.eeworm.com/read/103192/6220633
c assertns.c
/*
COW : Character Oriented Windows
assertns.c : AssertFailed() procedures for DOS 3/5 non-swapped
*/
#define COW
#include
#include /* for EndCow() */
#define LINT_
www.eeworm.com/read/101082/6243572
2 l6.2
#print
Misc. Useful Features - The Outer Editor I
You may remember that we said at the outset that vi is built on top of
another, line-oriented, editor, called 'ex'. Whenever you use a colon
co
www.eeworm.com/read/101015/6261952
asm kanji.asm
;*
;* CW : Character Oriented Windows
;*
;* kanji.asm : Kanji (DBCS) support routines
.xlist
include user.inc
IFDEF KANJI ;* entire file
include kanji.inc
.list
sBegin USER_CORE