Home | History | Annotate | Download | only in Interpreter

Lines Matching full:cptr

2382     char *cptr = (char *) in_string;
2385 if (cptr[0] == '%')
2387 ++cptr;
2390 if (isdigit (cptr[0]))
2392 const char *start = cptr;
2393 while (isdigit (cptr[0]))
2394 ++cptr;
2397 if (cptr[0] == '\0')