Home
last modified time | relevance | path

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

12345678910>>...34

/openbsd/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/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCScheduleP10.td120 // A BR pipeline may take 2 cycles to complete.
125 // A CY pipeline may take 7 cycles to complete.
268 // A DX pipeline may take 5 cycles to complete.
273 // A F2 pipeline may take 4 cycles to complete.
287 // A LD pipeline may take 6 cycles to complete.
292 // A MF pipeline may take 13 cycles to complete.
302 // A MM pipeline may take 10 cycles to complete.
307 // A MU pipeline may take 5 cycles to complete.
312 // A PM pipeline may take 4 cycles to complete.
317 // A ST pipeline may take 3 cycles to complete.
[all …]
/openbsd/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/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/IPC/Driver/
H A DFiles.t361 complete => !!1,
370 "Parsed global complete"
377 complete => !!0,
393 complete => !!0,
409 complete => !!1,
418 "Parsed event complete"
425 complete => !!0,
441 complete => !!0,
462 "Do not read complete global"
485 "Do not read complete our hid"
[all …]
/openbsd/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/gnu/llvm/libcxx/docs/Helpers/
H A DStyles.rst19 .complete { background-color: #99FF99; }
33 .. role:: complete
40 .. |Complete| replace:: :complete:`Complete`
/openbsd/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/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/IPC/Driver/
H A DFiles.pm270 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 => !!$complete,
/openbsd/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
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
374 complete.so: $(topdir)/complete.c
[all …]
/openbsd/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/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/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/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/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/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/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()
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()
1824 xa->complete(xa); in ata_complete()
1858 xa->complete = ata_polled_complete; in atascsi_port_identify()
[all …]
/openbsd/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/gnu/llvm/clang/utils/
H A Dbash-autocomplete.sh65 complete -F _clang clang
/openbsd/gnu/llvm/clang/docs/CommandGuide/
H A Dindex.rst7 tools. To get a complete listing, pass the ``--help`` (general options) or
/openbsd/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
280 Otherwise, the complete list of such handlers, and which library
502 SGI STL provides "mostly complete" versions of all the components
583 We have a "mostly complete" class locale, with the exception of
599 are "mostly complete".
601 A complete list of what has and has not been implemented may be
647 They are "mostly complete"; they include a large number of
687 Standard iterators are "mostly complete", with the exception of
717 The algorithms are "mostly complete". As mentioned above, they
[all …]
/openbsd/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
280 Otherwise, the complete list of such handlers, and which library
502 SGI STL provides "mostly complete" versions of all the components
583 We have a "mostly complete" class locale, with the exception of
599 are "mostly complete".
601 A complete list of what has and has not been implemented may be
647 They are "mostly complete"; they include a large number of
687 Standard iterators are "mostly complete", with the exception of
717 The algorithms are "mostly complete". As mentioned above, they
[all …]
/openbsd/regress/bin/csh/
H A Dfilec.sh44 touch $tmp/ambiguous.{1,2} $tmp/complete $tmp/ignore.{c,o} $tmp/only.o
/openbsd/gnu/llvm/llvm/tools/gold/
H A DREADME.txt8 See docs/GoldPlugin.html for complete build and usage instructions.
/openbsd/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>>...34