OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WIDTH
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/banner/
banner.h
25
#define
WIDTH
8 /*
width
of characters */
/src/usr.sbin/lpr/common_source/
lp.local.h
66
#define
WIDTH
8 /*
width
of characters */
/src/usr.bin/sdiff/
sdiff.c
31
#define
WIDTH
130
63
size_t line_width; /*
width
of a line (two columns and divider) */
64
size_t
width
; /*
width
of each column */
variable
87
{ "
width
", required_argument, NULL, 'w' },
158
size_t diffargc = 0, wflag =
WIDTH
;
238
errx(2, "
width
is %s: %s", errstr, optarg);
284
width
= (wflag - 3) / 2;
286
if (
width
> (SIZE_T_MAX - 3) / 2)
287
errx(2, "
width
is too large: %zu", width)
[
all
...]
/src/usr.sbin/traceroute6/
traceroute6.c
1011
#define
WIDTH
16
1013
if (i %
WIDTH
== 0)
1018
if (i %
WIDTH
==
WIDTH
- 1)
1021
if (cc %
WIDTH
!= 0)
/src/games/hunt/include/
hunt_common.h
94
#define
WIDTH
51
95
#define WIDTH2 64 /* Next power of 2 >=
WIDTH
(for fast access) */
100
#define RBOUND (
WIDTH
- 1)
Completed in 24 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026