Lines Matching defs:ptr
38 char *ptr = *esc_val;42 if (*ptr == 'c') xexit();45 if (eat(&ptr, 'x')) base = 16;47 if (posix && *ptr=='0') ptr++;48 if (*ptr >= '0' && *ptr <= '7') base = 8;54 if (!(result = unescape(*ptr))) result = '\\';61 num = tolower(*ptr) - '0';69 ptr++;72 *esc_val = ptr;