Searched refs:src_n (Results 1 – 1 of 1) sorted by relevance
909 source_t *src, *src_p, *src_n; in read_graph_file() local911 for (src_p = NULL, src = sources; src; src_p = src, src = src_n) in read_graph_file()913 src_n = src->next; in read_graph_file()1503 unsigned src_n = *++encoding; in add_line_counts() local1505 for (src = sources; src->index != src_n; src = src->next) in add_line_counts()