Home
last modified time | relevance | path

Searched refs:from2 (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/mail/
H A Dcat.c42 cat(to, from1, from2) in cat() argument
43 register char *to, *from1, *from2; in cat()
46 for (; *from2;) *to++ = *from2++;
/titanic_41/usr/src/cmd/sdiff/
H A Dsdiff.c124 static int from1, to1, from2, to2; variable
275 n2 = from2 - num2; in main()
312 n2 = to2 - from2; in main()
509 from2 = atoi(cps); in cmd()
510 to2 = from2; in cmd()