Home
last modified time | relevance | path

Searched refs:from1 (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()
45 for (; *from1;) *to++ = *from1++;
/titanic_41/usr/src/cmd/sdiff/
H A Dsdiff.c124 static int from1, to1, from2, to2; variable
274 n1 = from1 - num1; in main()
311 n1 = to1 - from1; in main()
494 from1 = atoi(cps); in cmd()
495 to1 = from1; in cmd()