Deleted Added
full compact
cmd2.c (1591) cmd2.c (8874)
1/*
2 * Copyright (c) 1980, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 47 unchanged lines hidden (view full) ---

56{
57 register struct message *mp;
58 register int *ip, *ip2;
59 int list[2], mdot;
60
61 if (*msgvec != NULL) {
62
63 /*
1/*
2 * Copyright (c) 1980, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 47 unchanged lines hidden (view full) ---

56{
57 register struct message *mp;
58 register int *ip, *ip2;
59 int list[2], mdot;
60
61 if (*msgvec != NULL) {
62
63 /*
64 * If some messages were supplied, find the
64 * If some messages were supplied, find the
65 * first applicable one following dot using
66 * wrap around.
67 */
68
69 mdot = dot - &message[0] + 1;
70
71 /*
72 * Find the first message in the supplied

--- 458 unchanged lines hidden ---
65 * first applicable one following dot using
66 * wrap around.
67 */
68
69 mdot = dot - &message[0] + 1;
70
71 /*
72 * Find the first message in the supplied

--- 458 unchanged lines hidden ---