Home
last modified time | relevance | path

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

/dports/news/newsfetch/newsfetch-1.21/
H A Dnntp.c154 int first_art, last_art, total_art, tmp ; in checkGroup() local
170 sscanf(command_buf,"%d %d %d %d",&tmp,&total_art,&first_art,&last_art); in checkGroup()
177 if(first_article < first_art) in checkGroup()
178 first_article = first_art; in checkGroup()
/dports/news/knews/knews-1.0b.1/src/
H A Dutil.c497 if (group->first_art == 0 && group->last_art == 0) { in calc_no_unread()
502 group->no_unread = group->last_art - group->first_art + 1; in calc_no_unread()
508 } else if (loop->first < group->first_art) { in calc_no_unread()
509 if (loop->last >= group->first_art) in calc_no_unread()
510 group->no_unread -= (loop->last - group->first_art +1); in calc_no_unread()
519 long first = g->first_art; in list_all_arts_read()
H A Dnewsrc.c81 group->first_art = first; in get_newsgroups()
410 group->first_art = 0; in create_group()
621 &global.groups[k]->first_art); in rescan()
671 global.groups[j]->first_art = first; in rescan()
703 &global.groups[j]->first_art, in rescan()
H A Dthread.c200 char *thread_from_file(SERVER *server, long first_art) in thread_from_file() argument
211 if (atol(buffer) < first_art) in thread_from_file()
1114 global.curr_group->first_art = first; in nntp_enter_group()
1136 long first = global.curr_group->first_art; in thread_articles()
1315 first = global.curr_group->first_art; in popup_ask_how_many()
1322 global.curr_group->first_art, in popup_ask_how_many()
H A Dglobal.h101 long first_art; member
H A Dahead.c591 thread_from_file(server, group->first_art); in thread_ahead_check()
625 if (art->no >= group->first_art) in thread_ahead_leave_group()
H A Dsearch.c421 global.curr_group->first_art > global.curr_group->last_art) { in do_xpat_search()
428 global.curr_group->first_art, in do_xpat_search()
H A Dwidgets.c94 num = group->last_art - group->first_art + 1; in print_group_info_all()
/dports/news/trn4/trn-4.0-test77/
H A Drthread.h26 ARTICLE* first_art _((SUBJECT*));
H A Drthread.c207 first_art(sp) in first_art() function
301 ap = first_art(sp);
306 ap = first_art(sp);
1118 ap = first_art(sp);
1123 ap = first_art(sp);
1128 ap = first_art(sp);
H A Dsamisc.c138 for (ap = first_art(sp); ap; ap = next_art(ap)) { in sa_selthreads()
H A Dngstuff.c311 artp = first_art(sp); in thread_perform()
364 for (ap = first_art(sp); ap; ap = next_art(ap)) in thread_perform()
H A Dng.c716 if ((artp = first_art(artp->subj)) != NULL) in art_switch()
1545 if ((artp = first_art(artp->subj)) != NULL) { in art_switch()
H A Drt-select.c1322 for (ap = first_art(u.sp); ap; ap = next_art(ap))
/dports/news/trn/trn-3.6/
H A Dngstuff.c273 artp = first_art(sp); in thread_perform()
327 for (ap = first_art(sp); ap; ap = next_art(ap)) in thread_perform()
H A Drthread.h20 ARTICLE *first_art _((SUBJECT*));
H A Drthread.c159 first_art(sp) in first_art() function
249 ap = first_art(sp);
254 ap = first_art(sp);
1060 ap = first_art(sp);
1065 ap = first_art(sp);
1070 ap = first_art(sp);
H A Dng.c539 if ((artp = first_art(artp->subj)) != Nullart) in art_switch()
1208 if ((artp = first_art(artp->subj)) != Nullart) { in art_switch()
H A Drt-select.c460 for (ap = first_art(sp); ap; ap = next_art(ap))
/dports/news/nn/nn-6.7.3/
H A Dgroup.c212 group_menu(register group_header * gh, article_number first_art, register flag_type access_mode, ch… in group_menu() argument
298 if ((gh->current_first = first_art) < 0) { in group_menu()
409 if (access_mode & ACC_ALSO_READ_ARTICLES || first_art >= 0) in group_menu()