Home
last modified time | relevance | path

Searched refs:complete (Results 1 – 25 of 810) sorted by relevance

12345678910>>...33

/openbsd-src/gnu/usr.bin/perl/dist/Term-Complete/t/
H A DComplete.t5 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 DPPCScheduleP10.td89 // 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 DComplete.pm69 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 DFiles.t358 $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 DRAIIObjectsForParser.h149 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 DStyles.rst19 .complete { background-color: #99FF99; }
33 .. role:: complete
40 .. |Complete| replace:: :complete:`Complete`
/openbsd-src/gnu/llvm/llvm/include/llvm/LineEditor/
H A DLineEditor.h118 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 DFiles.pm111 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 DMakefile.in109 $(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 DPerfContextSwitchDecoder.cpp104 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 DMakefile.in92 $(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 Dtc1.c55 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 DMSVCCompatibility.rst49 * 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 DCxx20.rst47 ….. [#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 DPACKAGING15 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 Datascsi.c417 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 DMakefile8 SRCS= cmds.c cmdtab.c complete.c cookie.c domacro.c fetch.c ftp.c \
H A Dextern.h120 unsigned char complete(EditLine *, int);
/openbsd-src/gnu/llvm/clang/utils/
H A Dbash-autocomplete.sh65 complete -F _clang clang
/openbsd-src/gnu/llvm/clang/docs/CommandGuide/
H A Dindex.rst7 tools. To get a complete listing, pass the ``--help`` (general options) or
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DDESIGN154 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 DDESIGN154 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 Dfilec.sh44 touch $tmp/ambiguous.{1,2} $tmp/complete $tmp/ignore.{c,o} $tmp/only.o
/openbsd-src/gnu/llvm/llvm/tools/gold/
H A DREADME.txt8 See docs/GoldPlugin.html for complete build and usage instructions.
/openbsd-src/gnu/usr.bin/cvs/lib/
H A DChangeLog.fsf11 * strerror.c: more complete, from the Cygnus libiberty package
29 isn't correct and weren't complete)

12345678910>>...33