Home
last modified time | relevance | path

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

/dports/news/trn/trn-3.6/
H A Duudecode.c28 #define NORMLEN 64 /* allows for 84 encoded chars per line */ macro
37 static int chtbl[MAXCHAR], cdlen[NORMLEN + 3];
409 for (i = 1, j = 5; i <= NORMLEN; i += 3, j += 4) in inittbls()
/dports/news/nn/nn-6.7.3/
H A Ddecode.c34 #define NORMLEN 60 /* allows for 80 encoded chars per line */ macro
49 static int chtbl[MAXCHAR], cdlen[NORMLEN + 3];
295 for (i = 1, j = 5; i <= NORMLEN; i += 3, j += 4) in inittbls()