Lines Matching defs:start
455 * RETURN: Pointer to the start of the next token.
464 char *start;
490 start = string;
502 /* This is the start of a buffer, scan until closing paren */
505 start = string;
517 /* This is the start of a field unit, scan until closing brace */
520 start = string;
532 /* This is the start of a package, scan until closing bracket */
536 start = string;
570 start = string;
588 return (start);