HomeSort by: relevance | last modified time | path
    Searched defs:Which (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/pkg_install/dist/info/
main.c 47 enum which Which = WHICH_LIST;
81 Which = WHICH_ALL;
186 Which = WHICH_USER;
221 if (Which == WHICH_LIST)
222 Which = WHICH_ALL;
240 if (argc != 0 && Which != WHICH_LIST) {
275 if (File2Pkg && Which == WHICH_LIST)
326 if (TAILQ_FIRST(&pkgs) == NULL && Which == WHICH_LIST && !CheckPkg)
  /src/external/gpl2/xcvs/dist/src/
sanity.sh 61 echo " around, exiting after the first test which supports"
533 # Which directories should Which and find_tool search for executables?
537 # Usage: Which [-a] [-x|-f|-r] prog [$SEARCHPATH:/with/directories:/to/search]
538 Which() {
567 TESTSHELL=`Which -f sh`
593 # which makes for a lot of failed `tail -f' attempts.
667 # Now override our CVS_RSH in order to forward variables which affect the
781 clist=; for cmd in $cmds; do clist="$clist `Which -a $cmd`"; done
1042 # Baushke, basically the allowed names from Linux systems (plus `.', which i
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 39 // each one, e.g. @"foo" "bar" @"baz" "qux" which need to be turned into one
431 int Which = isa<CharacterLiteral>(OrigElement) ? 1
437 << Which << OrigElement->getSourceRange()
1153 // which is an array type.
1452 /// This is the "base" result type, which will still need to be adjusted
1665 // Look for a method overridden by this method which explicitly uses
1769 // Find the class to which we are sending this message.
2539 /// Diagnose use of %s directive in an NSString which is being passed
2584 /// receiver of this message. This may be NULL, in which case we are
2596 /// \param Sel The selector to which the message is being sent
    [all...]
SemaDeclAttr.cpp 466 // since that would alter the order in which templates are instantiated.)
1836 // At present, a declaration to which `weakref' is attached can only
2350 int Which = -1;
2354 Which = 0;
2358 Which = 1;
2362 Which = 2;
2367 if (Which == -1) {
2372 } else if (Which != 1 && AMK == AMK_OptionalProtocolImplementation) {
2383 << Which
3607 // the this type (which the callee cannot reference anyway!)
    [all...]

Completed in 36 milliseconds