root/browse/tcl_browse.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


/* Browser-defined stuff */

extern Tcl_Interp *interp;

struct subcmd {
        int (*func)();
        char *name;
        int min;
        int max;
        char *args;
};


/* [<][>][^][v][top][bottom][index][help] */