Lines Matching refs:end
172 unsigned char *ptr, *end, ch; in lm_print() local
181 end = (unsigned char *) sccb + 4096 - 1; in lm_print()
188 if (ch == 0x0a || ptr + count > end) in lm_print()
197 } while (offset < len && ptr + sizeof(*mto) <= end); in lm_print()
322 static struct gds_vector *sclp_find_gds_vector(void *start, void *end, uint16_t id) in sclp_find_gds_vector() argument
326 for (v = start; (void *)v < end; v = (void *)v + v->length) in sclp_find_gds_vector()
334 void *end; in sclp_eval_selfdeftextmsg() local
336 end = (void *)sv + sv->length; in sclp_eval_selfdeftextmsg()
337 for (sv = sv + 1; (void *)sv < end; sv = (void *)sv + sv->length) in sclp_eval_selfdeftextmsg()
346 void *end; in sclp_eval_textcmd() local
348 end = (void *)v + v->length; in sclp_eval_textcmd()
349 for (sv = (struct gds_subvector *)(v + 1); (void *)sv < end; in sclp_eval_textcmd()
358 void *end; in sclp_eval_cpmsu() local
360 end = (void *)v + v->length; in sclp_eval_cpmsu()
361 for (v = v + 1; (void *)v < end; v = (void *)v + v->length) in sclp_eval_cpmsu()