Lines Matching refs:history
411 HIST_ENTRY **history; in PHP_FUNCTION() local
420 history = history_list(); in PHP_FUNCTION()
422 if (history) { in PHP_FUNCTION()
425 add_next_index_string(return_value, history[i]->line); in PHP_FUNCTION()
437 history = history_list(); in PHP_FUNCTION()
438 if (history) { in PHP_FUNCTION()
440 add_next_index_string(return_value, history[i]->line); in PHP_FUNCTION()
448 history = history_list(); in PHP_FUNCTION()
450 if (history) { in PHP_FUNCTION()
452 for (i = 0; history[i]; i++) { in PHP_FUNCTION()
453 add_next_index_string(return_value, history[i]->line); in PHP_FUNCTION()