#ifndef _h_tw_decls
#define _h_tw_decls
extern void do_help (const Char *);
extern Char *dollar (const Char *);
#ifndef __MVS__
extern int tenematch (Char *, int, COMMAND);
extern int t_search (struct Strbuf *, COMMAND, int,
int, Char *, eChar);
#endif
extern int starting_a_command (Char *, Char *);
extern int fcompare (const void *, const void *);
extern void print_by_column (Char *, Char *[], int, int);
extern int StrQcmp (const Char *, const Char *);
extern Char *tgetenv (Char *);
extern void tw_alias_start (DIR *, const Char *);
extern void tw_cmd_start (DIR *, const Char *);
extern void tw_logname_start (DIR *, const Char *);
extern void tw_var_start (DIR *, const Char *);
extern void tw_complete_start (DIR *, const Char *);
extern void tw_file_start (DIR *, const Char *);
extern void tw_vl_start (DIR *, const Char *);
extern void tw_wl_start (DIR *, const Char *);
extern void tw_bind_start (DIR *, const Char *);
extern void tw_limit_start (DIR *, const Char *);
extern void tw_sig_start (DIR *, const Char *);
extern void tw_job_start (DIR *, const Char *);
extern void tw_grpname_start (DIR *, const Char *);
extern int tw_cmd_next (struct Strbuf *,
struct Strbuf *, int *);
extern int tw_logname_next (struct Strbuf *,
struct Strbuf *, int *);
extern int tw_shvar_next (struct Strbuf *,
struct Strbuf *, int *);
extern int tw_envvar_next (struct Strbuf *,
struct Strbuf *, int *);
extern int tw_var_next (struct Strbuf *,
struct Strbuf *, int *);
extern int tw_file_next (struct Strbuf *,
struct Strbuf *, int *);
extern int tw_wl_next (struct Strbuf *,
struct Strbuf *, int *);
extern int tw_bind_next (struct Strbuf *,
struct Strbuf *, int *);
extern int tw_limit_next (struct Strbuf *,
struct Strbuf *, int *);
extern int tw_sig_next (struct Strbuf *,
struct Strbuf *, int *);
extern int tw_job_next (struct Strbuf *,
struct Strbuf *, int *);
extern int tw_grpname_next (struct Strbuf *,
struct Strbuf *, int *);
extern void tw_dir_end (void);
extern void tw_cmd_free (void);
extern void tw_logname_end (void);
extern void tw_grpname_end (void);
extern void tw_item_add (const struct Strbuf *);
extern Char **tw_item_get (void);
extern void tw_item_free (void);
extern Char *tw_item_find (Char *);
extern int spell_me (struct Strbuf *, int, Char *,
eChar);
extern int spdir (struct Strbuf *, const Char *,
const Char *, Char *);
extern int spdist (const Char *, const Char *);
extern void docomplete (Char **, struct command *);
extern void douncomplete (Char **, struct command *);
extern int tw_complete (const Char *, Char **,
Char **, int, eChar *);
#ifdef COLOR_LS_F
extern void set_color_context (void);
extern void print_with_color (const Char *, size_t, Char);
extern void parseLS_COLORS (const Char *);
#endif
#endif