Lines Matching refs:oldval
148 size_t oldval; in PHP_FUNCTION() local
203 oldval = rl_done; in PHP_FUNCTION()
207 RETVAL_LONG(oldval); in PHP_FUNCTION()
209 oldval = rl_pending_input; in PHP_FUNCTION()
216 RETVAL_LONG(oldval); in PHP_FUNCTION()
222 oldval = rl_completion_suppress_append; in PHP_FUNCTION()
226 RETVAL_BOOL(oldval); in PHP_FUNCTION()
228 oldval = rl_completion_append_character; in PHP_FUNCTION()
236 oldval == 0 ? ZSTR_EMPTY_ALLOC() : ZSTR_CHAR(oldval)); in PHP_FUNCTION()
240 oldval = rl_erase_empty_line; in PHP_FUNCTION()
244 RETVAL_LONG(oldval); in PHP_FUNCTION()
261 oldval = rl_attempted_completion_over; in PHP_FUNCTION()
265 RETVAL_LONG(oldval); in PHP_FUNCTION()