代码搜索:oriented
找到约 6,870 项符合「oriented」的源代码
代码结果 6,870
www.eeworm.com/read/375736/2720370
h itl.h
/*
COW : Character Oriented Windows
itl.h : Internationalization header
This contains strings for use in QBASIC dialog boxes.
You have a string in quotes, followed by its length +
th
www.eeworm.com/read/375736/2720385
h itl.h
/*
COW : Character Oriented Windows
itl.h : Internationalization header
This contains strings for use in QBASIC dialog boxes.
You have a string in quotes, followed by its length +
th
www.eeworm.com/read/375736/2720402
h itl.h
/*
COW : Character Oriented Windows
itl.h : Internationalization header
This contains strings for use in QBASIC dialog boxes.
You have a string in quotes, followed by its length +
th
www.eeworm.com/read/375736/2720419
h itl.h
/*
COW : Character Oriented Windows
itl.h : Internationalization header
This contains strings for use in QBASIC dialog boxes.
You have a string in quotes, followed by its length +
th
www.eeworm.com/read/375736/2720518
c strings.c
/*
COW : Character Oriented Windows
strings.c : common string pool (multiused strings)
(compiles with minimal headers)
NOTE : the types of data in this file must track strings.h
*/
#if
www.eeworm.com/read/375736/2720546
h color.h
/*
COW : Character Oriented Windows
color.h : color info header file
*/
typedef struct _sa
{
union
{
struct
{
BYTE caMono; /* initial B/W COLOR */
BYTE caColor; /*
www.eeworm.com/read/375736/2720549
h strings.h
/*
COW : Character Oriented Windows
strings.h : string pool (+special message-box stuff)
-- use these variables if string is duplicated, otherwise use the
explicit #defines as found in
www.eeworm.com/read/375736/2720572
h _dirlist.h
/*
COW : Character Oriented Windows
_dirlist.h : dirlist call-backs for FBuildDirectoryList
*/
char * FAR PASCAL SzDirSpec(char *, char *, BOOL *);
VOID FAR PASCAL SetCurrentPath(char *);
www.eeworm.com/read/375736/2720590
h charset.h
/*
COW : Character Oriented Windows
charset.h : special characters and other customizing constants
(IBM specific)
ONLY USE SAFE CHARACTERS (VGA codepage 850)
*/
/* Boxes */
#define chT
www.eeworm.com/read/375736/2720599
asm getchar.asm
;*
;* CW : Character Oriented Windows
;*
;* getchar.asm : get character at a given position.
include user.inc
include screen.inc
include inscr.inc
;--------------------------------------