Home | History | Annotate | Download | only in debugger

Lines Matching defs:Start

622  * RETURN:      Pointer to the start of the next token.
634 char *Start;
665 Start = String;
678 /* This is the start of a buffer, scan until closing paren */
681 Start = String;
694 /* This is the start of a field unit, scan until closing brace */
697 Start = String;
710 /* This is the start of a package, scan until closing bracket */
714 Start = String;
756 Start = String;
778 return (Start);