Home
last modified time | relevance | path

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

/dports/audio/aylet/aylet-0.5/
H A Dmain.c75 int go_to_last=0; variable
274 go_to_last=0; /* wouldn't need that now */ in action_callback()
290 go_to_last=1; in action_callback()
648 if(go_to_last) in mainloop()
650 go_to_last=0; in mainloop()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/prompt_toolkit/
H A Dbuffer.py752 def set_completions(self, completions, go_to_first=True, go_to_last=False): argument
756 assert not (go_to_first and go_to_last)
775 elif go_to_last:
H A Dinterface.py914 go_to_last=select_last)
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/prompt_toolkit/
H A Dbuffer.py753 def set_completions(self, completions, go_to_first=True, go_to_last=False): argument
757 assert not (go_to_first and go_to_last)
776 elif go_to_last:
H A Dinterface.py919 go_to_last=select_last)