Home
last modified time | relevance | path

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

/dports/news/nn/nn-6.7.3/
H A Dglobal.h162 int l_g_index, s_g_first; variable
169 for (l_g_index = 0; \
170 (l_g_index < master.number_of_groups) && \
171 (gh = active_groups[l_g_index]) ;\
172 l_g_index++)
175 for (l_g_index = 0, gh=active_groups; \
176 l_g_index < master.number_of_groups; \
177 l_g_index++, gh++)
181 for (l_g_index = s_g_first; \
183 (gh = sorted_groups[l_g_index]) ;\
[all …]
H A Ddb.c551 db_init_group(gh, l_g_index); in open_master()
629 Loop_Groups_Number(l_g_index) {
631 active_groups[l_g_index] = gh;
636 gh->group_num = l_g_index;
764 sorted_groups[l_g_index] = gh;
771 s_g_first = l_g_index;