Home | History | Annotate | Download | only in libpopt

Lines Matching refs:chptr

98     const char * file, * chptr, * end;
129 chptr = file;
131 /*@-infloops@*/ /* LCL: can't detect chptr++ */
132 while (chptr < end) {
133 switch (*chptr) {
140 chptr++;
143 *dst++ = *chptr++;
144 if (chptr < end) {
145 if (*chptr == '\n')
146 dst--, chptr++;
149 *dst++ = *chptr++;
153 *dst++ = *chptr++;