Lines Matching refs:ZEND_FUNCTION
55 ZEND_FUNCTION(readline);
56 ZEND_FUNCTION(readline_info);
57 ZEND_FUNCTION(readline_add_history);
58 ZEND_FUNCTION(readline_clear_history);
60 ZEND_FUNCTION(readline_list_history);
62 ZEND_FUNCTION(readline_read_history);
63 ZEND_FUNCTION(readline_write_history);
64 ZEND_FUNCTION(readline_completion_function);
66 ZEND_FUNCTION(readline_callback_handler_install);
67 ZEND_FUNCTION(readline_callback_read_char);
68 ZEND_FUNCTION(readline_callback_handler_remove);
69 ZEND_FUNCTION(readline_redisplay);
72 ZEND_FUNCTION(readline_on_new_line);