Searched defs:function_st (Results 1 – 2 of 2) sorted by relevance
23 typedef struct function_st { struct24 FUNC_TYPE type;25 const char *name;26 int (*func)(int argc, char *argv[]);27 const OPTIONS *help;28 const char *deprecated_alternative;29 const char *deprecated_version;
18 typedef struct function_st { struct19 FUNC_TYPE type;20 const char *name;21 int (*func)(int argc, char *argv[]);22 const OPTIONS *help;