OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:the_fields
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in
1470
my @
the_fields
= ();
1533
@
the_fields
= split ("\n", $output_cmd);
1534
$no_of_fields = scalar (@
the_fields
);
1535
$cmd_found = ($
the_fields
[$no_of_fields-1] == 0 ? $TRUE : $FALSE);
1551
$full_path_cmd = $
the_fields
[0];
/src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in
1470
my @
the_fields
= ();
1533
@
the_fields
= split ("\n", $output_cmd);
1534
$no_of_fields = scalar (@
the_fields
);
1535
$cmd_found = ($
the_fields
[$no_of_fields-1] == 0 ? $TRUE : $FALSE);
1551
$full_path_cmd = $
the_fields
[0];
Completed in 48 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026