Lines Matching defs:p3
85 char c, *s, *p1, *p2, *p3, *newstring, *value;88 p3 = NULL;106 value = get_variable(s, &p3, line);115 if (p3 != NULL) {116 if (c == '{' && *p3 == '}')117 p3++;118 len += strlen(p3);127 if (p3 != NULL)128 strcat(p1, p3);130 s = p1 + len - strlen(p3) - 1;