Lines Matching defs:tmp
1755 char tmp[4];
1758 if (x_e_getmbc(tmp) < 0) {
1763 if ((cp = (cp == xep) ? NULL : strstr(cp + 1, tmp)) == NULL &&
1764 (cp = strstr(xbuf, tmp)) == NULL) {
1776 char *cp = xcp, *p, tmp[4];
1779 if (x_e_getmbc(tmp) < 0) {
1791 if ((tmp[1] && ((p+1) > xep)) ||
1792 (tmp[2] && ((p+2) > xep)))
1795 if (*p != tmp[0])
1797 if (b && tmp[1] && p[1] != tmp[1])
1799 if (b && tmp[2] && p[2] != tmp[2])
1821 unsigned char tmp[1], *cp = tmp;
1823 *tmp = isedchar(edchars.eof) ? (unsigned char)edchars.eof :
2706 char *tmp;
2712 tmp = xmp;
2714 x_goto(tmp);