home *** CD-ROM | disk | FTP | other *** search
-
- /* MACHINE GENERATED */
-
-
- /* config.c */
-
- Prototype char *FindLocalVariable (const char *);
- Prototype char *FindConfig (const char *);
- Prototype char *GetConfig (const char *, char *);
- Prototype const char *GetConfigDir (const char *);
- Prototype char *GetConfigProgram (char *);
- Prototype char *MakeConfigPath (const char *, const char *);
- Prototype char *MakeConfigPathBuf (char *, const char *, const char *);
- Prototype FILE *openlib (const char *);
- Prototype FILE *openlib_write (const char *);
- Prototype char *atime (time_t *);
- Prototype char *GetUserName (void);
- Prototype char *GetRealName (void);
- Prototype struct passwd *getpwnam (const char *);
-
- /* globals.c */
-
-
- /* main.c */
-
- Prototype void init (void);
- Prototype int source_file (char *file);
- Prototype void sig_handle (int);
- Prototype int get_inode (char *file);
-
- /* do_lists.c */
-
- Prototype int do_setlist (char *str, int com);
- Prototype int do_rlist (char *garbage, int com);
- Prototype int do_list (char *garbage, int com);
- Prototype int do_select (char *str, int mode);
- Prototype int do_defer (char *garbage, int com);
-
- /* sub.c */
-
- Prototype int xfree (void *ptr);
- Prototype int indexof (register int num);
- Prototype void null (void);
- Prototype int position_current (void);
- Prototype int skip_to_data (FILE *fi);
- Prototype char *get_field (char *str);
- Prototype int compile_field (char *buf, FILE *fi);
- Prototype int xstrncmp (register char *src, register char *dest, register int len);
- Prototype char *next_word (register char *str);
- Prototype void done (int n);
- Prototype void fix_globals (void);
- Prototype int _pager (char *str, int nl);
-
- /* execom.c */
-
- Prototype int do_command (void);
- Prototype char *mpush (int amount);
- Prototype char *mpop (void);
- Prototype void mrm (void);
- Prototype int exec_command (char *base);
- Prototype int fix (void);
- Prototype char *extractname (char *name, char **eptr);
-
- /* commands.c */
-
- Prototype int do_quit (char *garbage, int com);
- Prototype int do_exit (char *garbage, int com);
- Prototype int do_cd (char *garbage, int com);
- Prototype int do_echo (char *str, int com);
- Prototype int do_go (char *garbage, int com);
- Prototype int do_source (char *scratch, int overide);
- Prototype int do_shell (char *str, int com);
- Prototype int do_write (char *garbage, int com);
- Prototype int do_delprev (char *garbage, int com);
- Prototype int do_delnext (char *garbage, int com);
- Prototype int do_number (char *str, int com);
- Prototype int do_next (char *str, int com);
- Prototype int do_header (char *garbage, int com);
- Prototype int do_type (char *garbage, int com);
- Prototype int do_mark (char *garbage, int mask);
- Prototype int do_unmark (char *garbage, int mask);
- Prototype int do_break (char *garbage, int mask);
- Prototype int do_ver (char *garbage, int level);
-
- /* range.c */
-
- Prototype void rewind_range (int beg);
- Prototype int get_range (void);
- Prototype int single_position (void);
-
- /* load_mail.c */
-
- Prototype void hold_load (void);
- Prototype void nohold_load (void);
- Prototype void load_changes (void);
- Prototype int initial_load_mail (void);
- Prototype void do_flock (int, int);
- Prototype void free_entry (void);
- Prototype int save_file (int, int, int);
- Prototype void check_new_mail (void);
- Prototype int write_file (char *, int, int, int);
- Prototype int get_extra_ovr (char *);
- Prototype int add_extra (char *);
- Prototype int get_extra (char *);
- Prototype int m_select (register char **, int);
-
- /* sendmail.c */
-
- Prototype int do_reply (char *garbage, int itext);
- Prototype int do_ask (void);
-
- /* set.c */
-
- Prototype void set_var (int level, register char *name, register char *str);
- Prototype int unset_var (int level, register char *name);
- Prototype char *get_var (int level, register char *name);
- Prototype int do_unset_var (char *str, int level);
- Prototype int do_set_var (char *command, int level);
-
- /* help.c */
-
- Prototype int do_help (char *garbage, int com);
-
- /* cond.c */
-
- Prototype int do_if (char *garbage, int com);
- Prototype int do_else (char *garbage, int com);
- Prototype int do_endif (char *garbage, int com);
-
- /* compat.c */
-
- Prototype long getpid (void);
- Prototype long getuid (void);
- Prototype struct passwd *getpwuid (int uid);
- Prototype int stat (const char *file, struct stat *st);
- Prototype int flock (int fd, int locktype);
- Prototype void *xmalloc (int size);
-