Home | History | Annotate | Download | only in dist

Lines Matching refs:lenptr

1106 /* The length of the endline sequence that is found is set via lenptr. This may
1112 lenptr where to put the length of the eol sequence
1119 end_of_line(char *p, char *endptr, int *lenptr)
1128 *lenptr = 1;
1131 *lenptr = 0;
1138 *lenptr = 1;
1141 *lenptr = 0;
1150 *lenptr = 0;
1155 *lenptr = 2;
1185 *lenptr = 1;
1191 *lenptr = 2;
1194 else *lenptr = 1;
1202 *lenptr = 0; /* Must have hit the end */
1231 *lenptr = 1;
1237 *lenptr = 2;
1240 else *lenptr = 1;
1245 *lenptr = utf8? 2 : 1;
1250 *lenptr = 3;
1259 *lenptr = 0; /* Must have hit the end */