OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PS1
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp
193
BasicBlock *
PS1
= PBI->getSuccessor(0);
195
BasicBlock *PS = (
PS1
== BB) ? PS2 :
PS1
;
196
int CIdx = (
PS1
== BB) ? 0 : 1;
222
BasicBlock *
PS1
= TBB->getSuccessor(0);
224
BranchInst *PBI1 = dyn_cast<BranchInst>(
PS1
->getTerminator());
227
// If
PS1
does not jump into PS2, but PS2 jumps into
PS1
,
230
(
PS1
->getTerminator()->getSuccessor(0) != PS2)) {
231
// 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/mksh/src/
sh.h
448
EXTERN const char *safe_prompt; /* safe prompt if
PS1
substitution fails */
[
all
...]
Completed in 133 milliseconds