reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
198 if (templ && templ[0] == '^') { 198 if (templ && templ[0] == '^') { 200 templ++; 203 while (templ && templ[0]) { 203 while (templ && templ[0]) { 204 if (templ[0] == '*') { 205 templ++; 210 if (templ[0] == '$') 214 char *tpos = (char*)internal_strchr(templ, '*'); 215 char *tpos1 = (char*)internal_strchr(templ, '$'); 221 const char *spos = internal_strstr(str, templ); 222 str = spos + internal_strlen(templ); 223 templ = tpos;