ul.c (be091cf3cccdb367aece7842d3644bd1e65dfe6b) ul.c (f682f10c76449b3af3b1dd9afff859cd1cd07116)
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

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

160 filter(f);
161 }
162 exit(0);
163}
164
165static void
166usage(void)
167{
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

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

160 filter(f);
161 }
162 exit(0);
163}
164
165static void
166usage(void)
167{
168 fprintf(stderr, "usage: ul [-i] [-t terminal] file...\n");
168 fprintf(stderr, "usage: ul [-i] [-t terminal] [file ...]\n");
169 exit(1);
170}
171
172void
173filter(FILE *f)
174{
175 wint_t c;
176 int i, w;

--- 393 unchanged lines hidden ---
169 exit(1);
170}
171
172void
173filter(FILE *f)
174{
175 wint_t c;
176 int i, w;

--- 393 unchanged lines hidden ---