Lines Matching refs:z_shell_strlen
145 longest_option += z_shell_strlen(tab); in tab_item_print()
148 - z_shell_strlen(tab)) / longest_option; in tab_item_print()
150 diff = longest_option - z_shell_strlen(option); in tab_item_print()
217 uint16_t cmd_len = z_shell_strlen(sh->ctx->cmd_buff); in history_handle()
238 len = z_shell_strlen(sh->ctx->cmd_buff); in history_handle()
340 incompl_cmd_len = z_shell_strlen(incompl_cmd); in find_completion_candidates()
367 uint16_t arg_len = z_shell_strlen(arg); in autocomplete()
374 cmd_len = z_shell_strlen(match->syntax); in autocomplete()
435 size_t str_len = z_shell_strlen(str); in tab_options_print()
507 uint16_t arg_len = z_shell_strlen(arg); in partial_autocomplete()
1237 sh->ctx->vt100_ctx.cons.name_len = z_shell_strlen(sh->ctx->prompt); in instance_init()
1666 size_t prompt_length = z_shell_strlen(prompt); in shell_prompt_change()
1700 uint16_t cmd_len = z_shell_strlen(cmd); in shell_execute_cmd()