Home
last modified time | relevance | path

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

/dports/editors/poke/poke-1.0/poke/
H A Dpk-cmd-set.c235 if (poke_prompt_maps_p) in pk_cmd_set_prompt_maps()
243 poke_prompt_maps_p = 1; in pk_cmd_set_prompt_maps()
245 poke_prompt_maps_p = 0; in pk_cmd_set_prompt_maps()
H A Dpoke.h47 extern int poke_prompt_maps_p;
H A Dpk-ios.c111 if (poke_interactive_p && !poke_quiet_p && !poke_prompt_maps_p) in pk_open_ios()
H A Dpk-repl.c282 if (poke_prompt_maps_p) in pk_prompt()
H A Dpoke.c125 int poke_prompt_maps_p = 1; variable