Lines Matching defs:s2
1593 char *s1, *s2;1631 s2 = variable_expand (s1);1634 len = strlen (s2);1636 bcopy (s2, s1, len + 1);1650 s2 = next_token (line);1651 for (line = s2; *line != '\0'; ++line)1667 s2 = line;1680 s2 = variable_expand (s2);1681 conditionals->ignoring[o] = (streq (s1, s2) == (cmdtype == c_ifneq));