Lines Matching defs:end
185 * This appends data from a given source buffer to the end of the used part of
319 char *end;
372 end = ptr;
373 EAT_WORD(end);
374 len.sig = end - ptr;
383 /* end of current sub section */
387 /* end of wanted part */
402 /* end of current main section */
406 /* end of wanted part */
421 /* end of outermost file section */
425 /* end of wanted part */
438 end = ptr;
439 EAT_WORD(end);
440 len.sig = end - ptr;
455 ptr = end;
457 end = ptr;
458 while(*end && ('>' != *end))
459 end++;
460 len.sig = end - ptr;