/openbsd/usr.bin/vi/vi/ |
H A D | v_ch.c | 26 static void notfound(SCR *, CHAR_T); 159 empty: notfound(sp, key); in v_chf() 168 notfound(sp, key); in v_chf() 241 empty: notfound(sp, key); in v_chF() 250 notfound(sp, key); in v_chF() 275 notfound(SCR *sp, CHAR_T ch) in notfound() function
|
/openbsd/usr.bin/which/ |
H A D | which.c | 54 int ch, allmatches = 0, notfound = 0, progmode = PROG_WHICH; in main() local 89 notfound++; in main() 91 return ((notfound == 0) ? 0 : ((notfound == argc) ? 2 : 1)); in main()
|
/openbsd/gnu/usr.bin/binutils/gdb/config/djgpp/ |
H A D | djconfig.sh | 58 notfound=${srcdir}/intl/po2tblsed.in 61 notfound=${srcdir}/gdb/ChangeLog.002 64 notfound=${srcdir}/readline/config.h-in 69 echo "(File $notfound was not found.)"
|
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ |
H A D | ProxySubs.pm | 93 my (%found, @notfound, @trouble); 110 push @notfound, $item unless $item->{invert_macro} 122 (\%found, \@notfound, \@trouble); 229 my ($found, $notfound, $trouble) 390 = [map {{%$_, type=>'', invert_macro => 1}} @$notfound];
|
H A D | Base.pm | 999 my $notfound = $self->return_statement_for_notfound(); 1000 $body .= " $notfound\n" if $notfound;
|
/openbsd/sys/isofs/cd9660/ |
H A D | cd9660_lookup.c | 258 goto notfound; in cd9660_lookup() 271 goto notfound; in cd9660_lookup() 316 notfound: in cd9660_lookup()
|
/openbsd/sys/dev/isa/ |
H A D | lm78_isa.c | 143 goto notfound; in lm_isa_match() 168 notfound: in lm_isa_match()
|
/openbsd/usr.bin/ldap/ |
H A D | aldap.c | 618 goto notfound; in aldap_next_attr() 623 goto notfound; in aldap_next_attr() 638 notfound: in aldap_next_attr() 659 goto notfound; in aldap_match_attr() 661 goto notfound; in aldap_match_attr() 677 notfound: in aldap_match_attr()
|
/openbsd/libexec/login_ldap/ |
H A D | aldap.c | 618 goto notfound; in aldap_next_attr() 623 goto notfound; in aldap_next_attr() 638 notfound: in aldap_next_attr() 659 goto notfound; in aldap_match_attr() 661 goto notfound; in aldap_match_attr() 677 notfound: in aldap_match_attr()
|
/openbsd/usr.sbin/ypldap/ |
H A D | aldap.c | 654 goto notfound; in aldap_next_attr() 659 goto notfound; in aldap_next_attr() 674 notfound: in aldap_next_attr() 695 goto notfound; in aldap_match_attr() 697 goto notfound; in aldap_match_attr() 713 notfound: in aldap_match_attr()
|
/openbsd/usr.sbin/makefs/msdos/ |
H A D | msdosfs_vnops.c | 213 goto notfound; in msdosfs_findslot() 275 notfound: in msdosfs_findslot()
|
/openbsd/sys/arch/sh/sh/ |
H A D | db_interface.c | 365 static char notfound[] = "---"; in __db_procname_by_asid() local 373 return (notfound); in __db_procname_by_asid()
|
/openbsd/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/ |
H A D | 02_function.t | 274 my @notfound = grep !exists $proto_tab{ $_} => 276 ok @notfound == 0, "All exports in table";
|
/openbsd/usr.sbin/eigrpd/ |
H A D | kroute.c | 590 goto notfound; in kroute_remove() 593 goto notfound; in kroute_remove() 596 goto notfound; in kroute_remove() 620 notfound: in kroute_remove()
|
/openbsd/sys/msdosfs/ |
H A D | msdosfs_lookup.c | 266 goto notfound; in msdosfs_lookup() 343 notfound:; in msdosfs_lookup()
|
/openbsd/usr.sbin/ldpd/ |
H A D | kroute.c | 725 goto notfound; in kroute_remove() 728 goto notfound; in kroute_remove() 731 goto notfound; in kroute_remove() 756 notfound: in kroute_remove()
|
/openbsd/sys/ufs/ufs/ |
H A D | ufs_lookup.c | 223 goto notfound; in ufs_lookup() 346 notfound: in ufs_lookup()
|
/openbsd/usr.bin/vi/ex/ |
H A D | ex_tag.c | 900 goto notfound; in ctag_search() 902 notfound: tag_msg(sp, TAG_SEARCH, tag); in ctag_search()
|
/openbsd/gnu/usr.bin/perl/ |
H A D | gv.c | 3772 int off = 0, off1, lr = 0, notfound = 0; in Perl_amagic_call() local 3980 notfound = 1; lr = -1; in Perl_amagic_call() 3982 notfound = 1; lr = 1; in Perl_amagic_call() 4091 if (!notfound) { in Perl_amagic_call() 4187 EXTEND(SP, notfound + 5); in Perl_amagic_call() 4191 if (notfound) { in Perl_amagic_call()
|
/openbsd/usr.sbin/snmpd/ |
H A D | application.c | 363 goto notfound; in appl_sysortable() 371 goto notfound; in appl_sysortable() 386 notfound: in appl_sysortable()
|
/openbsd/sys/net80211/ |
H A D | ieee80211_node.c | 1493 notfound: in ieee80211_end_scan() 1530 goto notfound; in ieee80211_end_scan() 1603 goto notfound; in ieee80211_end_scan()
|
/openbsd/usr.bin/ssh/ |
H A D | ssh.c | 463 goto notfound; in resolve_canonicalize() 501 notfound: in resolve_canonicalize()
|
/openbsd/gnu/usr.bin/perl/os2/ |
H A D | os2.c | 188 #define notfound (Perl_po2()->po2_notfound) macro 2412 if (!newp && !notfound) { in perllib_mangle() 2439 notfound = 1; in perllib_mangle()
|