diff options
| author | 2024-04-25 21:24:10 +0100 | |
|---|---|---|
| committer | 2024-04-25 22:32:27 +0000 | |
| commit | 2d04cacc5322951f187bb17e017c12920ac8ebe2 (patch) | |
| tree | 80ee017efa878dfd5344b44249e6a241f2a7f6e2 /v4.0/src/H/UTILMID3.H | |
| parent | Merge pull request #430 from jpbaltazar/typoptbr (diff) | |
| download | ms-dos-main.tar.gz ms-dos-main.tar.xz ms-dos-main.zip | |
Diffstat (limited to 'v4.0/src/H/UTILMID3.H')
| -rw-r--r-- | v4.0/src/H/UTILMID3.H | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/v4.0/src/H/UTILMID3.H b/v4.0/src/H/UTILMID3.H new file mode 100644 index 0000000..1b70812 --- /dev/null +++ b/v4.0/src/H/UTILMID3.H | |||
| @@ -0,0 +1,100 @@ | |||
| 1 | /* SCCSID = @(#)utilmid3.h 5.13 87/05/05 */ | ||
| 2 | |||
| 3 | #define MSG_SPOOL_WTRUNC_ERROR 1425 /* cannot release filling file - print */ | ||
| 4 | #define MSG_SPOOL_OPEN_ERROR 1426 /* cannot delete filling file - print */ | ||
| 5 | #define MSG_SPOOL_SIG_ERROR 1427 /* cannot delete printing file - print */ | ||
| 6 | #define MSG_SPOOL_MACH_ERROR 1428 /* cannot hold filling file - print */ | ||
| 7 | #define MSG_SPOOL_RUN_PRINT_DATA 1429 /* spool running with print data redir */ | ||
| 8 | #define MSG_SPOOL_RUN_DEVICE 1430 /* spool print run on device */ | ||
| 9 | #define MSG_INSTALL_SIMUL_PIPS 1960 /* pips being executed simultaneously */ | ||
| 10 | #define MSG_INSTALL_UNKNOWN_CMD 1961 /* not recognize cmd in pip */ | ||
| 11 | #define MSG_INSTALL_PANEL_ERROR 1962 /* cannot display panel */ | ||
| 12 | #define MSG_INSTALL_FILE_CREATE_ERR 1963 /* cannot create the file */ | ||
| 13 | #define MSG_INSTALL_LABEL_NOT_FOUND 1964 /* cannot find the label */ | ||
| 14 | #define MSG_INSTALL_FILE_NOT_FOUND 1965 /* cannot find file */ | ||
| 15 | #define MSG_INSTALL_FILE_NAME_ERR 1966 /* unacceptable file name */ | ||
| 16 | #define MSG_INSTALL_FILE_OPEN_ERR 1967 /* file open error */ | ||
| 17 | #define MSG_INSTALL_MEM_ALLOC_ERR 1968 /* memory allocation error */ | ||
| 18 | /* 1969 not used */ | ||
| 19 | #define MSG_INSTALL_UNBAL_COMMENTS 1970 /* cannot read part of pip */ | ||
| 20 | #define MSG_INSTALL_SYNTAX_ERR 1971 /* syntax error */ | ||
| 21 | #define MSG_INSTALL_UNSPEC_CHOICE 1972 /* missing choice parameter */ | ||
| 22 | #define MSG_INSTALL_SHELL_ADD_ERR 1973 /* title on program selector */ | ||
| 23 | #define MSG_INSTALL_DUPLICATE_LABEL 1974 /* duplicate label name */ | ||
| 24 | #define MSG_INSTALL_UNSUCCESSFUL 1975 /* not able to install */ | ||
| 25 | #define MSG_INSTALL_HY_HDR 1976 /* history file header */ | ||
| 26 | #define MSG_INSTALL_HY_TITLE 1977 /* history file title */ | ||
| 27 | #define MSG_INSTALL_HY_CRDATE 1978 /* history file date */ | ||
| 28 | #define MSG_INSTALL_HY_UPDATE 1979 /* history file update */ | ||
| 29 | #define MSG_TRC_NOT_ACTIVE 1397 /* trace not active */ | ||
| 30 | /* 1980 not used */ | ||
| 31 | #define MSG_TRC_ABEND 1981 /* not properly formatted */ | ||
| 32 | /* 1982 - 1984 not used */ | ||
| 33 | #define MSG_INSTALL_BAD_PIP_EXT 1985 /* bad pip extension */ | ||
| 34 | /* 1986 - 1990 unused */ | ||
| 35 | #define MSG_EDLIN_INVALID_DOS_VER 1991 /* Invalid DOS version$ */ | ||
| 36 | #define MSG_EDLIN_Y_IS_FOR_YES 1992 /* Answer for abort and OK questions */ | ||
| 37 | #define MSG_EDLIN_FILENAME_NOT_SPEC 1993 /* Filename must be specified */ | ||
| 38 | #define MSG_EDLIN_INVALID_PARAMETER 1994 /* Invalid parameter */ | ||
| 39 | #define MSG_EDLIN_FILE_READ_ONLY 1061 /* File is read only */ | ||
| 40 | /* 1995 not used */ | ||
| 41 | #define MSG_EDLIN_TOO_MANY_FILES 1996 /* Too many files are open */ | ||
| 42 | #define MSG_EDLIN_READ_ERROR_IN 1997 /* Read error in %S */ | ||
| 43 | #define MSG_EDLIN_CANNOT_EDIT 1998 /* Cannot edit .BAK file -- rename file */ | ||
| 44 | #define MSG_EDLIN_DISK_FULL 1999 /* Disk full edits lost */ | ||
| 45 | #define MSG_EDLIN_INSUFFICIENT_MEM 8 /* Insufficient memory */ | ||
| 46 | /* 2000not used */ | ||
| 47 | #define MSG_EDLIN_ENTRY_ERROR 2001 /* Syntax entry error */ | ||
| 48 | #define MSG_EDLIN_NEW_FILE 2002 /* New file */ | ||
| 49 | #define MSG_EDLIN_NOT_FOUND 2003 /* Cannot find string specified */ | ||
| 50 | #define MSG_EDLIN_OKAY 2004 /* Okay OK? */ | ||
| 51 | #define MSG_EDLIN_LINE_TOO_LONG 2005 /* The line is too long */ | ||
| 52 | #define MSG_EDLIN_END_INPUT_FILE 2006 /* End of the input file */ | ||
| 53 | #define MSG_EDLIN_ABORT_EDIT 2007 /* Abort edit Y/N ? */ | ||
| 54 | #define MSG_EDLIN_SPECIFY_LINE_NO 2008 /* Must specify destination line number */ | ||
| 55 | #define MSG_EDLIN_NOT_ENOUGH_ROOM 2009 /* Not enough room to merge entire file */ | ||
| 56 | #define MSG_GRAFT_ENG_VER 2010 /* Eng version */ | ||
| 57 | #define MSG_GRAFT_CANFR_VER 2011 /* Canfrench version */ | ||
| 58 | #define MSG_GRAFT_PORT_VER 2012 /* Portugese version */ | ||
| 59 | #define MSG_GRAFT_NORD_VER 2013 /* Nordic version */ | ||
| 60 | #define MSG_GRAFT_ENG_LOAD 2014 /* Eng version loaded */ | ||
| 61 | #define MSG_GRAFT_CANFR_LOAD 2015 /* Canadian French version loaded */ | ||
| 62 | #define MSG_GRAFT_PORT_LOAD 2016 /* Portugese version loaded */ | ||
| 63 | #define MSG_GRAFT_NORD_LOAD 2017 /* Nordic version loaded */ | ||
| 64 | #define MSG_GRAFT_NO_LOAD 2018 /* No Graftable loaded */ | ||
| 65 | #define MSG_GRAFT_ALREAD_LOAD 2019 /* Graftable already loaded */ | ||
| 66 | #define MSG_GRAFT_INCOR_PARM 1001 /* Graftable incorrect parm */ | ||
| 67 | /* 2020 not used */ | ||
| 68 | #define MSG_GRAFT_PARM_SUP 2021 /* Graftable parameter supported */ | ||
| 69 | /* 2022 - 2024 unused */ | ||
| 70 | /* 2025 - 2031 basemid */ | ||
| 71 | /* 2032 - 2034 unused */ | ||
| 72 | #define MSG_FDISK_ESC_TO_CREATE 2035 /* press escape to create logical drive */ | ||
| 73 | /* 2036 - 2039 unused */ | ||
| 74 | #define MSG_DCOPY_WRITE_ERROR 2040 /* Unrecoverable error writing to */ | ||
| 75 | /* 2041 - 2045 */ | ||
| 76 | #define MSG_APPEND_NO_DIR 2046 /* no append dir */ | ||
| 77 | #define MSG_APPEND_ASSIGN_CONFLICT 2047 /* assign conflict */ | ||
| 78 | #define MSG_APPEND_TOPVIEW_CONFLICT 2048 /* topview conflict */ | ||
| 79 | #define MSG_APPEND_ALREADY_INSTALLED 2049 /* append is already installed */ | ||
| 80 | #define MSG_APPEND_INVAL_PATH_PARM 2050 /* invalid path or parameter */ | ||
| 81 | #define MSG_APPEND_INVAL_PATH 2050 /* invalid path */ | ||
| 82 | #define MSG_APPEND_INCOR_APPEND_VER 2052 /* incorrect append version */ | ||
| 83 | /* 2053 - 2055 */ | ||
| 84 | #define MSG_UNEXPEC_ERROR_ENC 2056 /* unexpected error encountered */ | ||
| 85 | /* 2057 - 2070 basemid */ | ||
| 86 | #define MSG_FMT_SKIPPING 2071 /* skipping ADOS files */ | ||
| 87 | #define MSG_FMT_SYS_SKIP 2072 /* files skipped during xfer */ | ||
| 88 | /* 2073 - 2075 unused */ | ||
| 89 | #define MSG_PROG_DOS 2076 /* to refer to the PCDOS mode box */ | ||
| 90 | #define MSG_PROG_MORE 2077 /* more data to be scrolled */ | ||
| 91 | /* 2078 - 2080 unused */ | ||
| 92 | #define MSG_INSTALL_SELECT 2081 /* syntax error SELECT/ESELECT block */ | ||
| 93 | /* 2082 - 2085 unused */ | ||
| 94 | #define MSG_LOST_LIBRARY 2086 /* the library is lost */ | ||
| 95 | #define MSG_SETCOM_OPEN_ERROR 2087 /* unable to open a port */ | ||
| 96 | #define MSG_SETCOM_DISABLE 2088 /* port has been disabled */ | ||
| 97 | #define MSG_SETCOM_ENABLE 2089 /* port has been enabled */ | ||
| 98 | #define MSG_BIND_RESERVED 2090 /* unable to load the program */ | ||
| 99 | /* 2091 - 2999 unused */ | ||
| 100 | /* 3000 - 3100 reserved for IBM Far East */ | ||