Lines Matching refs:oldval
145 size_t what_len, oldval; in PHP_FUNCTION() local
200 oldval = rl_done; in PHP_FUNCTION()
204 RETVAL_LONG(oldval); in PHP_FUNCTION()
206 oldval = rl_pending_input; in PHP_FUNCTION()
213 RETVAL_LONG(oldval); in PHP_FUNCTION()
219 oldval = rl_completion_suppress_append; in PHP_FUNCTION()
223 RETVAL_BOOL(oldval); in PHP_FUNCTION()
225 oldval = rl_completion_append_character; in PHP_FUNCTION()
233 oldval == 0 ? ZSTR_EMPTY_ALLOC() : ZSTR_CHAR(oldval)); in PHP_FUNCTION()
237 oldval = rl_erase_empty_line; in PHP_FUNCTION()
241 RETVAL_LONG(oldval); in PHP_FUNCTION()
258 oldval = rl_attempted_completion_over; in PHP_FUNCTION()
262 RETVAL_LONG(oldval); in PHP_FUNCTION()