Lines Matching refs:str2
1574 char *str2;1591 str2 = strstr (str, "||");1592 if (str2)1599 str2 = strstr (str, "->");1600 if (str2)1604 str2 = strstr (str, "<-");1605 if (str2)1610 /* STR2 points to the separator, if one. */1611 if (str2)1613 *str2 = 0;1626 str = str2 + 2;