| /openbsd-src/gnu/usr.bin/perl/dist/Term-Complete/t/ |
| H A D | Complete.t | 5 use vars qw( $Term::Complete::complete $complete $Term::Complete::stty ); 22 *complete = \$Term::Complete::complete; 56 $complete = "!";
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleP10.td | 89 // A BF pipeline may take from 7 to 36 cycles to complete. 120 // A BR pipeline may take 2 cycles to complete. 125 // A CY pipeline may take 7 cycles to complete. 130 // A DF pipeline may take from 13 to 174 cycles to complete. 216 // A DV pipeline may take from 20 to 83 cycles to complete. 268 // A DX pipeline may take 5 cycles to complete. 273 // A F2 pipeline may take 4 cycles to complete. 278 // A FX pipeline may take from 2 to 3 cycles to complete. 287 // A LD pipeline may take 6 cycles to complete. 292 // A MF pipeline may take 13 cycles to complete. [all …]
|
| /openbsd-src/gnu/usr.bin/perl/dist/Term-Complete/lib/Term/ |
| H A D | Complete.pm | 69 our($complete, $kill, $erase1, $erase2, $tty_raw_noecho, $tty_restore, $stty, $tty_safe_restore); 72 $complete = "\004"; 138 $_ eq $complete && do {
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/IPC/Driver/ |
| H A D | Files.t | 358 $ipc->parse_event_filename(join ipc_separator, qw'GLOBAL 123 456 789 Event Type Foo.ready.complete'), 361 complete => !!1, 370 "Parsed global complete" 377 complete => !!0, 393 complete => !!0, 406 $ipc->parse_event_filename(join ipc_separator, qw'1 1 1 1 123 456 789 Event Type Foo.ready.complete'), 409 complete => !!1, 418 "Parsed event complete" 425 complete => !!0, 441 complete [all...] |
| /openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
| H A D | RAIIObjectsForParser.h | 149 void complete(Decl *D) { in complete() function 190 void complete(Decl *D) { in complete() function 191 ParsingRAII.complete(D); in complete() 223 void complete(Decl *D) { in complete() function 224 ParsingRAII.complete(D); in complete() 246 void complete(Decl *D) { in complete() function 247 ParsingRAII.complete(D); in complete()
|
| /openbsd-src/gnu/llvm/libcxx/docs/Helpers/ |
| H A D | Styles.rst | 19 .complete { background-color: #99FF99; } 33 .. role:: complete 40 .. |Complete| replace:: :complete:`Complete`
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/LineEditor/ |
| H A D | LineEditor.h | 118 virtual CompletionAction complete(StringRef Buffer, size_t Pos) const = 0; 123 CompletionAction complete(StringRef Buffer, size_t Pos) const override; 132 CompletionAction complete(StringRef Buffer, size_t Pos) const override { in complete() function
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/IPC/Driver/ |
| H A D | Files.pm | 111 my ($ok, $err) = do_rename($hfile, File::Spec->canonpath("$hfile.complete")); 112 $self->abort_trace("Could not rename file '$hfile' -> '$hfile.complete': $err") unless $ok 123 next if $file =~ m{\.complete$}; 270 my $complete = File::Spec->canonpath("$full.complete"); 271 my ($ok, $err) = do_rename($full, $complete); 272 $self->abort("Could not rename IPC file '$full', '$complete': $err") unless $ok; 289 my $complete = substr($file, -9, 9) eq '.complete' || 0 and substr($file, -9, 9, ""); 300 complete [all...] |
| /openbsd-src/gnu/lib/libreadline/shlib/ |
| H A D | Makefile.in | 109 $(topdir)/complete.c $(topdir)/bind.c $(topdir)/isearch.c \ 129 rltty.so complete.so bind.so isearch.so display.so signals.so \ 200 complete.so: $(topdir)/ansi_stdlib.h posixdir.h $(topdir)/posixstat.h 201 complete.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h 202 complete.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h 203 complete.so: $(topdir)/rltypedefs.h 204 complete.so: $(topdir)/tilde.h 313 complete.so: $(topdir)/rlprivate.h 334 complete.so: $(topdir)/xmalloc.h 359 complete.o: $(topdir)/rlmbutil.h [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | PerfContextSwitchDecoder.cpp | 104 return tscs.complete.start; in GetLowestKnownTSC() 119 return tscs.complete.start; in GetStartTSC() 134 return tscs.complete.end; in GetEndTSC() 151 o.tscs.complete.start = start; in CreateCompleteExecution() 152 o.tscs.complete.end = end; in CreateCompleteExecution()
|
| /openbsd-src/gnu/lib/libreadline/ |
| H A D | Makefile.in | 92 $(srcdir)/complete.c $(srcdir)/bind.c $(srcdir)/isearch.c \ 112 rltty.o complete.o bind.o isearch.o display.o signals.o \ 295 complete.o: ansi_stdlib.h posixdir.h posixstat.h 296 complete.o: rldefs.h ${BUILD_DIR}/config.h rlconf.h 297 complete.o: readline.h keymaps.h rltypedefs.h chardefs.h tilde.h rlstdc.h 396 complete.o: rlprivate.h 417 complete.o: xmalloc.h 442 complete.o: rlmbutil.h 457 complete.o: $(srcdir)/complete.c 491 complete.o: complete.c
|
| /openbsd-src/lib/libedit/TEST/ |
| H A D | tc1.c | 55 static unsigned char complete(EditLine *, int); 76 complete(EditLine *el, int ch) in complete() function 146 el_set(el, EL_ADDFN, "ed-complete", "Complete argument", complete); in main()
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | MSVCCompatibility.rst | 49 * Class inheritance: :good:`Mostly complete`. This covers all of the standard 64 * Member pointers: :good:`Mostly complete`. Standard C++ member pointers are 75 * Debug info: :good:`Mostly complete`. Clang emits relatively complete CodeView 84 * C++ Exceptions: :good:`Mostly complete`. Support for 107 * Lambdas: :good:`Mostly complete`. Clang is compatible with Microsoft's
|
| /openbsd-src/gnu/llvm/libcxx/docs/Status/ |
| H A D | Cxx20.rst | 47 ….. [#note-P0966] P0966: It was previously erroneously marked as complete in version 8.0. See `bug … 51 … .. [#note-P2231] P2231: Optional is complete. The changes to variant haven't been implemented yet.
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | PACKAGING | 15 of useful tips, advice and best practice, rather than being a complete 26 A complete list of tests which this applied to can be found by searching
|
| /openbsd-src/sys/dev/ata/ |
| H A D | atascsi.c | 417 xa->complete = ata_polled_complete; in atascsi_probe() 618 xa->complete = atascsi_disk_cmd_done; in atascsi_disk_cmd() 994 xa->complete = atascsi_disk_write_same_16_done; in atascsi_disk_write_same_16() 1121 xa->complete = atascsi_disk_unmap_done; in atascsi_disk_unmap_task() 1181 xa->complete = atascsi_disk_sync_done; in atascsi_disk_sync() 1382 xa->complete = atascsi_passthru_done; in atascsi_passthru_map() 1538 xa->complete = atascsi_disk_start_stop_done; in atascsi_disk_start_stop() 1586 xa->complete = atascsi_disk_cmd_done; in atascsi_disk_start_stop_done() 1625 xa->complete = atascsi_atapi_cmd_done; in atascsi_atapi_cmd() 1800 panic("ata_polled: xa isn't complete"); in ata_polled() [all...] |
| /openbsd-src/usr.bin/ftp/ |
| H A D | Makefile | 8 SRCS= cmds.c cmdtab.c complete.c cookie.c domacro.c fetch.c ftp.c \
|
| H A D | extern.h | 120 unsigned char complete(EditLine *, int);
|
| /openbsd-src/gnu/llvm/clang/utils/ |
| H A D | bash-autocomplete.sh | 65 complete -F _clang clang
|
| /openbsd-src/gnu/llvm/clang/docs/CommandGuide/ |
| H A D | index.rst | 7 tools. To get a complete listing, pass the ``--help`` (general options) or
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| H A D | DESIGN | 154 omitting virtual functions that the complete program does not call. 210 this was done for <string> and, though it is far from complete, it 240 they are far from the complete solution that a compiler improvement 280 Otherwise, the complete list of such handlers, and which library 410 The components identified as "mostly complete", below, have not been 489 This defines the standard exception objects, which are "mostly complete". 502 SGI STL provides "mostly complete" versions of all the components 527 We have "mostly-complete" char_traits<> implementations. Many of the 531 We have a "mostly-complete" basic_string<> implementation. The work 583 We have a "mostly complete" class locale, with the exception of [all …]
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| H A D | DESIGN | 154 omitting virtual functions that the complete program does not call. 210 this was done for <string> and, though it is far from complete, it 240 they are far from the complete solution that a compiler improvement 280 Otherwise, the complete list of such handlers, and which library 410 The components identified as "mostly complete", below, have not been 489 This defines the standard exception objects, which are "mostly complete". 502 SGI STL provides "mostly complete" versions of all the components 527 We have "mostly-complete" char_traits<> implementations. Many of the 531 We have a "mostly-complete" basic_string<> implementation. The work 583 We have a "mostly complete" class locale, with the exception of [all …]
|
| /openbsd-src/regress/bin/csh/ |
| H A D | filec.sh | 44 touch $tmp/ambiguous.{1,2} $tmp/complete $tmp/ignore.{c,o} $tmp/only.o
|
| /openbsd-src/gnu/llvm/llvm/tools/gold/ |
| H A D | README.txt | 8 See docs/GoldPlugin.html for complete build and usage instructions.
|
| /openbsd-src/gnu/usr.bin/cvs/lib/ |
| H A D | ChangeLog.fsf | 11 * strerror.c: more complete, from the Cygnus libiberty package 29 isn't correct and weren't complete)
|