Home
last modified time | relevance | path

Searched refs:scope0 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dbackglue.c400 int scope0, tlimit0; in glue_op_search() local
460 scope0 = op->ors_scope; in glue_op_search()
511 if (scope0 == LDAP_SCOPE_ONELEVEL && in glue_op_search()
528 } else if (scope0 == LDAP_SCOPE_SUBTREE && in glue_op_search()
533 } else if (scope0 == LDAP_SCOPE_SUBTREE && in glue_op_search()
701 op->ors_scope = scope0; in glue_op_search()
/netbsd-src/external/bsd/tmux/dist/
H A Dwindow-customize.c373 enum window_customize_scope scope0, struct options *oo0, in window_customize_build_options() argument
411 scope = scope0; in window_customize_build_options()
435 scope = scope0; in window_customize_build_options()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-19942652 Implement inconsistency checking specified in [class.scope0].
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git124006 gdb_test "print 'scope0.c'::filelocal" \
124007 "\\\$$decimal = 1" "print 'scope0.c'::filelocal at main" \
124008 "No symbol \"scope0.c\" in current context.*" \
124009 "print '$srcdir/$subdir/scope0.c'::filelocal"
124011 So if 'scope0.c' doesn't work, we try again with
124012 '$srcdir/$subdir/scope0.c'. I strongly suspect this is really an
124013 obsolete test. I think that if '$srcdir/$subdir/scope0.c' works, then
124014 'scope0.c' should have worked too, thus I'd think that if we pass due