代码搜索:oriented

找到约 6,870 项符合「oriented」的源代码

代码结果 6,870
www.eeworm.com/read/254811/4380245

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/254811/4380255

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/254811/4380257

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/254811/4380263

c promptc.c

/* COW : Character Oriented Windows prompt.c : Default PromptSwapDisk routine (english only, app should provide their own) */ #define COW #include #include #include
www.eeworm.com/read/254811/4380281

inc kernel.inc

;* ;* COW : Character Oriented Windows ;* ;* kernel.inc : kernel include file .xlist include cow.inc include lom.inc .list ;* * must import from version file (for swapped versions) ;* c
www.eeworm.com/read/254811/4380283

asm mouse.asm

;* ;* COW : Character Oriented Windows ;* ;* mouse.asm : mouse input control title mouse - Mouse control code for COW KERNEL INPUT include kernel.inc include uevent.inc ;* for mouse mes
www.eeworm.com/read/254811/4380284

asm ldseg.asm

;* ;* COW : Character Oriented Windows ;* ;* ldseg.asm : segment loader .xlist include kernel.inc include galloc.inc include rlb.inc ;* relocation info .list IFDEF DEBPUB PUBLI
www.eeworm.com/read/254811/4380303

asm galloc.asm

;* ;* COW : Character Oriented Windows ;* ;* galloc.asm : global memory allocation TITLE GALLOC - Global memory allocator .xlist include kernel.inc include galloc.inc include pbi.inc
www.eeworm.com/read/254811/4380315

h kmem.h

/* COW : Character Oriented Windows kmem.h : Kernel Memory module header + misc Kernel stuff */ /***BEGIN_PUBLIC***/ extern BYTE PASCAL fShellPresent; /* DOS 3 : SHELL.EXE hook */ HAN
www.eeworm.com/read/254811/4380323

h uutil.h

/* COW : Character Oriented Windows uutil.h : Definitions for User Windows Cmerge definitions from util.asm + sdmasm.asm */ #include /* installable driver */ /***BEGIN_PUB