Home
last modified time | relevance | path

Searched refs:oldval (Results 1 – 2 of 2) sorted by relevance

/PHP-5.4/ext/readline/
H A Dreadline.c238 int what_len, oldval; in PHP_FUNCTION() local
280 oldval = rl_done; in PHP_FUNCTION()
285 RETVAL_LONG(oldval); in PHP_FUNCTION()
287 oldval = rl_pending_input; in PHP_FUNCTION()
292 RETVAL_LONG(oldval); in PHP_FUNCTION()
300 oldval = rl_erase_empty_line; in PHP_FUNCTION()
305 RETVAL_LONG(oldval); in PHP_FUNCTION()
318 oldval = rl_attempted_completion_over; in PHP_FUNCTION()
323 RETVAL_LONG(oldval); in PHP_FUNCTION()
/PHP-5.4/main/streams/
H A Dplain_wrapper.c561 int oldval; in php_stdiop_set_option() local
572 oldval = (flags & O_NONBLOCK) ? 0 : 1; in php_stdiop_set_option()
580 return oldval; in php_stdiop_set_option()

Completed in 22 milliseconds