Home
last modified time | relevance | path

Searched defs:io_request (Results 1 – 25 of 107) sorted by relevance

12345

/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/lib/
H A Dstring_io.ex204 defp io_request(from, reply_as, req, state) do function
210 defp io_request({:put_chars, chars} = req, state) do function
234 defp io_request({:get_line, prompt}, state) do function
238 defp io_request({:get_line, encoding, prompt}, state) do function
250 defp io_request({:get_password, encoding}, state) do function
258 defp io_request({:setopts, _opts}, state) do function
262 defp io_request(:getopts, state) do function
266 defp io_request({:get_geometry, :columns}, state) do function
270 defp io_request({:get_geometry, :rows}, state) do function
274 defp io_request({:requests, reqs}, state) do function
[all …]
/dports/lang/elixir/elixir-1.12.3/lib/elixir/lib/
H A Dstring_io.ex204 defp io_request(from, reply_as, req, state) do function
210 defp io_request({:put_chars, chars} = req, state) do function
234 defp io_request({:get_line, prompt}, state) do function
238 defp io_request({:get_line, encoding, prompt}, state) do function
250 defp io_request({:get_password, encoding}, state) do function
258 defp io_request({:setopts, _opts}, state) do function
262 defp io_request(:getopts, state) do function
266 defp io_request({:get_geometry, :columns}, state) do function
270 defp io_request({:get_geometry, :rows}, state) do function
274 defp io_request({:requests, reqs}, state) do function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/eunit/src/
H A Deunit_proc.erl617 io_request(From, ReplyAs, Req, Buf) -> function
625 io_request({put_chars, Chars}, Buf) -> function
627 io_request({put_chars, M, F, As}, Buf) -> function
633 io_request({put_chars, _Enc, Chars}, Buf) -> function
641 io_request({get_line, _Prompt}, Buf) -> function
649 io_request({setopts, _Opts}, Buf) -> function
651 io_request(getopts, Buf) -> function
653 io_request({get_geometry,columns}, Buf) -> function
655 io_request({get_geometry,rows}, Buf) -> function
657 io_request({requests, Reqs}, Buf) -> function
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/eunit/src/
H A Deunit_proc.erl632 io_request(From, ReplyAs, Req, Buf) -> function
640 io_request({put_chars, Chars}, Buf) -> function
642 io_request({put_chars, M, F, As}, Buf) -> function
648 io_request({put_chars, _Enc, Chars}, Buf) -> function
656 io_request({get_line, _Prompt}, Buf) -> function
664 io_request({setopts, _Opts}, Buf) -> function
666 io_request(getopts, Buf) -> function
668 io_request({get_geometry,columns}, Buf) -> function
670 io_request({get_geometry,rows}, Buf) -> function
672 io_request({requests, Reqs}, Buf) -> function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/eunit/src/
H A Deunit_proc.erl641 io_request(From, ReplyAs, Req, Buf) -> function
649 io_request({put_chars, Chars}, Buf) -> function
651 io_request({put_chars, M, F, As}, Buf) -> function
657 io_request({put_chars, _Enc, Chars}, Buf) -> function
665 io_request({get_line, _Prompt}, Buf) -> function
673 io_request({setopts, _Opts}, Buf) -> function
675 io_request(getopts, Buf) -> function
677 io_request({get_geometry,columns}, Buf) -> function
679 io_request({get_geometry,rows}, Buf) -> function
681 io_request({requests, Reqs}, Buf) -> function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/eunit/src/
H A Deunit_proc.erl641 io_request(From, ReplyAs, Req, Buf) -> function
649 io_request({put_chars, Chars}, Buf) -> function
651 io_request({put_chars, M, F, As}, Buf) -> function
657 io_request({put_chars, _Enc, Chars}, Buf) -> function
665 io_request({get_line, _Prompt}, Buf) -> function
673 io_request({setopts, _Opts}, Buf) -> function
675 io_request(getopts, Buf) -> function
677 io_request({get_geometry,columns}, Buf) -> function
679 io_request({get_geometry,rows}, Buf) -> function
681 io_request({requests, Reqs}, Buf) -> function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/eunit/src/
H A Deunit_proc.erl641 io_request(From, ReplyAs, Req, Buf) -> function
649 io_request({put_chars, Chars}, Buf) -> function
651 io_request({put_chars, M, F, As}, Buf) -> function
657 io_request({put_chars, _Enc, Chars}, Buf) -> function
665 io_request({get_line, _Prompt}, Buf) -> function
673 io_request({setopts, _Opts}, Buf) -> function
675 io_request(getopts, Buf) -> function
677 io_request({get_geometry,columns}, Buf) -> function
679 io_request({get_geometry,rows}, Buf) -> function
681 io_request({requests, Reqs}, Buf) -> function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/eunit/src/
H A Deunit_proc.erl641 io_request(From, ReplyAs, Req, Buf) -> function
649 io_request({put_chars, Chars}, Buf) -> function
651 io_request({put_chars, M, F, As}, Buf) -> function
657 io_request({put_chars, _Enc, Chars}, Buf) -> function
665 io_request({get_line, _Prompt}, Buf) -> function
673 io_request({setopts, _Opts}, Buf) -> function
675 io_request(getopts, Buf) -> function
677 io_request({get_geometry,columns}, Buf) -> function
679 io_request({get_geometry,rows}, Buf) -> function
681 io_request({requests, Reqs}, Buf) -> function
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/src/
H A Dstandard_error.erl101 io_request({put_chars,unicode,Chars}, Port) -> function
108 io_request({put_chars,unicode,Mod,Func,Args}, Port) -> function
120 io_request({put_chars,latin1,Chars}, Port) -> function
127 io_request({put_chars,latin1,Mod,Func,Args}, Port) -> function
142 io_request({put_chars,Chars}, Port) -> function
144 io_request({put_chars,Mod,Func,Args}, Port) -> function
147 io_request({get_geometry,columns},Port) -> function
154 io_request({get_geometry,rows},Port) -> function
161 io_request(getopts, _Port) -> function
163 io_request({setopts,Opts}, _Port) when is_list(Opts) -> function
[all …]
H A Duser.erl237 io_request({get_line,Enc,Prompt}, Port, Q) -> function
244 io_request({get_until,Enc,Prompt,M,F,As}, Port, Q) -> function
247 io_request(getopts, Port, Q) -> function
251 io_request({requests,Reqs}, Port, Q) -> function
255 io_request({get_geometry,columns},Port,Q) -> function
262 io_request({get_geometry,rows},Port,Q) -> function
270 io_request({put_chars,Chars}, Port, Q) -> function
272 io_request({put_chars,Mod,Func,Args}, Port, Q) -> function
274 io_request({get_chars,Prompt,N}, Port, Q) -> function
276 io_request({get_line,Prompt}, Port, Q) -> function
[all …]
H A Dgroup.erl180 io_request(Req, From, ReplyAs, Drv, Shell, Buf0) -> function
273 io_request(getopts, Drv, _Shell, _From, Buf) -> function
275 io_request({requests,Reqs}, Drv, Shell, From, Buf) -> function
279 io_request({get_geometry,columns},Drv,_Shell,_From,Buf) -> function
286 io_request({get_geometry,rows},Drv,_Shell,_From,Buf) -> function
295 io_request({put_chars,Chars}, Drv, Shell, From, Buf) -> function
297 io_request({put_chars,M,F,As}, Drv, Shell, From, Buf) -> function
299 io_request({get_chars,Prompt,N}, Drv, Shell, From, Buf) -> function
301 io_request({get_line,Prompt}, Drv, Shell, From, Buf) -> function
305 io_request(get_password,Drv,Shell,From,Buf) -> function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/src/
H A Dstandard_error.erl101 io_request({put_chars,unicode,Chars}, Port) -> function
108 io_request({put_chars,unicode,Mod,Func,Args}, Port) -> function
120 io_request({put_chars,latin1,Chars}, Port) -> function
127 io_request({put_chars,latin1,Mod,Func,Args}, Port) -> function
142 io_request({put_chars,Chars}, Port) -> function
144 io_request({put_chars,Mod,Func,Args}, Port) -> function
147 io_request({get_geometry,columns},Port) -> function
154 io_request({get_geometry,rows},Port) -> function
161 io_request(getopts, _Port) -> function
163 io_request({setopts,Opts}, _Port) when is_list(Opts) -> function
[all …]
H A Duser.erl237 io_request({get_line,Enc,Prompt}, Port, Q) -> function
244 io_request({get_until,Enc,Prompt,M,F,As}, Port, Q) -> function
247 io_request(getopts, Port, Q) -> function
251 io_request({requests,Reqs}, Port, Q) -> function
255 io_request({get_geometry,columns},Port,Q) -> function
262 io_request({get_geometry,rows},Port,Q) -> function
270 io_request({put_chars,Chars}, Port, Q) -> function
272 io_request({put_chars,Mod,Func,Args}, Port, Q) -> function
274 io_request({get_chars,Prompt,N}, Port, Q) -> function
276 io_request({get_line,Prompt}, Port, Q) -> function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/src/
H A Dstandard_error.erl101 io_request({put_chars,unicode,Chars}, Port) -> function
108 io_request({put_chars,unicode,Mod,Func,Args}, Port) -> function
120 io_request({put_chars,latin1,Chars}, Port) -> function
127 io_request({put_chars,latin1,Mod,Func,Args}, Port) -> function
142 io_request({put_chars,Chars}, Port) -> function
144 io_request({put_chars,Mod,Func,Args}, Port) -> function
147 io_request({get_geometry,columns},Port) -> function
154 io_request({get_geometry,rows},Port) -> function
161 io_request(getopts, _Port) -> function
163 io_request({setopts,Opts}, _Port) when is_list(Opts) -> function
[all …]
H A Duser.erl237 io_request({get_line,Enc,Prompt}, Port, Q) -> function
244 io_request({get_until,Enc,Prompt,M,F,As}, Port, Q) -> function
247 io_request(getopts, Port, Q) -> function
251 io_request({requests,Reqs}, Port, Q) -> function
255 io_request({get_geometry,columns},Port,Q) -> function
262 io_request({get_geometry,rows},Port,Q) -> function
270 io_request({put_chars,Chars}, Port, Q) -> function
272 io_request({put_chars,Mod,Func,Args}, Port, Q) -> function
274 io_request({get_chars,Prompt,N}, Port, Q) -> function
276 io_request({get_line,Prompt}, Port, Q) -> function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/src/
H A Dstandard_error.erl101 io_request({put_chars,unicode,Chars}, Port) -> function
108 io_request({put_chars,unicode,Mod,Func,Args}, Port) -> function
120 io_request({put_chars,latin1,Chars}, Port) -> function
127 io_request({put_chars,latin1,Mod,Func,Args}, Port) -> function
142 io_request({put_chars,Chars}, Port) -> function
144 io_request({put_chars,Mod,Func,Args}, Port) -> function
147 io_request({get_geometry,columns},Port) -> function
154 io_request({get_geometry,rows},Port) -> function
161 io_request(getopts, _Port) -> function
163 io_request({setopts,Opts}, _Port) when is_list(Opts) -> function
[all …]
H A Duser.erl237 io_request({get_line,Enc,Prompt}, Port, Q) -> function
244 io_request({get_until,Enc,Prompt,M,F,As}, Port, Q) -> function
247 io_request(getopts, Port, Q) -> function
251 io_request({requests,Reqs}, Port, Q) -> function
255 io_request({get_geometry,columns},Port,Q) -> function
262 io_request({get_geometry,rows},Port,Q) -> function
270 io_request({put_chars,Chars}, Port, Q) -> function
272 io_request({put_chars,Mod,Func,Args}, Port, Q) -> function
274 io_request({get_chars,Prompt,N}, Port, Q) -> function
276 io_request({get_line,Prompt}, Port, Q) -> function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/src/
H A Dstandard_error.erl101 io_request({put_chars,unicode,Chars}, Port) -> function
108 io_request({put_chars,unicode,Mod,Func,Args}, Port) -> function
120 io_request({put_chars,latin1,Chars}, Port) -> function
127 io_request({put_chars,latin1,Mod,Func,Args}, Port) -> function
142 io_request({put_chars,Chars}, Port) -> function
144 io_request({put_chars,Mod,Func,Args}, Port) -> function
147 io_request({get_geometry,columns},Port) -> function
154 io_request({get_geometry,rows},Port) -> function
161 io_request(getopts, _Port) -> function
163 io_request({setopts,Opts}, _Port) when is_list(Opts) -> function
[all …]
H A Duser.erl237 io_request({get_line,Enc,Prompt}, Port, Q) -> function
244 io_request({get_until,Enc,Prompt,M,F,As}, Port, Q) -> function
247 io_request(getopts, Port, Q) -> function
251 io_request({requests,Reqs}, Port, Q) -> function
255 io_request({get_geometry,columns},Port,Q) -> function
262 io_request({get_geometry,rows},Port,Q) -> function
270 io_request({put_chars,Chars}, Port, Q) -> function
272 io_request({put_chars,Mod,Func,Args}, Port, Q) -> function
274 io_request({get_chars,Prompt,N}, Port, Q) -> function
276 io_request({get_line,Prompt}, Port, Q) -> function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/src/
H A Dstandard_error.erl101 io_request({put_chars,unicode,Chars}, Port) -> function
108 io_request({put_chars,unicode,Mod,Func,Args}, Port) -> function
120 io_request({put_chars,latin1,Chars}, Port) -> function
127 io_request({put_chars,latin1,Mod,Func,Args}, Port) -> function
142 io_request({put_chars,Chars}, Port) -> function
144 io_request({put_chars,Mod,Func,Args}, Port) -> function
147 io_request({get_geometry,columns},Port) -> function
154 io_request({get_geometry,rows},Port) -> function
161 io_request(getopts, _Port) -> function
163 io_request({setopts,Opts}, _Port) when is_list(Opts) -> function
[all …]
H A Duser.erl237 io_request({get_line,Enc,Prompt}, Port, Q) -> function
244 io_request({get_until,Enc,Prompt,M,F,As}, Port, Q) -> function
247 io_request(getopts, Port, Q) -> function
251 io_request({requests,Reqs}, Port, Q) -> function
255 io_request({get_geometry,columns},Port,Q) -> function
262 io_request({get_geometry,rows},Port,Q) -> function
270 io_request({put_chars,Chars}, Port, Q) -> function
272 io_request({put_chars,Mod,Func,Args}, Port, Q) -> function
274 io_request({get_chars,Prompt,N}, Port, Q) -> function
276 io_request({get_line,Prompt}, Port, Q) -> function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/src/
H A Dstandard_error.erl101 io_request({put_chars,unicode,Chars}, Port) -> function
108 io_request({put_chars,unicode,Mod,Func,Args}, Port) -> function
120 io_request({put_chars,latin1,Chars}, Port) -> function
127 io_request({put_chars,latin1,Mod,Func,Args}, Port) -> function
142 io_request({put_chars,Chars}, Port) -> function
144 io_request({put_chars,Mod,Func,Args}, Port) -> function
147 io_request({get_geometry,columns},Port) -> function
154 io_request({get_geometry,rows},Port) -> function
161 io_request(getopts, _Port) -> function
163 io_request({setopts,Opts}, _Port) when is_list(Opts) -> function
[all …]
H A Duser.erl237 io_request({get_line,Enc,Prompt}, Port, Q) -> function
244 io_request({get_until,Enc,Prompt,M,F,As}, Port, Q) -> function
247 io_request(getopts, Port, Q) -> function
251 io_request({requests,Reqs}, Port, Q) -> function
255 io_request({get_geometry,columns},Port,Q) -> function
262 io_request({get_geometry,rows},Port,Q) -> function
270 io_request({put_chars,Chars}, Port, Q) -> function
272 io_request({put_chars,Mod,Func,Args}, Port, Q) -> function
274 io_request({get_chars,Prompt,N}, Port, Q) -> function
276 io_request({get_line,Prompt}, Port, Q) -> function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/eunit/src/
H A Deunit_proc.erl617 io_request(From, ReplyAs, Req, Buf) -> function
625 io_request({put_chars, Chars}, Buf) -> function
627 io_request({put_chars, M, F, As}, Buf) -> function
633 io_request({put_chars, _Enc, Chars}, Buf) -> function
641 io_request({get_line, _Prompt}, Buf) -> function
647 io_request({setopts, _Opts}, Buf) -> function
649 io_request(getopts, Buf) -> function
651 io_request({get_geometry,columns}, Buf) -> function
653 io_request({get_geometry,rows}, Buf) -> function
655 io_request({requests, Reqs}, Buf) -> function
[all …]
/dports/devel/rebar3/rebar3-3.17.0/src/
H A Drebar_user.erl238 io_request({get_line,Enc,Prompt}, Port, Q) -> function
245 io_request({get_until,Enc,Prompt,M,F,As}, Port, Q) -> function
248 io_request(getopts, Port, Q) -> function
252 io_request({requests,Reqs}, Port, Q) -> function
256 io_request({get_geometry,columns},Port,Q) -> function
263 io_request({get_geometry,rows},Port,Q) -> function
271 io_request({put_chars,Chars}, Port, Q) -> function
273 io_request({put_chars,Mod,Func,Args}, Port, Q) -> function
275 io_request({get_chars,Prompt,N}, Port, Q) -> function
277 io_request({get_line,Prompt}, Port, Q) -> function
[all …]

12345