代码搜索:Undocumented

找到约 466 项符合「Undocumented」的源代码

代码结果 466
www.eeworm.com/read/353746/10422156

docs check.docs

#!/bin/sh LANG=C if test -z "$DOC_MODULE"; then # extract from Makefile eval `grep '^DOC_MODULE' Makefile | sed 's/ //g'` if test -z "$DOC_MODULE"; then echo Failed extracting DOC_MODULE from Ma
www.eeworm.com/read/145991/5741023

asm lastdrv2.asm

; LASTDRV2.ASM -- uses undocumented DOS ; this version fixes a misprint in the first and second printings of ; UNDOCUMENTED DOS, p. 45 assume cs:_TEXT, ds:_DATA, ss:_STACK _STACK segm
www.eeworm.com/read/145991/5741071

c truename.c

/* TRUENAME.C revised from version in first and second printings of UNDOCUMENTED DOS, pp. 190-191. To use in DOS 4 and higher (which have an undocumented TRUENAME internal command built into
www.eeworm.com/read/120207/14809765

asm lastdrv2.asm

; LASTDRV2.ASM -- uses undocumented DOS ; this version fixes a misprint in the first and second printings of ; UNDOCUMENTED DOS, p. 45 assume cs:_TEXT, ds:_DATA, ss:_STACK _STACK segm
www.eeworm.com/read/120207/14809836

c truename.c

/* TRUENAME.C revised from version in first and second printings of UNDOCUMENTED DOS, pp. 190-191. To use in DOS 4 and higher (which have an undocumented TRUENAME internal command built into
www.eeworm.com/read/478549/1350636

asm lastdrv2.asm

; LASTDRV2.ASM -- uses undocumented DOS ; this version fixes a misprint in the first and second printings of ; UNDOCUMENTED DOS, p. 45 assume cs:_TEXT, ds:_DATA, ss:_STACK _STACK segm
www.eeworm.com/read/478549/1350684

c truename.c

/* TRUENAME.C revised from version in first and second printings of UNDOCUMENTED DOS, pp. 190-191. To use in DOS 4 and higher (which have an undocumented TRUENAME internal command built into
www.eeworm.com/read/180437/5283873

asm lastdrv2.asm

; LASTDRV2.ASM -- uses undocumented DOS ; this version fixes a misprint in the first and second printings of ; UNDOCUMENTED DOS, p. 45 assume cs:_TEXT, ds:_DATA, ss:_STACK _STACK segm
www.eeworm.com/read/180437/5283921

c truename.c

/* TRUENAME.C revised from version in first and second printings of UNDOCUMENTED DOS, pp. 190-191. To use in DOS 4 and higher (which have an undocumented TRUENAME internal command built into
www.eeworm.com/read/145991/5741011

c lddpmi.c

/* LDDPMI.C -- undocumented DOS call from DPMI Revised substantially from the version in UNDOCUMENTED DOS, pp. 74-80 This is a DOS program that starts out in real mode, and uses DPMI to switch