Home
last modified time | relevance | path

Searched refs:next_prompt (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/tmux/dist/
H A Dcmd-command-prompt.c51 char *next_prompt; member
106 cdata->next_prompt = NULL; in cmd_command_prompt_exec()
124 cdata->next_prompt = cdata->prompts; in cmd_command_prompt_exec()
125 ptr = strsep(&cdata->next_prompt, ","); in cmd_command_prompt_exec()
165 if ((ptr = strsep(&cdata->next_prompt, ",")) != NULL) { in cmd_command_prompt_callback()