Home | History | Annotate | Download | only in pr

Lines Matching defs:cps

179 	int cps;
240 cps = 0;
249 if ((cnt = inln(inf,lbuf,LBUF,&cps,0,&mor)) < 0)
350 int cps = 0;
469 cnt = inln(inf,ptbf,colwd,&cps,1,&mor);
668 int cps = 0;
725 if ((cnt = inln(inf,ptbf,colwd,&cps,1,
822 int cps = 0;
927 &cps, 1, &mor)) < 0) {
1023 * cps: column position 1st char in buffer (large line support)
1028 inln(FILE *inf, char *buf, int lim, int *cps, int trnc, int *mor)
1050 col = (ptbuf - buf) + *cps;
1083 *cps = 0;
1093 *cps = 0;
1108 *cps = 0;
1114 *cps += col;