Home | History | Annotate | Download | only in src

Lines Matching refs:cp

997 static void handle_dollar (int token_type, char *cp, location loc);
998 static void handle_at (int token_type, char *cp, location loc);
3495 char *cp = text + 1;
3501 if (*cp == '<')
3503 type_name = ++cp;
3504 while (*cp != '>')
3505 ++cp;
3506 *cp = '\0';
3507 ++cp;
3510 if (*cp == '$')
3525 long int num = strtol (cp, NULL, 10);
3593 char *cp = text + 1;
3599 if (*cp == '$')
3603 long int num = strtol (cp, NULL, 10);