OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:listing_rhs_width
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/
listing.c
87
LISTING_RHS_WIDTH
Number of chars from the input file to print
113
#ifndef
LISTING_RHS_WIDTH
114
#define
LISTING_RHS_WIDTH
100
196
unsigned int
listing_rhs_width
=
LISTING_RHS_WIDTH
;
variable
1230
buffer = XNEWVEC (char,
listing_rhs_width
);
1239
width =
listing_rhs_width
> paper_width ? paper_width :
1240
listing_rhs_width
;
/src/external/gpl3/binutils.old/dist/gas/
listing.c
87
LISTING_RHS_WIDTH
Number of chars from the input file to print
113
#ifndef
LISTING_RHS_WIDTH
114
#define
LISTING_RHS_WIDTH
100
196
unsigned int
listing_rhs_width
=
LISTING_RHS_WIDTH
;
variable
1230
buffer = XNEWVEC (char,
listing_rhs_width
);
1239
width =
listing_rhs_width
> paper_width ? paper_width :
1240
listing_rhs_width
;
Completed in 31 milliseconds
Indexes created Sat May 02 00:23:24 UTC 2026