SYMBOL INDEX (724 symbols across 383 files) FILE: cmd/alias.c function cmd_alias (line 17) | int cmd_alias(char *param) FILE: cmd/beep.c function cmd_beep (line 23) | int cmd_beep (char * param) { (void)param; beep (); return 0; } FILE: cmd/break.c function cmd_break (line 18) | int cmd_break(char *param) FILE: cmd/call.c function optScanFct (line 40) | optScanFct(opt_call) function cmd_call (line 60) | int cmd_call (char * param) { FILE: cmd/cdd.c function cmd_cdd (line 9) | int cmd_cdd(char *param) FILE: cmd/chcp.c function cmd_chcp (line 34) | int cmd_chcp(char *param) FILE: cmd/chdir.c function cmd_chdir (line 9) | int cmd_chdir(char *param) FILE: cmd/cls.c function cmd_cls (line 54) | int cmd_cls (char * param) { FILE: cmd/copy.c type CopySource (line 58) | struct CopySource { function optScanFct (line 72) | optScanFct(opt_copy) function optScanFct (line 84) | optScanFct(opt_copy1) function initContext (line 107) | static void initContext(void) function killContext (line 113) | static void killContext(void) function BIGcopy (line 138) | static int BIGcopy(int fdout, int fdin, int asc) function is_valid_disk (line 226) | static int is_valid_disk(int tstdsk) function copy (line 241) | static int copy(char *dst, char *pattern, struct CopySource *src function copyFiles (line 463) | static int copyFiles(struct CopySource *h) function cpyFlags (line 482) | static int cpyFlags(void) type CopySource (line 487) | struct CopySource type CopySource (line 488) | struct CopySource type CopySource (line 490) | struct CopySource function addSource (line 502) | static int addSource(char *p) function cmd_copy (line 541) | int cmd_copy(char *rest) FILE: cmd/ctty.c function devAttr (line 51) | static void devAttr(int fd) function cmd_ctty (line 72) | int cmd_ctty(char *param) FILE: cmd/date.c function optScanFct (line 55) | optScanFct(opt_date) function my_setdate (line 67) | static int my_setdate(const char *s) function cmd_date (line 82) | int cmd_date(char *param) FILE: cmd/del.c function optScanFct (line 63) | optScanFct(opt_del) function cmd_del (line 74) | int cmd_del(char *param) FILE: cmd/dir.c type currDir (line 218) | struct currDir { type ffblk (line 235) | struct ffblk type bignum (line 258) | typedef struct _bignum function bignum_add (line 264) | static void bignum_add(bignum *big, bignum *to_add) function printLFNname (line 276) | static void printLFNname(char *shortName, char *ext) function descGetNextToken (line 328) | static int descGetNextToken(char *buf, int fn, int maxlen) function showDescription (line 372) | static void showDescription(const char *shortName, char *ext) function scanAttr (line 427) | static int scanAttr(const char *p) function scanOrder (line 468) | static int scanOrder(const char *p) function optScanFct (line 520) | optScanFct(opt_dir) function pause (line 562) | static int pause(void) function incline (line 574) | static int incline(void) function flush_nl (line 589) | static int flush_nl(void) function dir_print_header (line 603) | static int dir_print_header(int drive) function print_summary (line 704) | static int print_summary(unsigned long files function print_total (line 720) | static int print_total function dir_print_free (line 738) | static int dir_print_free(unsigned long dirs) function DisplaySingleDirEntry (line 816) | static int DisplaySingleDirEntry(struct ffblk *file, struct currDir *cDir) function orderFunction (line 929) | static int orderFunction(const void *p1, const void *p2) function flushOrder (line 995) | static int flushOrder(struct ffblk _seg *orderArray, function dir_list (line 1022) | static int dir_list(int pathlen function dir_print_body (line 1190) | static int dir_print_body(char *arg, unsigned long *dircount) function cmd_dir (line 1275) | int cmd_dir (char * rest) { function cmd_vol (line 1330) | int cmd_vol (char * rest) { FILE: cmd/dirs.c function cmd_dirs (line 13) | int cmd_dirs (char * param) { FILE: cmd/doskey.c function cmd_doskey (line 11) | int cmd_doskey (char * param) { FILE: cmd/echo.c function cmd_echo (line 32) | int cmd_echo(char *param) FILE: cmd/exit.c function internal_exit (line 11) | int internal_exit (char * rest) { (void)rest; exitflag = 1; return 0; } FILE: cmd/exit2.c function force_exit (line 12) | int force_exit (char * rest) { (void)rest; canexit = exitflag = 1; retur... FILE: cmd/fddebug.c function cmd_fddebug (line 30) | int cmd_fddebug(char *param) FILE: cmd/for.c type forErrors (line 30) | typedef enum { function forErrors (line 34) | static forErrors checkFOR(char * param /* in: command line */ function doFOR (line 150) | static int doFOR (char * varname, char * varE, char * param, char * paramE, function cmd_for (line 252) | int cmd_for(char *param) function cmd_for_hackery (line 297) | int cmd_for_hackery(char *Xparam) FILE: cmd/goto.c function cmd_goto (line 44) | int cmd_goto(char *param) FILE: cmd/history.c function cmd_history (line 46) | int cmd_history(char *param) FILE: cmd/if.c function cmd_if (line 46) | int cmd_if(char *param) FILE: cmd/lfnfor.c function cmd_lfnfor (line 23) | int cmd_lfnfor(char *param) FILE: cmd/memory.c function displayTag (line 21) | static void displayTag(int string, Context_Tag tag) function displayTag1 (line 30) | static void displayTag1(int string, Context_Tag tag) function cmd_memory (line 40) | int cmd_memory (char * param) { FILE: cmd/mkdir.c function recursive_mkdir (line 20) | int recursive_mkdir(const char * path, int recursiveMode, int quiet) function cmd_mkdir (line 67) | int cmd_mkdir(char *param) FILE: cmd/path.c function cmd_path (line 33) | int cmd_path(char *param) FILE: cmd/pause.c function cmd_pause (line 31) | int cmd_pause (char * param) { FILE: cmd/popd.c function cmd_popd (line 19) | int cmd_popd(char *param) FILE: cmd/prompt.c function cmd_prompt (line 14) | int cmd_prompt(char *param) FILE: cmd/pushd.c function cmd_pushd (line 20) | int cmd_pushd(char *param) FILE: cmd/rem.c function cmd_rem (line 9) | int cmd_rem (char * param) { (void)param; return 0; } FILE: cmd/ren.c function myfnsplit (line 31) | void myfnsplit( const char *path, function myfnmerge (line 85) | void myfnmerge( char *path, const char *drive, const char *dir, function cmd_rename (line 112) | int cmd_rename(char *param) FILE: cmd/rmdir.c type dos_ffblk (line 37) | struct dos_ffblk type dos_ffblk (line 56) | struct dos_ffblk type dos_ffblk (line 56) | struct dos_ffblk function recursive_rmdir (line 124) | int recursive_rmdir(const char * path, int recursiveMode, int quiet) function cmd_rmdir (line 184) | int cmd_rmdir(char *param) FILE: cmd/set.c function optScanFct (line 32) | optScanFct(opt_set) function cmd_set (line 52) | int cmd_set(char *param) FILE: cmd/shift.c function cmd_shift (line 30) | int cmd_shift(char *param) FILE: cmd/time.c function optScanFct (line 43) | optScanFct(opt_date) function my_settime (line 55) | static int my_settime(const char *s) function cmd_time (line 69) | int cmd_time(char *param) FILE: cmd/truename.c function cmd_truename (line 31) | int cmd_truename(char *param) FILE: cmd/type.c function cmd_type (line 35) | int cmd_type(char *param) FILE: cmd/verify.c function setverify (line 36) | static inline void setverify(char a) function getverify (line 41) | static inline char getverify(void) function cmd_verify (line 49) | int cmd_verify(char *param) FILE: cmd/which.c function cmd_which (line 69) | int cmd_which(char *param) FILE: include/batch.h type bcontext (line 18) | struct bcontext type bcontext (line 46) | struct bcontext type bcontext (line 53) | struct bcontext type bcontext (line 55) | struct bcontext type bcontext (line 56) | struct bcontext FILE: include/command.h type InternalErrorCodes (line 28) | enum InternalErrorCodes { type CMD (line 179) | struct CMD type CMD (line 186) | struct CMD FILE: include/context.h type word (line 14) | typedef word ctxt_t; type Context_Tag (line 21) | typedef enum { type ctxt_info_t (line 51) | typedef struct { FILE: include/cswap.h type ParamDosExec (line 13) | struct ParamDosExec { type ParamDosExec (line 26) | struct ParamDosExec function XMSrequest (line 40) | static inline unsigned long XMSrequest(unsigned request, unsigned dx, vo... type XMScopy (line 62) | struct XMScopy{ type XMScopy (line 70) | struct XMScopy type XMScopy (line 71) | struct XMScopy FILE: include/datefunc.h type dosdate_t (line 30) | struct dosdate_t type dosdate_t (line 38) | struct dosdate_t type dosdate_t (line 39) | struct dosdate_t FILE: include/infores.h type infotags (line 48) | typedef enum { type infotag (line 58) | typedef struct { type EXE_header (line 64) | struct EXE_header { FILE: include/kswap.h type kswap_t (line 14) | typedef kswap_t _seg *kswap_p; FILE: include/lfnfuncs.h type lfnffblk (line 16) | struct lfnffblk { type locffblk (line 35) | struct locffblk { type lfnffblk (line 59) | struct lfnffblk type lfnffblk (line 61) | struct lfnffblk type lfnffblk (line 62) | struct lfnffblk FILE: include/misc.h type OnOff (line 26) | enum OnOff { /* ON/OFF tester */ type loadStatus (line 34) | typedef enum { type OnOff (line 97) | enum OnOff type dosdate_t (line 182) | struct dosdate_t type dostime_t (line 183) | struct dostime_t FILE: include/resource.h type res_minorid_t (line 21) | typedef unsigned short res_minorid_t; type res_length_t (line 23) | typedef unsigned int res_length_t; type res_length_t (line 25) | typedef unsigned long res_length_t; type res_majorid_t (line 35) | typedef short res_majorid_t; type resource_t (line 37) | typedef struct { /* type of a control area */ FILE: include/timefunc.h type dostime_t (line 31) | struct dostime_t type dostime_t (line 39) | struct dostime_t type dostime_t (line 40) | struct dostime_t FILE: lib/almemblk.c function allocMemBlk (line 21) | unsigned allocMemBlk(const unsigned size, const unsigned Xmode) FILE: lib/alprmblk.c function allocPermBlk (line 50) | unsigned allocPermBlk(const unsigned size, const unsigned mode) FILE: lib/alsysblk.c function allocSysBlk (line 51) | unsigned allocSysBlk(const unsigned size, const unsigned mode) FILE: lib/app_get.c function appendDisable (line 29) | int appendDisable(void) FILE: lib/app_set.c function appendRestore (line 25) | void appendRestore(const int state) FILE: lib/beep_l.c function beep_low (line 47) | void beep_low(void) FILE: lib/beep_n.c function beep (line 49) | void beep(void) FILE: lib/brk_get.c function getbreak (line 43) | int getbreak(void) FILE: lib/brk_set.c function setbreak (line 43) | void setbreak(const int OnOff) /* Off = 0, On = 1 */ FILE: lib/cbreak.c function setCurrentConDev (line 71) | int setCurrentConDev(const char * dnam) function mycprintf (line 83) | static void mycprintf( char *fmt, ... ) function chkCBreak (line 100) | int chkCBreak(int mode) FILE: lib/cbs.c function cutBackslash (line 15) | void cutBackslash(char * const s) FILE: lib/cd_dir.c function cd_dir (line 20) | int cd_dir(char *param, int cdd, const char * const fctname) FILE: lib/cgetch.c function mygetch (line 53) | static int mygetch( void ) function cgetchar (line 64) | int cgetchar(void) FILE: lib/cgettime.c function cgetchar_timed (line 48) | int cgetchar_timed(int secs) FILE: lib/chgctxt.c function weight (line 61) | static unsigned long weight(ctxt_info_t *info) function chgCtxt (line 74) | int chgCtxt(const Context_Tag tag, const char * const name, const char *... FILE: lib/chgdrv.c function changeDrive (line 60) | int changeDrive(int drive) FILE: lib/chgenv.c function chgEnv (line 71) | int chgEnv(const char name[], const char value[]) FILE: lib/chgenvc.c function chgEnvCase (line 57) | int chgEnvCase(const int keepCase, char var[], const char value[]) FILE: lib/chgenvr.c function chgEnvRemove (line 52) | int chgEnvRemove(const char name[], const char value[]) FILE: lib/cmdinput.c type SCRPOS (line 22) | typedef struct { unsigned char col, row; } SCRPOS; function mywherex (line 25) | unsigned mywherex (void) { function mywherey (line 29) | unsigned mywherey (void) { function my_setcursortype (line 42) | static void my_setcursortype( unsigned short state ) function isworddelimiter (line 80) | static int isworddelimiter(unsigned c) function outc (line 88) | void outc(char c) function outblank (line 95) | static void outblank(void) function outs (line 102) | void outs(const char * const s) function outsblank (line 109) | static void outsblank(const char * const s) function clrcmdline (line 114) | static void clrcmdline(char * const str, const unsigned pos, const int m... function numLinesToScroll (line 142) | static unsigned numLinesToScroll(const unsigned curx, unsigned cury, con... function readcommandEnhanced (line 149) | void readcommandEnhanced(char * const str, const int maxlen) FILE: lib/critend.c function critEndRepCheck (line 18) | void critEndRepCheck(void) FILE: lib/critrchk.c function registerCriterRepeatCheckAddr (line 40) | void registerCriterRepeatCheckAddr(word far *p) function critEnableRepeatCheck (line 60) | void critEnableRepeatCheck(void) function critDisableRepeatCheck (line 69) | unsigned critDisableRepeatCheck(void) FILE: lib/ctxt_as.c function ctxtAddStatus (line 27) | int ctxtAddStatus(const Context_Tag tag) FILE: lib/ctxt_chg.c function ctxtChgSize (line 18) | int ctxtChgSize(unsigned tosize) FILE: lib/ctxt_clr.c function clear (line 15) | static int clear(void *arg, word segm, word ofs) function ctxtClear (line 26) | int ctxtClear(const Context_Tag tag) FILE: lib/ctxt_get.c function ctxtGet (line 21) | int ctxtGet (const int remove, const Context_Tag tag, FILE: lib/ctxt_mk.c function ctxtCreate (line 19) | void ctxtCreate(void) FILE: lib/ctxt_mkb.c function ctxtCreateMemBlock (line 26) | void ctxtCreateMemBlock(unsigned length) FILE: lib/ctxt_mkn.c function ctxtMkItemName (line 13) | void ctxtMkItemName(char * const name FILE: lib/ctxt_pop.c function ctxtPop (line 20) | int ctxtPop(const Context_Tag tag, char ** const Xbuf) FILE: lib/ctxt_psh.c function ctxtPush (line 15) | int ctxtPush(const Context_Tag tag, const char * const buf) FILE: lib/ctxt_rnu.c function renumber (line 17) | static int renumber(void *arg, word segm, word ofs) function ctxtRenumberItems (line 35) | void ctxtRenumberItems(const Context_Tag tag) FILE: lib/ctxt_set.c function ctxtSet (line 12) | int ctxtSet(const Context_Tag tag FILE: lib/ctxt_ss.c function scan (line 16) | static int scan (void * arg, word segm, word ofs) { function ctxtScanStatus (line 62) | void ctxtScanStatus(void) FILE: lib/ctxt_vw.c type view_t (line 18) | typedef struct { function view (line 26) | static int view (void * arg, word segm, word ofs) { function ctxtView (line 36) | int ctxtView(const Context_Tag tag, const unsigned empty) FILE: lib/curdatel.c type dosdate_t (line 53) | struct dosdate_t FILE: lib/curtime.c type dostime_t (line 49) | struct dostime_t FILE: lib/dateget.c function _dos_getdate (line 50) | void _dos_getdate(struct dosdate_t *d) FILE: lib/dateset.c function _dos_setdate (line 50) | unsigned _dos_setdate(struct dosdate_t *d) FILE: lib/dbg_c.c function dbg_outc (line 44) | void dbg_outc (int ch) { putc (ch, dbg_logfile); } FILE: lib/dbg_mem.c function dbg_printmem (line 63) | void dbg_printmem (void) { FILE: lib/dbg_prnt.c function dbg_print (line 50) | void dbg_print(const char fmt[], ...) FILE: lib/dbg_s.c function dbg_outs (line 44) | void dbg_outs (const char *const s) { FILE: lib/dbg_sn.c function dbg_outsn (line 44) | void dbg_outsn (const char *const s) { FILE: lib/delay.c function delay (line 14) | void delay(unsigned ms) FILE: lib/devopen.c function devopen (line 52) | int devopen(char *const fnam, int mode) FILE: lib/dfn_err.c function display_errno_fnam_error (line 23) | void display_errno_fnam_error(const char * const fnam) FILE: lib/dispcnt.c function dispCount (line 45) | void dispCount(int cnt, unsigned base_id) FILE: lib/dispexit.c function displayExitcode (line 18) | void displayExitcode(void) FILE: lib/drvnum.c function drvNum (line 47) | int drvNum(int drive) FILE: lib/efct_001.c function error_env (line 55) | void error_env(int base, int err_no, const char * const var) FILE: lib/err1.c function error_invalid_switch (line 15) | void error_invalid_switch(char c) FILE: lib/err10.c function error_out_of_memory (line 15) | void error_out_of_memory(void) FILE: lib/err11.c function error_syntax (line 15) | void error_syntax(const char * const s) FILE: lib/err12.c function error_nothin_to_do (line 15) | void error_nothin_to_do(void) FILE: lib/err13.c function error_selfcopy (line 15) | void error_selfcopy(const char * const s) FILE: lib/err14.c function error_long_batchline (line 15) | void error_long_batchline(const char * const fnam, long linenr) FILE: lib/err15.c function error_bfile_vanished (line 15) | void error_bfile_vanished(const char * const fnam) FILE: lib/err16.c function error_bfile_no_such_label (line 15) | void error_bfile_no_such_label(const char * const fnam, const char * con... FILE: lib/err17.c function error_invalid_time (line 15) | void error_invalid_time(void) FILE: lib/err18.c function error_env_var (line 15) | void error_env_var(const char * const var) FILE: lib/err19.c function error_env_var_not_found (line 15) | void error_env_var_not_found(const char * const var) FILE: lib/err2.c function error_invalid_lswitch (line 15) | void error_invalid_lswitch(const char * const str) FILE: lib/err20.c function error_filename_too_long (line 15) | void error_filename_too_long(const char * const fname) FILE: lib/err21.c function error_command_too_long (line 15) | void error_command_too_long(void) FILE: lib/err22.c function error_line_too_long (line 15) | void error_line_too_long(void) FILE: lib/err23.c function error_tempfile (line 15) | void error_tempfile(void) FILE: lib/err24.c function error_close_quote (line 15) | void error_close_quote(int quote) FILE: lib/err25.c function error_illformed_option (line 15) | void error_illformed_option(const char * const s) FILE: lib/err26.c function error_opt_arg (line 15) | void error_opt_arg(const char * const str) FILE: lib/err27.c function error_opt_noarg (line 15) | void error_opt_noarg(const char * const str) FILE: lib/err28.c function error_leading_plus (line 15) | void error_leading_plus(void) FILE: lib/err29.c function error_trailing_plus (line 15) | void error_trailing_plus(void) FILE: lib/err3.c function error_too_many_parameters (line 15) | void error_too_many_parameters(const char * const s) FILE: lib/err30.c function error_open_file (line 15) | void error_open_file(const char * const fnam) FILE: lib/err31.c function error_read_file (line 15) | void error_read_file(const char * const fnam) FILE: lib/err32.c function error_write_file (line 15) | void error_write_file(const char * const fnam) FILE: lib/err33.c function error_write_file_disc_full (line 15) | void error_write_file_disc_full(const char * const fnam, const unsigned ... FILE: lib/err34.c function error_copy (line 15) | void error_copy(void) FILE: lib/err35.c function error_nothing_to_do (line 15) | void error_nothing_to_do(void) FILE: lib/err36.c function error_invalid_number (line 15) | void error_invalid_number(const char * const s) FILE: lib/err37.c function error_init_fully_qualified (line 15) | void error_init_fully_qualified(const char * const s) FILE: lib/err38.c function error_corrupt_command_line (line 15) | void error_corrupt_command_line(void) FILE: lib/err39.c function error_quoted_c_k (line 15) | void error_quoted_c_k(void) FILE: lib/err4.c function error_path_not_found (line 15) | void error_path_not_found(void) FILE: lib/err40.c function error_ctty_excluded (line 15) | void error_ctty_excluded(void) FILE: lib/err41.c function error_l_notimplemented (line 15) | void error_l_notimplemented(void) FILE: lib/err42.c function error_u_notimplemented (line 15) | void error_u_notimplemented(void) FILE: lib/err43.c function error_restore_session (line 15) | void error_restore_session(void) FILE: lib/err44.c function error_save_session (line 15) | void error_save_session(void) FILE: lib/err45.c function error_no_rw_device (line 15) | void error_no_rw_device(const char * const devname) FILE: lib/err46.c function error_ctty_dup (line 15) | void error_ctty_dup(const char * const devname) FILE: lib/err47.c function error_no_cwd (line 15) | void error_no_cwd(int drive) FILE: lib/err48.c function error_kswap_alias_size (line 15) | void error_kswap_alias_size(void) FILE: lib/err49.c function error_kswap_allocmem (line 15) | void error_kswap_allocmem(void) FILE: lib/err5.c function error_file_not_found (line 15) | void error_file_not_found(void) FILE: lib/err50.c function error_if_exist (line 15) | void error_if_exist(void) FILE: lib/err51.c function error_if_errorlevel (line 15) | void error_if_errorlevel(void) FILE: lib/err52.c function error_if_errorlevel_number (line 15) | void error_if_errorlevel_number(void) FILE: lib/err53.c function error_if_command (line 15) | void error_if_command(void) FILE: lib/err54.c function error_alias_out_of_memory (line 15) | void error_alias_out_of_memory(void) FILE: lib/err55.c function error_alias_insert (line 15) | void error_alias_insert(void) FILE: lib/err56.c function error_alias_no_such (line 15) | void error_alias_no_such(const char * const name) FILE: lib/err57.c function error_loading_context (line 15) | void error_loading_context(void) FILE: lib/err58.c function error_dirfct_failed (line 15) | void error_dirfct_failed(const char * const fctname, const char * const ... FILE: lib/err59.c function error_no_alias_name (line 15) | void error_no_alias_name(const char name[]) FILE: lib/err6.c function error_sfile_not_found (line 15) | void error_sfile_not_found(const char * const f) FILE: lib/err60.c function error_history_size (line 15) | void error_history_size(const char s[]) FILE: lib/err61.c function error_context_out_of_memory (line 15) | void error_context_out_of_memory(void) FILE: lib/err62.c function error_no_context_after_swap (line 15) | void error_no_context_after_swap(void) FILE: lib/err63.c function error_out_of_dos_memory (line 15) | void error_out_of_dos_memory(void) FILE: lib/err64.c function error_context_length (line 15) | void error_context_length(unsigned long islen, unsigned maxlen) FILE: lib/err65.c function error_context_add_status (line 15) | void error_context_add_status(void) FILE: lib/err66.c function error_empty_redirection (line 15) | void error_empty_redirection(void) FILE: lib/err67.c function error_redirect_from_file (line 15) | void error_redirect_from_file(const char * const fnam) FILE: lib/err68.c function error_redirect_to_file (line 15) | void error_redirect_to_file(const char * const fnam) FILE: lib/err69.c function error_bad_mcb_chain (line 15) | void error_bad_mcb_chain(void) FILE: lib/err7.c function error_req_param_missing (line 15) | void error_req_param_missing(void) FILE: lib/err70.c function error_unknown (line 15) | void error_unknown(int err) FILE: lib/err71.c function error_invalid_drive (line 15) | void error_invalid_drive(int drive) FILE: lib/err72.c function error_no_env (line 15) | void error_no_env(void) FILE: lib/err73.c function error_on_off (line 15) | void error_on_off(void) FILE: lib/err74.c function error_invalid_date (line 15) | void error_invalid_date(void) FILE: lib/err75.c function error_for_bad_var (line 15) | void error_for_bad_var(void) FILE: lib/err76.c function error_for_in (line 15) | void error_for_in(void) FILE: lib/err77.c function error_for_parens (line 15) | void error_for_parens(void) FILE: lib/err78.c function error_for_do (line 15) | void error_for_do(void) FILE: lib/err79.c function error_for_no_command (line 15) | void error_for_no_command(void) FILE: lib/err8.c function error_bad_command (line 15) | void error_bad_command(const char * const f) FILE: lib/err80.c function error_goto_label (line 15) | void error_goto_label(void) FILE: lib/err81.c function error_get_codepage (line 15) | void error_get_codepage(void) FILE: lib/err82.c function error_set_codepage (line 15) | void error_set_codepage(void) FILE: lib/err83.c function error_copy_plus_destination (line 15) | void error_copy_plus_destination(void) FILE: lib/err84.c function error_invalid_parameter (line 15) | void error_invalid_parameter(const char * const str) FILE: lib/err85.c function error_fcom_is_device (line 15) | void error_fcom_is_device(const char * const fnam) FILE: lib/err86.c function error_fcom_invalid (line 15) | void error_fcom_invalid(const char * const fnam) FILE: lib/err87.c function error_exe_corrupt (line 15) | void error_exe_corrupt(void) FILE: lib/err9.c function error_no_pipe (line 15) | void error_no_pipe(void) FILE: lib/exec.c type fcb (line 68) | struct fcb { type fcb (line 73) | struct fcb type fcb (line 94) | struct fcb type ExecBlock (line 108) | struct ExecBlock type ExecBlock (line 118) | struct ExecBlock function exec (line 120) | int exec(const char *cmd, char *cmdLine, const unsigned segOfEnv) FILE: lib/exec1.c function setErrorLevel (line 62) | void setErrorLevel(int rc) FILE: lib/farread.c function DOSreadwrite (line 52) | static unsigned DOSreadwrite(int fd, void far *buffer, unsigned size, function farread (line 67) | size_t farread(int fd, void far*buf, size_t length) function farwrite (line 74) | size_t farwrite(int fd, void far*buf, size_t length) function farread (line 79) | size_t farread(int fd, void far*buf, size_t length) function farwrite (line 89) | size_t farwrite(int fd, void far*buf, size_t length) function sfn_open (line 99) | int sfn_open(const char *pathname, int flags) function dos_close (line 117) | int dos_close(int fd) function dos_read (line 127) | int dos_read(int fd, void *buf, unsigned int len) function dos_write (line 132) | int dos_write(int fd, const void *buf, unsigned int len) function sfn_creat_common (line 137) | static int sfn_creat_common(const char *pathname, int attr, int new) function sfn_creat (line 159) | int sfn_creat(const char *pathname, int attr) function sfn_creatnew (line 164) | int sfn_creatnew(const char *pathname, int attr) FILE: lib/fdattr.c function fdattr (line 48) | int fdattr(const int fd) FILE: lib/fdevopen.c function FILE (line 47) | FILE *fdevopen(char *const fnam, const char *const mode) FILE: lib/fdsattr.c function fdsetattr (line 28) | int fdsetattr(const int fd, const int attr) FILE: lib/filecomp.c function do_complete (line 59) | static int do_complete(char *str, unsigned charcount, int show) function complete_filename (line 213) | void complete_filename(char *str, unsigned charcount) function show_completion_matches (line 218) | int show_completion_matches(char *str, unsigned charcount) FILE: lib/fillcomp.c function fillComp (line 71) | static void fillComp(char * const dst function fillFnam (line 118) | void fillFnam(char *dest, const char * const pattern FILE: lib/freep.c function freep (line 45) | void freep(char **p) FILE: lib/frsysblk.c function freeSysBlk (line 48) | void freeSysBlk (const unsigned segm) { FILE: lib/gallstr.c function dosGetAllocStrategy (line 46) | int dosGetAllocStrategy(void) FILE: lib/get1mcb.c function word (line 47) | word GetFirstMCB(void) FILE: lib/goxy.c function goxy (line 55) | void goxy(const unsigned char x, const unsigned char y) FILE: lib/grabfcom.c function grabComFilename (line 72) | int grabComFilename(const int warn, const char far * const fnam) FILE: lib/gumblink.c function dosGetUMBLinkState (line 46) | int dosGetUMBLinkState(void) FILE: lib/hdlrctxt.c function view (line 20) | static int view (void *arg, word segm, word ofs) { function breakVarAssign (line 28) | int breakVarAssign(ctxt_t context, char * const s, char ** const value) FILE: lib/hist_get.c function histGet (line 23) | int histGet(const int num, char * const str, const unsigned len) FILE: lib/hist_set.c function histSet (line 19) | void histSet(const int num, const char * const str) FILE: lib/inputdos.c function readcommandDOS (line 66) | void readcommandDOS(char * const str, int maxlen) FILE: lib/is_empty.c function is_empty (line 14) | int is_empty(const char *s) FILE: lib/is_fnamc.c function is_fnchar (line 51) | int is_fnchar(const int c) FILE: lib/is_fnstr.c function is_fnstr (line 14) | int is_fnstr(const char * const s) FILE: lib/is_pchr.c function is_pathdelim (line 39) | int is_pathdelim(const int c) FILE: lib/isadev.c function isadev (line 44) | int isadev(const int fd) FILE: lib/keyprsd.c function keypressed (line 47) | int keypressed(void) FILE: lib/lastdget.c function lastDirGet (line 15) | void lastDirGet(char ** const buf) FILE: lib/lastdset.c function lastDirSet (line 15) | void lastDirSet(void) FILE: lib/leadopt.c function leadOptions (line 52) | int leadOptions (char **Xline, optScanner fct, void *const arg){ FILE: lib/lfnfuncs.c function __creat_or_truncate (line 72) | static int __creat_or_truncate( const char * filename, int mode, int code ) function FILE (line 105) | FILE * lfnfopen( const char *filename, const char *mode ) function lfn_creat (line 114) | int lfn_creat( const char *filename, int attr ) function lfnrename (line 121) | int lfnrename( const char *oldfilename, const char *newfilename ) function convert_to_ffblk (line 153) | static void convert_to_ffblk( struct lfnffblk *dosblock, function lfnfindfirst (line 171) | int lfnfindfirst( const char *path, struct lfnffblk *buf, unsigned attr ) function lfnfindnext (line 215) | int lfnfindnext( struct lfnffblk *buf ) function lfnfindclose (line 247) | int lfnfindclose( struct lfnffblk *buf ) function lfnmkdir (line 271) | int lfnmkdir( const char *path ) function lfn_rc_dir (line 289) | static int lfn_rc_dir( const char *path, int func ) function lfnrmdir (line 301) | int lfnrmdir( const char *path ) function lfnchdir (line 306) | int lfnchdir( const char *path ) FILE: lib/lwr1wd.c function partstrlower (line 44) | void partstrlower(char *str) FILE: lib/match.c function match_ (line 62) | int match_(char ** const Xp, const char * const word, int len) FILE: lib/messages.c function unloadMsgs (line 80) | void unloadMsgs(void) function loadStrings (line 103) | static int loadStrings (res_majorid_t major, function msgSegment (line 175) | unsigned msgSegment(void) /* load messages into memory */ FILE: lib/mk_rddir.c function optScanFct (line 21) | optScanFct(opt_md_rd) function mk_rd_dir (line 38) | int mk_rd_dir(char *param, int (*func) (const char *, int recursiveMode,... FILE: lib/msg_dps.c function displayXString (line 67) | static void displayXString(FILE *stream, unsigned id, va_list args) function displayString (line 75) | void displayString(unsigned id,...) function displayError (line 82) | void displayError(unsigned id,...) FILE: lib/msg_gpt.c function getPromptString (line 43) | int getPromptString(unsigned id FILE: lib/msg_mkey.c function mapMetakey (line 46) | int mapMetakey(const char * const str, int ch) FILE: lib/msg_prmp.c function userprompt (line 57) | int userprompt(unsigned id,...) FILE: lib/mux_ae.c function runExtension (line 74) | int runExtension(char * const command, char * const line) FILE: lib/myperror.c function myperror (line 12) | void myperror( const char *msg ) FILE: lib/nls.c function refreshNLS (line 46) | void refreshNLS(void) FILE: lib/num_fmt.c function convert (line 50) | void convert(unsigned long num, unsigned int billions, char * const des) FILE: lib/onoff.c function onoffStr (line 59) | enum OnOff onoffStr(char *line) FILE: lib/openf.c function isDeviceName (line 77) | int isDeviceName(char *const fnam) FILE: lib/optsb.c function optScanBool_ (line 55) | int optScanBool_(const char * const optstr, int bool, const char *arg, i... FILE: lib/optsi.c function optScanInteger_ (line 49) | int optScanInteger_ (const char *const optstr, int bool_v, FILE: lib/optss.c function optScanString_ (line 50) | int optScanString_ (const char *const optstr, int bool_v, FILE: lib/pr_date.c type dosdate_t (line 72) | struct dosdate_t type dosdate_t (line 73) | struct dosdate_t FILE: lib/pr_prmpt.c function printprompt (line 13) | void printprompt(void) FILE: lib/pr_time.c function parsetime (line 71) | int parsetime(const char *s, struct dostime_t * const timep) FILE: lib/prf.c function flushbuf (line 50) | static void flushbuf(FILE *f) function puts (line 56) | int puts(const char *s) function handle_char (line 62) | static void handle_char(int c, FILE *f) function vprintf (line 112) | int vprintf(const char * fmt, va_list arg) function vfprintf (line 117) | int vfprintf(FILE *f, const char * fmt, va_list arg) function printf (line 127) | int printf(const char * fmt, ...) function fprintf (line 135) | int fprintf(FILE *f, const char * fmt, ...) function sprintf (line 143) | int sprintf(char * buff, const char * fmt, ...) function vsprintf (line 151) | int vsprintf(char *buff, const char * fmt, va_list arg) function do_printf (line 159) | int do_printf(FILE *f, const char * fmt, va_list arg) function cso (line 330) | void cso(char c) FILE: lib/prprompt.c function displayPrompt (line 79) | void displayPrompt(const char *pr) FILE: lib/readcmd.c function set_readcommandType (line 14) | int set_readcommandType(int enhanced) function set_readcommandType (line 21) | int set_readcommandType(int enhanced) function readcommand (line 28) | void readcommand(char * const str, int maxlen) FILE: lib/realnum.c function realNum (line 14) | unsigned realNum(const Context_Tag tag, const int num) FILE: lib/res.c function enumResources (line 73) | int enumResources(res_majorid_t id FILE: lib/res_r.c function filelength (line 98) | static long int filelength(int fd) function enumFileResources (line 113) | int enumFileResources(const char *const fnam FILE: lib/res_vald.c function test_fct (line 28) | static int test_fct (res_majorid_t major, function validResFile (line 38) | int validResFile(const char * const fnam) FILE: lib/res_w.c function startResource (line 65) | void startResource(FILE *f, res_majorid_t major, res_minorid_t minor) function endResource (line 80) | void endResource(FILE *f) FILE: lib/rmtmpfil.c function killtmpfn (line 61) | void killtmpfn(char * const fn) FILE: lib/rtrimcl.c function rtrimcl (line 34) | void rtrimcl(char * const str) FILE: lib/rtrimsp.c function rtrimsp (line 60) | void rtrimsp(char * const str) FILE: lib/salloc.c function dosSetAllocStrategy (line 47) | void dosSetAllocStrategy(int newState) FILE: lib/samefile.c function samefile (line 53) | int samefile(const char * const f1, const char * const f2) FILE: lib/scancmd.c function parseOptions (line 63) | static int parseOptions(optScanner fct, void * const arg, char **argv, i... FILE: lib/scanopt.c function scanOption (line 53) | int scanOption(optScanner fct, void * const ag, char *rest) FILE: lib/session.c function saveSession (line 45) | void saveSession(void) function restoreSession (line 61) | void restoreSession(void) FILE: lib/showcmds.c function showcmds (line 64) | int showcmds (char * rest) { FILE: lib/split.c function addArg (line 54) | static int addArg(char ***Xarg, int *argc, char *sBeg, char **sEnd, int ... FILE: lib/sumblink.c function dosSetUMBLinkState (line 46) | void dosSetUMBLinkState(int newState) FILE: lib/timeget.c function _dos_gettime (line 48) | void _dos_gettime(struct dostime_t *t) FILE: lib/timeset.c function _dos_settime (line 54) | unsigned _dos_settime(struct dostime_t *t) FILE: lib/truncate.c function truncate (line 28) | int truncate(int fd) FILE: lib/vcgetch.c function vcgetchar (line 56) | int vcgetchar(void) FILE: lib/vcgetstr.c function vcgetcstr (line 58) | int vcgetcstr(const char *const legalCh) FILE: shell/batch.c type bcontext (line 101) | struct bcontext type bcontext (line 113) | struct bcontext type bcontext (line 128) | struct bcontext type bcontext (line 129) | struct bcontext function setBatchParams (line 148) | int setBatchParams(char *s) function clearBatchContext (line 161) | static void clearBatchContext(struct bcontext *b) function initBatchContext (line 184) | static void initBatchContext(struct bcontext *b) function exit_batch (line 192) | void exit_batch(void) function exit_all_batch (line 228) | void exit_all_batch(void) type bcontext (line 236) | struct bcontext type bcontext (line 238) | struct bcontext function batch (line 263) | int batch (char * fullname, char * firstword, char * param) { function getbline (line 328) | static int getbline(int fd, char *textline, int len, int bufsize) type ffblk (line 420) | struct ffblk type ffblk (line 448) | struct ffblk FILE: shell/cmdtable.c type CMD (line 50) | struct CMD FILE: shell/command.c function suppl_testMemChain (line 47) | void suppl_testMemChain() {} function stack_check_init (line 96) | void stack_check_init(void) function stack_check (line 109) | int stack_check(const char *commandline) function dup (line 134) | int dup(int fd) function dup2 (line 141) | int dup2(int oldfd, int newfd) function switchar (line 151) | char switchar(void) function isdrive (line 162) | unsigned isdrive(unsigned char cc) { function execute (line 170) | void execute(char *first, char *rest, int lh_lf) function docommand (line 298) | static void docommand(char *line) function parsecommandline (line 468) | void parsecommandline(char *s, int redirect) function expandEnvVars (line 630) | int expandEnvVars(char *ip, char * const line) function process_input (line 761) | int process_input(int xflag, char *commandline) function hangForever (line 903) | static void hangForever(void) function my2e_parsecommandline (line 938) | int cdecl my2e_parsecommandline( char *s ) function main (line 946) | int main(void) FILE: shell/cswapc.c function XMSisactive (line 83) | int XMSisactive(void) function fmemcpy (line 88) | void fmemcpy(void far *d1, void far *s1, unsigned len) function XMScopy (line 98) | __attribute__((noinline)) function XMSinit (line 131) | void XMSinit(void) function XMSexit (line 283) | void XMSexit(void) function InitSwapping (line 309) | void InitSwapping(void) function XMSswapmessagesOut (line 340) | void XMSswapmessagesOut(void) function word (line 365) | word XMSswapmessagesIn(loadStatus *status) function exit (line 445) | void exit(int status) FILE: shell/expalias.c function aliasexpand (line 22) | void aliasexpand(char * const cmd, const int maxlen) FILE: shell/init.c function exitfct (line 67) | void exitfct(void) function optScanFct (line 84) | optScanFct(opt_init) function initialize (line 158) | int initialize(void) FILE: shell/kswap.c function kswapInit (line 31) | int kswapInit(void) function kswapSetISR (line 61) | static void kswapSetISR(void) function kswapRegister (line 72) | void kswapRegister(kswap_p ctxt) function kswapDeRegister (line 106) | void kswapDeRegister(kswap_p ctxt) function kswapMkStruc (line 119) | unsigned kswapMkStruc(const char * const prg, const char * const cmdline) function kswapLoadStruc (line 194) | int kswapLoadStruc(void) FILE: shell/loadhigh.c type error_codes (line 60) | enum error_codes function cmd_loadhigh (line 91) | int cmd_loadhigh(char *rest) function cmd_loadfix (line 117) | int cmd_loadfix(char *rest) type UMBREGION (line 137) | struct UMBREGION function initialise (line 152) | static int initialise(void) function lh_lf (line 196) | static int lh_lf(char *args) function lh_error (line 258) | static void lh_error(int errcode) function findUMBRegions (line 295) | static int findUMBRegions(void) function loadhigh_prepare (line 433) | static int loadhigh_prepare(void) function loadfix_prepare (line 560) | static int loadfix_prepare(void) function loadfix_prepare (line 596) | static int loadfix_prepare(void) function optScanFct (line 621) | optScanFct(opt_lh) function parseArgs (line 642) | static int parseArgs(char *cmdline, char **fnam, char **rest) FILE: shell/module.c function loadModule (line 22) | static int loadModule (res_majorid_t major, function kswap_p (line 77) | kswap_p modContext(void) FILE: shell/redir.c function is_redir (line 36) | static int is_redir(char c) function get_redirection (line 41) | int get_redirection(char *s, char **ifn, char **ofn, int *ofatt) FILE: shell/ver.c function short_version (line 63) | void short_version(void) function optScanFct (line 73) | optScanFct(opt_ver) function cmd_ver (line 92) | int cmd_ver (char * rest) { FILE: strings/fixstrs.c type read_state (line 106) | typedef enum STATE { type dynstring (line 140) | typedef struct { type symKey (line 144) | typedef struct { function appMem_ (line 264) | int appMem_(dynstring *vs, char *s, int length) function fromxdigit (line 280) | unsigned fromxdigit(int ch) function pxerror (line 291) | void pxerror(const char * const msg1, const char * const msg2) function dumpCh (line 296) | void dumpCh(FILE * const f, const unsigned char ch) function dumpString (line 308) | void dumpString(const int stringId) function mapBSEscape (line 342) | int mapBSEscape(char ** const s) function mapSymKey (line 367) | int mapSymKey(char * const p) function loadFile (line 379) | int loadFile(const char * const fnam) function create_make_dependency (line 648) | static int create_make_dependency(void) function main (line 690) | int main(int argc, char **argv) FILE: suppl/cntry.h type Country_ (line 40) | struct Country_ { /* local copy of country information */ type Country (line 88) | typedef struct Country_ Country; FILE: suppl/compat/conio.h function getch (line 9) | static inline int getch(void) FILE: suppl/compat/dos.h function inportb (line 6) | static inline unsigned char inportb (unsigned short int port) function outportb (line 14) | static inline void outportb (unsigned short int port, unsigned char value) function sound (line 20) | static inline void sound(int freq) function nosound (line 28) | static inline void nosound(void) function getpsp (line 43) | static inline unsigned getpsp(void) function getosmajor (line 54) | static inline unsigned char getosmajor(void) FILE: suppl/compat/io.h function filelength (line 19) | static inline long int filelength(int fd) FILE: suppl/dfn.h type DFN_GLOB_t (line 70) | struct DFN_GLOB_t { type DFN_GLOB (line 83) | typedef struct DFN_GLOB_t DFN_GLOB; FILE: suppl/dynstr.h type STR_SAVED_TOKENS_ (line 101) | struct STR_SAVED_TOKENS_ { type STR_SAVED_TOKENS (line 109) | typedef struct STR_SAVED_TOKENS_ STR_SAVED_TOKENS; type STR_QUOTES_ (line 115) | struct STR_QUOTES_ { type STR_QUOTES (line 143) | typedef struct STR_QUOTES_ STR_QUOTES; FILE: suppl/getopt.h type option (line 35) | struct option { type getopt_save_t (line 44) | struct getopt_save_t { type option (line 60) | struct option type option (line 63) | struct option type option (line 66) | struct option type option (line 69) | struct option type getopt_save_t (line 77) | struct getopt_save_t type getopt_save_t (line 79) | struct getopt_save_t FILE: suppl/mcb.h type MCB (line 43) | struct MCB { type SUPPL_verify_alignment_MCB (line 51) | struct SUPPL_verify_alignment_MCB { FILE: suppl/nls.h type SupplTime (line 31) | struct SupplTime { /* Universial time/date structure */ type nlstime (line 40) | typedef struct SupplTime nlstime; FILE: suppl/p-bc.h type byte (line 33) | typedef unsigned char byte; type word (line 34) | typedef unsigned short word; type FLAG (line 35) | typedef int FLAG; type FLAG8 (line 36) | typedef unsigned FLAG8; type dword (line 37) | typedef unsigned long dword; type IREGS (line 53) | typedef struct REGPACK IREGS; FILE: suppl/p-gcc.h type byte (line 49) | typedef unsigned char byte; type word (line 50) | typedef unsigned short word; type FLAG (line 51) | typedef unsigned FLAG; type FLAG8 (line 52) | typedef unsigned FLAG8; type dword (line 54) | typedef unsigned dword; type dword (line 56) | typedef unsigned long dword; type IREGS (line 77) | typedef struct { function CS_ (line 91) | static inline unsigned short CS_(void) function getdisk (line 100) | static inline int getdisk(void) function setdisk (line 107) | static inline int setdisk(int drive) function _dos_getftime (line 115) | static inline int _dos_getftime(int fd, unsigned *date, unsigned *time) function _dos_setftime (line 125) | static inline int _dos_setftime(int fd, unsigned date, unsigned time) function _dos_setvect (line 144) | static inline void _dos_setvect(int intno, void far *vect) function setdta (line 158) | static inline void setdta(void far *dta) FILE: suppl/p-mc.h type DWORD (line 70) | struct DWORD { FILE: suppl/p-pac.h type byte (line 62) | typedef unsigned char byte; type word (line 63) | typedef unsigned word; type byte (line 64) | typedef byte FLAG; type byte (line 65) | typedef byte FLAG8; type dword (line 66) | typedef unsigned long dword; type IREGS (line 91) | typedef struct { FILE: suppl/p-watcom.h type byte (line 37) | typedef unsigned char byte; type word (line 38) | typedef unsigned word; type FLAG (line 39) | typedef unsigned FLAG; type FLAG8 (line 40) | typedef unsigned FLAG8; type dword (line 41) | typedef unsigned long dword; type IREGS (line 62) | typedef struct { FILE: suppl/psp.h type PSP (line 33) | struct PSP { type SUPPL_verify_alignment_PSP (line 79) | struct SUPPL_verify_alignment_PSP { FILE: suppl/src/app_ievx.c function appInitEnvEx (line 51) | int appInitEnvEx(void) FILE: suppl/src/app_ini_.c function appInit_ (line 55) | int appInit_(char * const fnam) FILE: suppl/src/app_init.c function appInit (line 54) | int appInit(const char * const fnam) FILE: suppl/src/cntry.c function savePtr_ (line 136) | static void savePtr_(int *len, dword *tbl, word *ptr) function savePtr_ (line 156) | static void savePtr_(int *len, char far * *tbl, byte far * *ptr) function Country (line 170) | Country *nlsInfo(void) function nlsWriteFallback (line 175) | void nlsWriteFallback(Country *nls) function Country (line 218) | Country *nlsNewInfo(void) function main (line 341) | main(void) FILE: suppl/src/dbgf_chg.c function suppl_log_change (line 56) | void suppl_log_change(suppl_log_csptr_t state) FILE: suppl/src/dbgf_cl.c function suppl_log_chg_list_ (line 73) | void suppl_log_chg_list_(FLAG *flag FILE: suppl/src/dbgf_cle.c function suppl_log_class_enabled (line 58) | int suppl_log_class_enabled(suppl_log_csptr_t str) FILE: suppl/src/dbgf_clg.c function suppl_log_close (line 56) | void suppl_log_close(void) FILE: suppl/src/dbgf_dl.c function suppl_log_del_list_ (line 56) | void suppl_log_del_list_(suppl_log_list_t *list) FILE: suppl/src/dbgf_dpl.c function suppl_log_dup_list (line 56) | void suppl_log_dup_list(suppl_log_list_t *list) FILE: suppl/src/dbgf_et.c function suppl_log_enter (line 79) | void suppl_log_enter(suppl_log_sptr_t library_name FILE: suppl/src/dbgf_ext.c function suppl_log_terminate (line 55) | void suppl_log_terminate(suppl_log_csptr_t loginfo) FILE: suppl/src/dbgf_fl.c function suppl_log_find_list (line 57) | int suppl_log_find_list(suppl_log_list_t *list FILE: suppl/src/dbgf_flg.c function suppl_log_flag_ (line 64) | void suppl_log_flag_(FLAG *flag, suppl_log_sptr_t *str) FILE: suppl/src/dbgf_ien.c function suppl_log_item_enabled (line 60) | int suppl_log_item_enabled(suppl_log_list_t *list FILE: suppl/src/dbgf_lgh.c function suppl_log_log_header (line 69) | void suppl_log_log_header(void) FILE: suppl/src/dbgf_lgi.c function suppl_log_log_item (line 68) | void suppl_log_log_item(suppl_log_csptr_t fmt, ...) function suppl_log_log_vitem (line 76) | void suppl_log_log_vitem(suppl_log_csptr_t fmt, va_list ap) FILE: suppl/src/dbgf_lgt.c function suppl_log_log_trailer (line 59) | void suppl_log_log_trailer(void) FILE: suppl/src/dbgf_lk.c function suppl_log_lock (line 79) | int suppl_log_lock(void) function suppl_log_unlock (line 88) | void suppl_log_unlock(void) FILE: suppl/src/dbgf_log.c function suppl_log_log (line 60) | void suppl_log_log(suppl_log_csptr_t fmt, ...) FILE: suppl/src/dbgf_lv.c function suppl_log_leave (line 58) | void suppl_log_leave(suppl_log_local_data_t *local_data) FILE: suppl/src/dbgf_mfi.c function suppl_log_list_t (line 59) | suppl_log_list_t *suppl_log_mkf_item(int flag, const char * const s FILE: suppl/src/dbgf_mi.c function suppl_log_match_item (line 57) | int suppl_log_match_item(suppl_log_list_t *item FILE: suppl/src/dbgf_mki.c function suppl_log_list_t (line 59) | suppl_log_list_t *suppl_log_mk_item(const char * const s) FILE: suppl/src/dbgf_ml.c function suppl_log_match_list (line 59) | int suppl_log_match_list(suppl_log_list_t *list FILE: suppl/src/dbgf_pop.c function suppl_log_pop (line 56) | void suppl_log_pop(void) FILE: suppl/src/dbgf_prt.c function suppl_log_print_1 (line 87) | int suppl_log_print_1(suppl_log_csptr_t inf_class) function suppl_log_print_2 (line 96) | void suppl_log_print_2(suppl_log_csptr_t fmt, ...) FILE: suppl/src/dbgf_psh.c function suppl_log_push (line 56) | void suppl_log_push(void) FILE: suppl/src/dbgm_chk.c function checkItem (line 66) | static int checkItem(void *arg, word segm) function suppl_testMemChain (line 83) | void suppl_testMemChain(void) FILE: suppl/src/dfndeli2.c function dfndelim2 (line 59) | int dfndelim2(const int ch) FILE: suppl/src/dfndelim.c function dfndelim (line 60) | int dfndelim(const int ch) FILE: suppl/src/dfnexpan.c function chkHeap (line 144) | chkHeap FILE: suppl/src/dfnsplit.c function dfnsplit (line 120) | int dfnsplit(const char * const fnam, char ** const dr, char ** const path FILE: suppl/src/dfnsquee.c function chkHeap (line 92) | chkHeap FILE: suppl/src/dfnstat.c function dfnstat (line 68) | int dfnstat(const char * const fnam) FILE: suppl/src/dmemcmpf.c function _fMemiCmp (line 50) | int _fMemiCmp(unsigned const dseg, unsigned dofs function _fMemiCmp (line 72) | int _fMemiCmp(const byte far * dest, const byte far * src, unsigned length) FILE: suppl/src/dosalloc.c function word (line 80) | word DOSalloc(word length, int mode) FILE: suppl/src/dossize.c function word (line 86) | word resizeBlk(const word segm, const unsigned length) FILE: suppl/src/eeopen.c function FILE (line 58) | FILE *Eopen(const char * const fnam, const char * const mode) FILE: suppl/src/eestrcon.c function chkHeap (line 91) | chkHeap FILE: suppl/src/enosetos.c function eno_setOSerror (line 69) | int eno_setOSerror(int errnr) FILE: suppl/src/env_chg.c function env_change (line 63) | int env_change(word segm, const char * const var, const char * const value) FILE: suppl/src/env_del.c function env_delete (line 58) | void env_delete(word segm) FILE: suppl/src/env_dvar.c function chkMem (line 85) | chkMem FILE: suppl/src/env_find.c function word (line 58) | word env_findVar(const word segm, const char * const var) FILE: suppl/src/env_fora.c function env_forAll (line 70) | int env_forAll(word segm, ENV_WALKFUNC fct, void *arg) FILE: suppl/src/env_free.c function word (line 87) | word env_endOfVars(const word segm) function word (line 105) | word env_firstFree(const word segm) function word (line 116) | word env_freeCount(const word segm) FILE: suppl/src/env_insv.c function env_appVar (line 78) | int env_appVar(word segm, const char * const var, const char * const value) FILE: suppl/src/env_len.c function env_varlen (line 56) | unsigned env_varlen(const word segm, const word offset) FILE: suppl/src/env_mtch.c function env_matchVar (line 74) | int env_matchVar(word segm, char * const var) FILE: suppl/src/env_new.c function word (line 53) | word env_create(const unsigned length) FILE: suppl/src/env_nost.c function env_nullStrings (line 60) | int env_nullStrings(word segm) FILE: suppl/src/env_ovrw.c function env_ovrVarOffset (line 64) | int env_ovrVarOffset(word segm, word ofs, const char *var FILE: suppl/src/env_repl.c function word (line 104) | word env_replace(word Oenv, int mode, ...) FILE: suppl/src/env_rlsg.c function env_relocateSegment (line 55) | void env_relocateSegment(const word segm, const word tosegm) FILE: suppl/src/env_scnt.c function env_strcounter (line 58) | int env_strcounter(word segm, int diff) FILE: suppl/src/env_sdup.c function chkMem (line 74) | chkMem FILE: suppl/src/env_size.c function word (line 100) | word env_setsize(word Osegm, unsigned newLength) FILE: suppl/src/env_strg.c function word (line 62) | word env_string(word segm, int index) FILE: suppl/src/env_sub.c function env_subVarOffset (line 64) | void env_subVarOffset(word segm, word offset) FILE: suppl/src/erfc_00f.c function Esuppl_noMem (line 31) | void Esuppl_noMem(void) FILE: suppl/src/erfc_015.c function Esuppl_openFile (line 31) | void Esuppl_openFile(const char * const fnam) FILE: suppl/src/ffmaxbuf.c function Fmaxbuf (line 54) | int Fmaxbuf(byte ** const Xbuf, size_t * const Xlen) FILE: suppl/src/fgetpos.c function fgetpos (line 52) | int fgetpos(FILE * const stream, fpos_t * const pos) FILE: suppl/src/filefind.c function findfirst (line 80) | int findfirst(const char * const pattern, struct ffblk *ff, int attrib) function findnext (line 103) | int findnext(struct ffblk *ff) FILE: suppl/src/fmemchr.c function _fmemchr (line 48) | unsigned _fmemchr(unsigned const seg, unsigned ofs, const unsigned value... FILE: suppl/src/fmemcmp.c function _fmemcmp (line 50) | int _fmemcmp(unsigned const dseg, unsigned dofs function _fmemcmp (line 68) | int _fmemcmp(const void far * const s1, const void far * const s2 FILE: suppl/src/fmemcpy.c function _fmemcpy (line 50) | void _fmemcpy(unsigned const dseg, unsigned const dofs FILE: suppl/src/fmemove.c function _fmemmove (line 51) | void _fmemmove(unsigned dseg, unsigned dofs FILE: suppl/src/fnorm.c function _fnormalize_ (line 46) | void _fnormalize_(unsigned *seg, unsigned *ofs) FILE: suppl/src/fputmc.c function fputmc (line 57) | int fputmc(int ch, int cnt, FILE *f) FILE: suppl/src/fstrcpy.c function _fstrcpy (line 43) | void _fstrcpy(fargDecl(char, dst), fargDecl(const char, src)) FILE: suppl/src/fstrlen.c function _fstrlen (line 42) | unsigned _fstrlen(unsigned const seg, unsigned const ofs) function _fstrlen (line 57) | unsigned _fstrlen(const char far * const s) FILE: suppl/src/invokedo.c function invokeDOS (line 61) | int invokeDOS(IREGS *prp) FILE: suppl/src/mcb_1st.c function word (line 51) | word mcb_first(void) FILE: suppl/src/mcb_is.c function isMCBcomp (line 49) | static int isMCBcomp(void *arg, word mcb) function isMCB (line 53) | int isMCB(const word mcb) FILE: suppl/src/mcb_leng.c function mcb_length (line 59) | unsigned mcb_length(const word segm) FILE: suppl/src/mcb_nxt.c function word (line 54) | word nxtMCB(word mcb) FILE: suppl/src/mcb_walk.c function mcb_walk (line 69) | int mcb_walk(word mcb, const MCB_WALKFUNC fct, void * const arg) FILE: suppl/src/nlstime.c type dostime_t (line 67) | struct dostime_t FILE: suppl/src/strnum.c function strnum (line 74) | int strnum(const char * const s, int * const num, char ** const endp) FILE: suppl/src/toupperx.c function toMTrans (line 86) | static int toMTrans(int ch, int len, fartbl iM(*)tbl, int (*fct)(int)) function toFUpper (line 97) | int toFUpper(int ch) function toUpper (line 102) | int toUpper(int ch) function toLower (line 109) | int toLower(int ch) FILE: suppl/suppl.h type ffblk (line 218) | struct ffblk { type ffblk (line 243) | struct ffblk type ffblk (line 244) | struct ffblk type ffblk (line 290) | struct ffblk { type ffblk (line 299) | struct ffblk type ffblk (line 304) | struct ffblk FILE: suppl/suppldbg.h type suppl_log_lvl_t (line 541) | typedef unsigned suppl_log_lvl_t; type suppl_log_linenr_t (line 542) | typedef unsigned long suppl_log_linenr_t; type suppl_log_local_data_t (line 545) | typedef struct { FILE: suppl/supplio.h type fpos_t (line 64) | typedef long fpos_t; type Suppl_ExtAttr_ (line 426) | struct Suppl_ExtAttr_ { /* extended attributes */ type Suppl_ExtAttr (line 436) | typedef struct Suppl_ExtAttr_ Suppl_ExtAttr; FILE: tests/testenv.c function main (line 7) | int FILE: tools/load_icd.c function main (line 22) | int main(int argc, char **argv) FILE: tools/ptchsize.c function getInfo (line 42) | int getInfo (res_majorid_t major, function err_ (line 67) | void err_(int i, int num) function getInfoValues (line 71) | void getInfoValues(void) function prUns (line 115) | void prUns(unsigned val, char *name) function addUns_ (line 124) | void addUns_(unsigned long *minVal, unsigned val) function addSize (line 130) | void addSize(unsigned short *size, char * const Xp) function main (line 175) | int main(int argc, char **argv) FILE: utils/chunk.c function main (line 14) | int main(int argc, char **argv) FILE: utils/mkctxt.c function incOffs (line 80) | static void incOffs(int size) function dumpDefine (line 84) | static void dumpDefine(char *name, char *value) function dumpEQU (line 91) | static void dumpEQU(char *symbol) function indent (line 98) | static void indent(void) function endStru (line 103) | static void endStru(void) function endPkg (line 110) | static void endPkg(void) function endType (line 117) | static void endType(void) function dumpItem (line 125) | static void dumpItem(char *name, char *value, char *Ctype, char asmType) function match_ (line 149) | static int match_(char **Xp, char *w) function main (line 167) | int main(int argc, char **argv) FILE: utils/mkinfres.c function scanMapFile (line 29) | int scanMapFile(const char * const fnam function addImageDisplacement (line 99) | int addImageDisplacement(const char * const fnam function dumpTag (line 143) | void dumpTag(int ttype, int tlength, void *tvalue) function dumpTagU (line 198) | void dumpTagU(int ttype, unsigned tvalue) function main (line 202) | int main(int argc, char **argv) FILE: utils/mktools.c function main (line 29) | int main(void) FILE: utilsc/critstrs.c type strings (line 48) | typedef struct { type word (line 53) | typedef unsigned short word; type byte (line 54) | typedef unsigned char byte; function strupr (line 104) | static void strupr(char *s) function pxerror (line 116) | void pxerror(char *msg1, char *msg2) function tonum (line 121) | int tonum(int ch) function savetext (line 126) | void savetext(strings s[], int i, const char * const line) function search (line 166) | int search(strings s[], const char * const k, const char * const line) function loadFile (line 177) | int loadFile(char *fnam) function main (line 251) | int main(int argc, char **argv)