Home
last modified time | relevance | path

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

/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dinput.cc381 = __get_input_system__ ("generate_completion"); in generate_completion()
400 = __get_input_system__ ("internal_input_event_hook_fcn"); in internal_input_event_hook_fcn()
H A Dinterpreter-private.h67 extern input_system& __get_input_system__ (const std::string& who);
H A Dinterpreter-private.cc94 input_system& __get_input_system__ (const std::string& who) in __get_input_system__() function