OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:len_lnum
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
input.cc
1429
int
len_lnum
= num_digits (exploc.line);
local
1430
if (
len_lnum
< 3)
1431
len_lnum
= 3;
1436
int indent = 6 + strlen (exploc.file) +
len_lnum
+ len_loc;
/src/external/gpl3/gcc.old/dist/gcc/
input.cc
1304
int
len_lnum
= num_digits (exploc.line);
local
1305
if (
len_lnum
< 3)
1306
len_lnum
= 3;
1311
int indent = 6 + strlen (exploc.file) +
len_lnum
+ len_loc;
Completed in 21 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026