Lines Matching refs:history
307 HIST_ENTRY **history; in PHP_FUNCTION() local
316 history = history_list(); in PHP_FUNCTION()
318 if (history) { in PHP_FUNCTION()
321 add_next_index_string(return_value, history[i]->line); in PHP_FUNCTION()
333 history = history_list(); in PHP_FUNCTION()
334 if (history) { in PHP_FUNCTION()
336 add_next_index_string(return_value, history[i]->line); in PHP_FUNCTION()
344 history = history_list(); in PHP_FUNCTION()
346 if (history) { in PHP_FUNCTION()
348 for (i = 0; history[i]; i++) { in PHP_FUNCTION()
349 add_next_index_string(return_value, history[i]->line); in PHP_FUNCTION()