Searched refs:scope0 (Results 1 – 4 of 4) sorted by relevance
400 int scope0, tlimit0; in glue_op_search() local460 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()
373 enum window_customize_scope scope0, struct options *oo0, in window_customize_build_options() argument411 scope = scope0; in window_customize_build_options()435 scope = scope0; in window_customize_build_options()
2652 Implement inconsistency checking specified in [class.scope0].
124006 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 with124012 '$srcdir/$subdir/scope0.c'. I strongly suspect this is really an124013 obsolete test. I think that if '$srcdir/$subdir/scope0.c' works, then124014 'scope0.c' should have worked too, thus I'd think that if we pass due