Lines Matching defs:this

20 clish_command_init(clish_command_t *this, const char *name, const char *text)  in clish_command_init()
51 static void clish_command_fini(clish_command_t * this) in clish_command_fini()
88 const clish_command_t *this = clientnode; in clish_command_bt_compare() local
97 const clish_command_t *this = clientnode; in clish_command_bt_getkey() local
106 clish_command_t *this = malloc(sizeof(clish_command_t)); in clish_command_new() local
121 clish_command_t *this = malloc(sizeof(clish_command_t)); in clish_command_new_link() local
139 clish_command_t * clish_command_alias_to_link(clish_command_t *this, clish_command_t *ref) in clish_command_alias_to_link()
162 void clish_command_delete(clish_command_t * this) in clish_command_delete()
169 void clish_command_insert_param(clish_command_t * this, clish_param_t * param) in clish_command_insert_param()
175 int clish_command_help(const clish_command_t *this) in clish_command_help()
219 const char *clish_command__get_name(const clish_command_t * this) in clish_command__get_name()
227 const char *clish_command__get_text(const clish_command_t * this) in clish_command__get_text()
233 const char *clish_command__get_detail(const clish_command_t * this) in clish_command__get_detail()
239 void clish_command__set_detail(clish_command_t * this, const char *detail) in clish_command__set_detail()
246 clish_action_t *clish_command__get_action(const clish_command_t *this) in clish_command__get_action()
252 clish_config_t *clish_command__get_config(const clish_command_t *this) in clish_command__get_config()
258 void clish_command__set_viewname(clish_command_t * this, const char *viewname) in clish_command__set_viewname()
265 void clish_command__force_viewname(clish_command_t * this, const char *viewname) in clish_command__force_viewname()
273 char *clish_command__get_viewname(const clish_command_t * this) in clish_command__get_viewname()
279 void clish_command__set_viewid(clish_command_t * this, const char *viewid) in clish_command__set_viewid()
286 void clish_command__force_viewid(clish_command_t * this, const char *viewid) in clish_command__force_viewid()
294 char *clish_command__get_viewid(const clish_command_t * this) in clish_command__get_viewid()
300 const clish_param_t *clish_command__get_param(const clish_command_t * this, in clish_command__get_param()
307 const char *clish_command__get_suffix(const clish_command_t * this) in clish_command__get_suffix()
314 clish_command__set_escape_chars(clish_command_t * this, in clish_command__set_escape_chars()
322 const char *clish_command__get_escape_chars(const clish_command_t * this) in clish_command__get_escape_chars()
328 void clish_command__set_regex_chars(clish_command_t *this, in clish_command__set_regex_chars()
336 const char *clish_command__get_regex_chars(const clish_command_t *this) in clish_command__get_regex_chars()
342 void clish_command__set_args(clish_command_t * this, clish_param_t * args) in clish_command__set_args()
349 clish_param_t *clish_command__get_args(const clish_command_t * this) in clish_command__get_args()
355 unsigned int clish_command__get_param_count(const clish_command_t * this) in clish_command__get_param_count()
361 clish_paramv_t *clish_command__get_paramv(const clish_command_t * this) in clish_command__get_paramv()
367 void clish_command__set_pview(clish_command_t * this, clish_view_t * view) in clish_command__set_pview()
373 clish_view_t *clish_command__get_pview(const clish_command_t * this) in clish_command__get_pview()
379 int clish_command__get_depth(const clish_command_t * this) in clish_command__get_depth()
387 clish_view_restore_e clish_command__get_restore(const clish_command_t * this) in clish_command__get_restore()
395 const clish_command_t * clish_command__get_orig(const clish_command_t * this) in clish_command__get_orig()
403 bool_t clish_command__get_lock(const clish_command_t * this) in clish_command__get_lock()
409 void clish_command__set_lock(clish_command_t * this, bool_t lock) in clish_command__set_lock()
415 void clish_command__set_alias(clish_command_t * this, const char * alias) in clish_command__set_alias()
423 const char * clish_command__get_alias(const clish_command_t * this) in clish_command__get_alias()
429 void clish_command__set_alias_view(clish_command_t *this, in clish_command__set_alias_view()
438 const char * clish_command__get_alias_view(const clish_command_t * this) in clish_command__get_alias_view()
444 void clish_command__set_dynamic(clish_command_t * this, bool_t dynamic) in clish_command__set_dynamic()
450 bool_t clish_command__get_dynamic(const clish_command_t * this) in clish_command__get_dynamic()
456 void clish_command__set_internal(clish_command_t * this, bool_t internal) in clish_command__set_internal()
462 bool_t clish_command__get_internal(const clish_command_t * this) in clish_command__get_internal()
468 const clish_command_t * clish_command__get_cmd(const clish_command_t * this) in clish_command__get_cmd()
478 bool_t clish_command__get_interrupt(const clish_command_t * this) in clish_command__get_interrupt()
484 void clish_command__set_interrupt(clish_command_t * this, bool_t interrupt) in clish_command__set_interrupt()
490 void clish_command__set_access(clish_command_t *this, const char *access) in clish_command__set_access()
498 char *clish_command__get_access(const clish_command_t *this) in clish_command__get_access()