Home
last modified time | relevance | path

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

/dports/news/slrn/slrn-1.0.3/src/
H A Dgroup.c425 static Slrn_Group_Type *find_group_entry (char *name, unsigned int len) /*{{{*/ in find_group_entry() function
459 g = find_group_entry (name, len); in create_group_entry()
563 g = find_group_entry (name, len); in add_group()
717 Slrn_Group_Type *g = find_group_entry (name, strlen (name)); in find_group()
2522 Slrn_Group_Type *g = find_group_entry (line, len); in read_and_parse_active()
2563 if (NULL != (Slrn_Group_Current_Group = find_group_entry (name, strlen (name)))) in read_and_parse_active()
3186 if (NULL == (g = find_group_entry (name, strlen (name)))) in slrn_intr_set_group_order()
/dports/japanese/slrn/slrn-0.9.6.2/src/
H A Dgroup.c433 static Slrn_Group_Type *find_group_entry (char *name, unsigned int len) /*{{{*/ in find_group_entry() function
467 g = find_group_entry (name, len); in create_group_entry()
538 g = find_group_entry (name, len); in add_group()
665 Slrn_Group_Type *g = find_group_entry (name, strlen (name)); in find_group()