Home
last modified time | relevance | path

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

/dports/news/trn4/trn-4.0-test77/
H A Dhead.h6 #define HEAD_FIRST SOME_LINE
17 #define SOME_LINE (CUSTOM_LINE+1) /* default for unrecognized */ macro
18 #define AUTHOR_LINE (SOME_LINE+1) /* Author */
H A Dhead.c83 return SOME_LINE;
88 return SOME_LINE;
116 return SOME_LINE;
128 if (i <= SOME_LINE && i != CUSTOM_LINE) {
177 in_header = SOME_LINE;
226 in_header = SOME_LINE;
H A Dartsrch.c78 srchhdr = SOME_LINE;
165 srchhdr = SOME_LINE;
H A Dscorefile.c234 if (set_line_type(lbuf,colonptr) != SOME_LINE)
656 if (j == SOME_LINE) {
1046 if (h <= SOME_LINE) {
H A Dintrp.c334 && (i = get_header_num(scrbuf)) != SOME_LINE) {
H A Dart.c158 in_header = SOME_LINE; in do_article()
/dports/news/trn/trn-3.6/
H A Dhead.h24 #define SOME_LINE (PAST_HEADER+1) /* unrecognized */ macro
25 #define ARTID_LINE (SOME_LINE+1) /* article-i.d. */
H A Dhead.c77 return SOME_LINE;
100 return SOME_LINE;
117 in_header = SOME_LINE;
167 in_header = SOME_LINE;
H A Dartsrch.c385 if (header_num == SOME_LINE)
H A Dart.c184 in_header = SOME_LINE; in do_article()