Searched refs:ld_opt (Results 1 – 9 of 9) sorted by relevance
/dports/sysutils/lnav/lnav-0.10.1/src/ |
H A D | filter_status_source.cc | 312 auto ld_opt = lss.find_data(*fs.sb_iter); in statusview_fields() local 313 if (ld_opt && !ld_opt.value()->ld_visible) { in statusview_fields()
|
H A D | files_sub_source.cc | 347 auto ld_opt = lss.find_data(lf); in text_attrs_for_line() local 350 if (ld_opt && !ld_opt.value()->ld_visible) { in text_attrs_for_line()
|
H A D | session_data.cc | 1402 auto ld_opt = lnav_data.ld_log_source.find_data(lf); in save_session_with_id() local 1410 file_state.gen(!ld_opt || ld_opt.value()->ld_visible); in save_session_with_id()
|
H A D | lnav_commands.cc | 2587 auto ld_opt = lnav_data.ld_log_source.find_data(lf); in com_file_visibility() local 2589 if (!ld_opt || ld_opt.value()->ld_visible == make_visible) { in com_file_visibility() 2605 ld_opt | [make_visible](auto ld) { in com_file_visibility()
|
/dports/lang/perl5.30/perl-5.30.3/cpan/ExtUtils-MakeMaker/lib/ExtUtils/ |
H A D | MM_Unix.pm | 981 my $ld_opt = $Is{OS2} ? '$(OPTIMIZE) ' : ''; # Useful on other systems too? 983 sprintf <<'EOF', $armaybe, $ld_opt.$otherldflags, $inst_dynamic_dep, $ld_fix;
|
/dports/lang/perl5.32/perl-5.32.1/cpan/ExtUtils-MakeMaker/lib/ExtUtils/ |
H A D | MM_Unix.pm | 1012 my $ld_opt = $Is{OS2} ? '$(OPTIMIZE) ' : ''; # Useful on other systems too? 1014 sprintf <<'EOF', $armaybe, $ld_opt.$otherldflags, $inst_dynamic_dep, $ld_fix;
|
/dports/lang/perl5.34/perl-5.34.0/cpan/ExtUtils-MakeMaker/lib/ExtUtils/ |
H A D | MM_Unix.pm | 1013 my $ld_opt = $Is{OS2} ? '$(OPTIMIZE) ' : ''; # Useful on other systems too? 1015 sprintf <<'EOF', $armaybe, $ld_opt.$otherldflags, $inst_dynamic_dep, $ld_fix;
|
/dports/devel/p5-ExtUtils-MakeMaker/ExtUtils-MakeMaker-7.62/lib/ExtUtils/ |
H A D | MM_Unix.pm | 1013 my $ld_opt = $Is{OS2} ? '$(OPTIMIZE) ' : ''; # Useful on other systems too? 1015 sprintf <<'EOF', $armaybe, $ld_opt.$otherldflags, $inst_dynamic_dep, $ld_fix;
|
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/ExtUtils-MakeMaker/lib/ExtUtils/ |
H A D | MM_Unix.pm | 1013 my $ld_opt = $Is{OS2} ? '$(OPTIMIZE) ' : ''; # Useful on other systems too? 1015 sprintf <<'EOF', $armaybe, $ld_opt.$otherldflags, $inst_dynamic_dep, $ld_fix;
|