Searched refs:PROMPT_INCREMENTAL (Results 1 – 3 of 3) sorted by relevance
157 cdata->flags |= PROMPT_INCREMENTAL; in cmd_command_prompt_exec()185 if (cdata->flags & PROMPT_INCREMENTAL) in cmd_command_prompt_callback()
643 if (flags & PROMPT_INCREMENTAL) { in status_prompt_set()662 if (~flags & PROMPT_INCREMENTAL) in status_prompt_set()666 if (flags & PROMPT_INCREMENTAL) in status_prompt_set()1527 if (~c->prompt_flags & PROMPT_INCREMENTAL) in status_prompt_key()1538 if (~c->prompt_flags & PROMPT_INCREMENTAL) in status_prompt_key()1597 if (c->prompt_flags & PROMPT_INCREMENTAL) { in status_prompt_key()
1988 #define PROMPT_INCREMENTAL 0x4 macro