2 * (c) Oleg Puchinin 2006
3 * graycardinalster@gmail.com
30 char (*opt
) (DArray
* d_opts
, int * pos
);
31 char (*opt2
) (DArray
* d_opts
, int * pos
);
41 EArray *(*find_files) (void);
43 int fdi; // "-1" - unset
55 int fdi; // To SilentBob
56 int fdo; // From SilentBob
59 /* Language plugin. */
63 char *(*the
) (struct tt_state_t
*d_tt_state
); // --the-tt
64 int (*make_ctags
) (char *f_name
, FILE *ofile
); // SilentBob --make-ctags code body.
65 int (*call_tags
) (char *f_name
); // SilentBob --call-tags code body.
66 int (*print_tags
) (char * f_name
); // tags <tag>
67 void (*file
) (DArray
* d_files
); // sb <files> --file
72 struct env_t *(*get_env) (void);
77 int modding_start (int i_cmd
);
78 int modding_load_plugin (char * name
, char * path
);