Searched refs:lineend (Results 1 – 1 of 1) sorted by relevance
54 while (pos < lineend && BLANK & l_d_mask[*(++pos)]); \55 while (pos < lineend && !((FLD_D | REC_D_F) & l_d_mask[*++pos])); \83 u_char *lineend, *pos; in enterkey() local90 lineend = (u_char *) line->data + line->size-1; in enterkey()96 for (; (col < clpos->num) && (pos < lineend); col++) { in enterkey()99 if (pos >= lineend) in enterkey()105 if (pos >= lineend) { in enterkey()106 clpos->end = lineend; in enterkey()112 clist[i].start = clist[i].end = lineend; in enterkey()137 u_char *start, *end, *lineend, *mask, *lweight; in enterfield() local[all …]