Lines Matching refs:str2
1724 char *str2;1729 str2 = strstr (str, "||");1730 if (str2)1734 str2 = strstr (str, "->");1735 if (str2)1739 str2 = strstr (str, "<-");1740 if (str2)1745 /* str2 points to the separator, if there is one. */1746 if (str2)1748 *str2 = 0;1761 str = str2 + 2;