Home
last modified time | relevance | path

Searched +refs:readline +refs:state (Results 101 – 125 of 4150) sorted by relevance

12345678910>>...166

/dports/devel/php81-readline/php-8.1.1/ext/readline/
H A Dreadline.c50 PHP_MINIT_FUNCTION(readline);
62 PHP_MINIT(readline),
63 PHP_MSHUTDOWN(readline),
65 PHP_RSHUTDOWN(readline),
66 PHP_MINFO(readline),
72 ZEND_GET_MODULE(readline)
75 PHP_MINIT_FUNCTION(readline) in PHP_MINIT_FUNCTION() argument
116 PHP_FUNCTION(readline) in PHP_FUNCTION() argument
126 result = readline(prompt); in PHP_FUNCTION()
405 static char *_readline_command_generator(const char *text, int state) in _readline_command_generator() argument
[all …]
/dports/devel/php80-readline/php-8.0.15/ext/readline/
H A Dreadline.c50 PHP_MINIT_FUNCTION(readline);
62 PHP_MINIT(readline),
63 PHP_MSHUTDOWN(readline),
65 PHP_RSHUTDOWN(readline),
66 PHP_MINFO(readline),
72 ZEND_GET_MODULE(readline)
75 PHP_MINIT_FUNCTION(readline) in PHP_MINIT_FUNCTION() argument
116 PHP_FUNCTION(readline) in PHP_FUNCTION() argument
126 result = readline(prompt); in PHP_FUNCTION()
405 static char *_readline_command_generator(const char *text, int state) in _readline_command_generator() argument
[all …]
/dports/www/mod_php80/php-8.0.15/ext/readline/
H A Dreadline.c50 PHP_MINIT_FUNCTION(readline);
62 PHP_MINIT(readline),
63 PHP_MSHUTDOWN(readline),
65 PHP_RSHUTDOWN(readline),
66 PHP_MINFO(readline),
72 ZEND_GET_MODULE(readline)
75 PHP_MINIT_FUNCTION(readline) in PHP_MINIT_FUNCTION() argument
116 PHP_FUNCTION(readline) in PHP_FUNCTION() argument
126 result = readline(prompt); in PHP_FUNCTION()
405 static char *_readline_command_generator(const char *text, int state) in _readline_command_generator() argument
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/readline-doc/
H A Dinfo.rkt1state (quote (built "8.3"))) (define collection (quote multi)) (define build-deps (quote ("scribbl…
/dports/www/mod_php81/php-8.1.1/ext/readline/tests/
H A Dreadline_read_history_001.phpt4 readline
8 if (getenv('SKIP_REPEAT')) die("skip readline has global state");
13 $name = tempnam(sys_get_temp_dir(), 'readline.tmp');
H A Dlibedit_write_history_001.phpt4 readline
11 if (getenv('SKIP_REPEAT')) die("skip readline has global state");
16 $name = tempnam('/tmp', 'readline.tmp');
/dports/lang/php81/php-8.1.1/ext/readline/tests/
H A Dreadline_read_history_001.phpt4 readline
8 if (getenv('SKIP_REPEAT')) die("skip readline has global state");
13 $name = tempnam(sys_get_temp_dir(), 'readline.tmp');
H A Dlibedit_write_history_001.phpt4 readline
11 if (getenv('SKIP_REPEAT')) die("skip readline has global state");
16 $name = tempnam('/tmp', 'readline.tmp');
/dports/devel/php81-readline/php-8.1.1/ext/readline/tests/
H A Dreadline_read_history_001.phpt4 readline
8 if (getenv('SKIP_REPEAT')) die("skip readline has global state");
13 $name = tempnam(sys_get_temp_dir(), 'readline.tmp');
H A Dlibedit_write_history_001.phpt4 readline
11 if (getenv('SKIP_REPEAT')) die("skip readline has global state");
16 $name = tempnam('/tmp', 'readline.tmp');
/dports/databases/py-zodbpickle/zodbpickle-2.2.0/src/zodbpickle/
H A Dpickle_2.py427 if state is not None:
428 save(state)
864 self.readline = file.readline
954 data = self.readline()
1265 state = stack.pop()
1269 setstate(state)
1272 if isinstance(state, tuple) and len(state) == 2:
1273 state, slotstate = state
1274 if state:
1283 d.update(state)
[all …]
/dports/math/clingo/clingo-5.5.1/examples/clingo/controller-processes/
H A Dclient.py10 def readline(self): member in Receiver
37 state = States.IDLE
42 if state == States.SOLVE:
46 msg = recv.readline().decode()
47 if state == States.SOLVE:
53 state = States.IDLE
58 state = States.IDLE
61 state = States.IDLE
63 state = States.SOLVE
/dports/devel/gauche-readline/readline-0.1/
H A DREADME26 (hash-table-put! *readline-keymap* (char->control #\t)
27 (lambda (state spec exit)
28 (hash-table-put! state 'last-history
29 (take-right (hash-table-get state 'last-history)
33 *readline-keymap*, which is the default keymap -- however, keymaps
34 are also part of 'reentrant' state and there is nothing stopping
35 multiple or recursive invocations of readline from using very different
40 difficult state for a program under Gauche to be in, but I thought I'd
/dports/mail/mailman-exim4/mailman-2.1.39/Mailman/MTA/
H A DPostfix.py270 line = infp.readline()
278 line = infp.readline()
296 line = infp.readline()
304 line = infp.readline()
393 line = infp.readline()
405 infp.readline()
439 def checkperms(state): argument
441 if state.VERBOSE:
453 if state.FIX:
469 if state.VERBOSE:
[all …]
/dports/mail/mailman-postfix/mailman-2.1.39/Mailman/MTA/
H A DPostfix.py270 line = infp.readline()
278 line = infp.readline()
296 line = infp.readline()
304 line = infp.readline()
393 line = infp.readline()
405 infp.readline()
439 def checkperms(state): argument
441 if state.VERBOSE:
453 if state.FIX:
469 if state.VERBOSE:
[all …]
/dports/mail/mailman/mailman-2.1.39/Mailman/MTA/
H A DPostfix.py270 line = infp.readline()
278 line = infp.readline()
296 line = infp.readline()
304 line = infp.readline()
393 line = infp.readline()
405 infp.readline()
439 def checkperms(state): argument
441 if state.VERBOSE:
453 if state.FIX:
469 if state.VERBOSE:
[all …]
/dports/lang/php73/php-7.3.33/ext/readline/
H A Dreadline.c42 PHP_FUNCTION(readline);
67 PHP_MINIT_FUNCTION(readline);
158 PHP_MINIT(readline),
159 PHP_MSHUTDOWN(readline),
161 PHP_RSHUTDOWN(readline),
162 PHP_MINFO(readline),
168 ZEND_GET_MODULE(readline)
213 PHP_FUNCTION(readline) in PHP_FUNCTION() argument
223 result = readline(prompt); in PHP_FUNCTION()
472 static char *_readline_command_generator(const char *text, int state) in _readline_command_generator() argument
[all …]
/dports/devel/php73-readline/php-7.3.33/ext/readline/
H A Dreadline.c42 PHP_FUNCTION(readline);
67 PHP_MINIT_FUNCTION(readline);
158 PHP_MINIT(readline),
159 PHP_MSHUTDOWN(readline),
161 PHP_RSHUTDOWN(readline),
162 PHP_MINFO(readline),
168 ZEND_GET_MODULE(readline)
213 PHP_FUNCTION(readline) in PHP_FUNCTION() argument
223 result = readline(prompt); in PHP_FUNCTION()
472 static char *_readline_command_generator(const char *text, int state) in _readline_command_generator() argument
[all …]
/dports/www/mod_php73/php-7.3.33/ext/readline/
H A Dreadline.c42 PHP_FUNCTION(readline);
67 PHP_MINIT_FUNCTION(readline);
158 PHP_MINIT(readline),
159 PHP_MSHUTDOWN(readline),
161 PHP_RSHUTDOWN(readline),
162 PHP_MINFO(readline),
168 ZEND_GET_MODULE(readline)
213 PHP_FUNCTION(readline) in PHP_FUNCTION() argument
223 result = readline(prompt); in PHP_FUNCTION()
472 static char *_readline_command_generator(const char *text, int state) in _readline_command_generator() argument
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/scripts/qmp/
H A Dqmp-shell71 import readline
85 def complete(self, text, state):
88 if not state:
91 state -= 1
150 readline.set_history_length(1024)
151 readline.set_completer(self._completer.complete)
152 readline.parse_and_bind("tab: complete")
155 readline.set_completer_delims('')
157 readline.read_history_file(self._histfile)
168 readline.write_history_file(self._histfile)
/dports/emulators/qemu5/qemu-5.2.0/scripts/qmp/
H A Dqmp-shell70 import readline
81 def complete(self, text, state):
84 if not state:
87 state -= 1
146 readline.set_history_length(1024)
147 readline.set_completer(self._completer.complete)
148 readline.parse_and_bind("tab: complete")
151 readline.set_completer_delims('')
153 readline.read_history_file(self._histfile)
164 readline.write_history_file(self._histfile)
/dports/emulators/qemu-guest-agent/qemu-5.0.1/scripts/qmp/
H A Dqmp-shell70 import readline
84 def complete(self, text, state):
87 if not state:
90 state -= 1
149 readline.set_history_length(1024)
150 readline.set_completer(self._completer.complete)
151 readline.parse_and_bind("tab: complete")
154 readline.set_completer_delims('')
156 readline.read_history_file(self._histfile)
167 readline.write_history_file(self._histfile)
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/scripts/qmp/
H A Dqmp-shell72 import readline
80 def complete(self, text, state):
83 if not state:
86 state -= 1
145 readline.set_history_length(1024)
146 readline.set_completer(self._completer.complete)
147 readline.parse_and_bind("tab: complete")
150 readline.set_completer_delims('')
152 readline.read_history_file(self._histfile)
163 readline.write_history_file(self._histfile)
/dports/emulators/qemu42/qemu-4.2.1/scripts/qmp/
H A Dqmp-shell71 import readline
85 def complete(self, text, state):
88 if not state:
91 state -= 1
150 readline.set_history_length(1024)
151 readline.set_completer(self._completer.complete)
152 readline.parse_and_bind("tab: complete")
155 readline.set_completer_delims('')
157 readline.read_history_file(self._histfile)
168 readline.write_history_file(self._histfile)
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/scripts/qmp/
H A Dqmp-shell70 import readline
84 def complete(self, text, state):
87 if not state:
90 state -= 1
149 readline.set_history_length(1024)
150 readline.set_completer(self._completer.complete)
151 readline.parse_and_bind("tab: complete")
154 readline.set_completer_delims('')
156 readline.read_history_file(self._histfile)
167 readline.write_history_file(self._histfile)

12345678910>>...166