Lines Matching refs:start
458 * RETURN: Pointer to the start of the next token.
467 char *start;
493 start = string;
505 /* This is the start of a buffer, scan until closing paren */
508 start = string;
520 /* This is the start of a field unit, scan until closing brace */
523 start = string;
535 /* This is the start of a package, scan until closing bracket */
539 start = string;
573 start = string;
591 return (start);