Lines Matching defs:mor
187 int mor;
249 if ((cnt = inln(inf,lbuf,LBUF,&cps,0,&mor)) < 0)
266 if (otln(obuf,cnt+off, &ips, &ops, mor))
268 } else if (otln(lbuf, cnt, &ips, &ops, mor))
274 if (mor) {
352 int mor = 0;
469 cnt = inln(inf,ptbf,colwd,&cps,1,&mor);
670 int mor = 0;
726 &mor)) < 0)
824 int mor = 0;
927 &cps, 1, &mor)) < 0) {
1025 * mor: set if more data in line (not truncated)
1028 inln(FILE *inf, char *buf, int lim, int *cps, int trnc, int *mor)
1082 *mor = 0;
1092 *mor = 0;
1109 *mor = 0;
1115 *mor = 1;
1129 * mor: output line not complete in this buf; more data to come.
1133 otln(char *buf, int cnt, int *svips, int *svops, int mor)
1205 if (mor > 0) {
1214 if (mor < 0) {
1247 if (mor != 0)