/openbsd/gnu/llvm/lldb/utils/lui/ |
H A D | cui.py | 18 self.focus = False 20 def setFocus(self, focus): argument 21 self.focus = focus 24 return self.focus 202 self.focus = 0 208 old = self.focus 210 self.focus += 1 211 if self.focus >= len(self.wins): 212 self.focus = 0 215 self.wins[self.focus].setFocus(True) [all …]
|
H A D | lui.py | 111 self.focus = len(self.wins) - 1 # index of command window;
|
/openbsd/sbin/wsconsctl/ |
H A D | display.c | 45 int focus; variable 61 { "focus", &focus, FMT_INT, FLG_NORDBACK }, 91 focus = gscr.idx = -1; in display_get_values() 101 } else if (ptr == &focus) { in display_get_values() 189 focus = gscr.idx; in display_get_values() 212 if (ptr == &focus) { in display_put_values()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | BugpointRedesign.md | 13 focus: minimization of IR test cases. 19 ### Narrow focus: test-case reduction 20 The main focus will be a code reduction strategy to obtain much smaller test
|
/openbsd/gnu/gcc/config/ |
H A D | mh-ppc-aix | 2 # Compile Ada files with minimal-toc. The primary focus is gnatlib, so
|
/openbsd/gnu/usr.bin/binutils-2.17/config/ |
H A D | mh-ppc-aix | 2 # Compile Ada files with minimal-toc. The primary focus is gnatlib, so
|
/openbsd/sys/dev/microcode/tusb3410/ |
H A D | tusb3410-license | 1 from http://focus.ti.com/docs/prod/folders/print/tusb3410.html 2 http://focus.ti.com/litv/zip/sllc139
|
/openbsd/usr.bin/mandoc/ |
H A D | cgi.c | 64 enum focus { enum 92 static void resp_searchform(const struct req *, enum focus); 431 resp_searchform(const struct req *req, enum focus focus) in resp_searchform() argument 448 if (focus == FOCUS_QUERY) in resp_searchform()
|
/openbsd/regress/sys/netinet/bindconnect/ |
H A D | README | 22 file descriptors, the focus for the stress test can be changed.
|
/openbsd/sbin/fsdb/ |
H A D | fsdb.c | 171 CMDFUNC(focus); /* focus on inode */ 199 { "inode", "Set active inode to INUM", 2, 2, focus }, 343 CMDFUNCSTART(focus) in CMDFUNCSTART() argument
|
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | t-aix52 | 48 # Compile Ada files with minimal-toc. The primary focus is gnatlib, so
|
H A D | t-aix43 | 67 # Compile Ada files with minimal-toc. The primary focus is gnatlib, so
|
/openbsd/gnu/usr.bin/perl/cpan/Encode/t/ |
H A D | at-tw.t | 30 # Since JP.t already tests basic file IO, we will just focus on
|
H A D | at-cn.t | 28 # Since JP.t already tests basic file IO, we will just focus on
|
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/ |
H A D | 2001-01-31-UniversalIRIdea.txt | 23 compiler could then focus on language-specific analyses and optimizations.
|
H A D | 2001-02-13-Reference-MemoryResponse.txt | 40 I understand the concern. But again, let's focus on the performance first
|
H A D | 2000-11-18-EarlyDesignIdeasResp.txt | 10 > portability and safety like the Java VM? Or shall we focus on the 49 on top of it. It also lets us focus on the more interesting compilers 65 initial implementations should focus on this. :)
|
H A D | 2000-12-06-MeetingSummary.txt | 60 have their priorities shifted. The other option is to focus on a
|
H A D | 2000-11-18-EarlyDesignIdeas.txt | 10 portability and safety like the Java VM? Or shall we focus on the
|
/openbsd/gnu/llvm/lldb/docs/status/ |
H A D | goals.rst | 19 and the debugger can focus on important issues like process control, efficient
|
/openbsd/gnu/llvm/clang/cmake/caches/ |
H A D | MultiDistributionExample.cmake | 5 # demonstrate bootstrapping so it can focus on the configuration details
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | 20020430-1.c | 59 int focus; member
|
/openbsd/gnu/llvm/lldb/docs/use/ |
H A D | links.rst | 13 A high level overview of LLDB with a focus on debugging Objective-C
|
H A D | ondemand.rst | 21 binaries that are not all required when you want to focus on debugging a few of 59 people to inform the debugger that they want focus on this module. Breakpoints
|
/openbsd/gnu/llvm/llvm/docs/GlobalISel/ |
H A D | InstructionSelect.rst | 56 reasons that rules weren't imported. This can be used to focus on the most
|