Lines Matching defs:s2
242 char *s2;
247 s2 = strchr (s+1, ']');
254 if ((type == 1) && (s1 != 0) && (s2 == 0))
266 if ((type == 1) && (s1 != 0) && (s2 == 0))
450 char *s2;
453 s2 = s1 + strlen (s1) - 1;
454 if (*s2 == ':') /* translation ends in ':' */
456 s2 = trnlog (s1);
458 if (*s2 == 0)
463 s1 = s2;
466 if (*s2 == ']') /* translation ends in ']' */
468 if (*(s2-1) == '.') /* ends in '.]' */