Home
last modified time | relevance | path

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

/PHP-5.5/ext/readline/
H A Dreadline.c241 int what_len, oldval; in PHP_FUNCTION() local
283 oldval = rl_done; in PHP_FUNCTION()
288 RETVAL_LONG(oldval); in PHP_FUNCTION()
290 oldval = rl_pending_input; in PHP_FUNCTION()
295 RETVAL_LONG(oldval); in PHP_FUNCTION()
303 oldval = rl_erase_empty_line; in PHP_FUNCTION()
308 RETVAL_LONG(oldval); in PHP_FUNCTION()
321 oldval = rl_attempted_completion_over; in PHP_FUNCTION()
326 RETVAL_LONG(oldval); in PHP_FUNCTION()
/PHP-5.5/main/streams/
H A Dplain_wrapper.c590 int oldval; in php_stdiop_set_option() local
601 oldval = (flags & O_NONBLOCK) ? 0 : 1; in php_stdiop_set_option()
609 return oldval; in php_stdiop_set_option()

Completed in 9 milliseconds