Home
last modified time | relevance | path

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

/coreutils/src/
Dptx.c238 static OCCURS *occurs_table[1]; /* all words retained from the read text */ variable
634 qsort (occurs_table[0], number_of_occurs[0], sizeof **occurs_table, in sort_found_occurs()
949 occurs_table[0] = x2nrealloc (occurs_table[0], in find_occurs_in_text()
951 sizeof *occurs_table[0]); in find_occurs_in_text()
952 occurs_cursor = occurs_table[0] + number_of_occurs[0]; in find_occurs_in_text()
1659 occurs_cursor = occurs_table[0]; in generate_all_output()