HomeSort by relevance Sort by last modified time
    Searched refs:PS1 (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/tools/cr/cr/commands/
shell.py 47 ps1 = '[CR] ' + os.environ.get('PS1', '')
49 rcfile.write('source ~/.bashrc\nPS1="'+ps1+'"')
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 195 BasicBlock *PS1 = PBI->getSuccessor(0);
197 BasicBlock *PS = (PS1 == BB) ? PS2 : PS1;
198 int CIdx = (PS1 == BB) ? 0 : 1;
224 BasicBlock *PS1 = TBB->getSuccessor(0);
226 BranchInst *PBI1 = dyn_cast<BranchInst>(PS1->getTerminator());
229 // If PS1 does not jump into PS2, but PS2 jumps into PS1,
232 (PS1->getTerminator()->getSuccessor(0) != PS2)) {
233 // Check whether PS2 jumps into PS1
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 549 PS1 = ">>> "
571 if line.lstrip().startswith(self.PS1):
577 i = line.find(self.PS1)
619 block = [indent + self.PS1 + new.pop(0)]
667 # end of the prompt string (PS1 or PS2).
674 This strips the first len(indent + self.PS1) characters off each line.
676 prefix1 = indent + self.PS1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 549 PS1 = ">>> "
571 if line.lstrip().startswith(self.PS1):
577 i = line.find(self.PS1)
619 block = [indent + self.PS1 + new.pop(0)]
667 # end of the prompt string (PS1 or PS2).
674 This strips the first len(indent + self.PS1) characters off each line.
676 prefix1 = indent + self.PS1
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
  /external/mksh/src/
lex.c 1452 (cur_prompt != PS1 || !ctype(*s->str, C_IFS | C_IFSWS))) {
1483 char * volatile ps1; local
    [all...]
main.c 399 vp = global("PS1");
400 /* Set PS1 if unset or we are root and prompt doesn't contain a # */
851 set_prompt(PS1, s);
    [all...]
sh.h 447 EXTERN const char *safe_prompt; /* safe prompt if PS1 substitution fails */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
kxia64.h 9 #define PS1 0x0002
  /external/icu/icu4c/source/
config.status 37 PS1='$ '
    [all...]
  /external/srtp/
config.status 37 PS1='$ '
configure 34 PS1='$ '
    [all...]
  /external/fdlibm/
configure 36 PS1='$ '
    [all...]
  /external/iputils/ninfod/
configure 126 PS1='$ '
    [all...]
  /external/elfutils/0.153/
configure 128 PS1='$ '
    [all...]
  /external/genext2fs/
configure 98 PS1='$ '
    [all...]
  /external/liblzf/
configure 94 PS1='$ '
    [all...]
  /external/stressapptest/
configure 125 PS1='$ '
    [all...]
  /external/chromium_org/third_party/icu/source/
configure 125 PS1='$ '
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
configure 126 PS1='$ '
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/libpcap/
configure 122 PS1='$ '
    [all...]
  /external/tcpdump/
configure 122 PS1='$ '
    [all...]
  /ndk/sources/host-tools/make-3.81/
configure 126 PS1='$ '
    [all...]
  /external/chromium_org/third_party/libxml/src/
configure 123 PS1='$ '
    [all...]

Completed in 743 milliseconds

1 2 3