Home | History | Annotate | Download | only in src

Lines Matching refs:cp

136 static void handle_dollar (int token_type, char *cp, location loc);
137 static void handle_at (int token_type, char *cp, location loc);
841 char *cp = text + 1;
847 if (*cp == '<')
849 type_name = ++cp;
850 while (*cp != '>')
851 ++cp;
852 *cp = '\0';
853 ++cp;
856 if (*cp == '$')
871 long int num = strtol (cp, NULL, 10);
939 char *cp = text + 1;
945 if (*cp == '$')
949 long int num = strtol (cp, NULL, 10);