HomeSort by: relevance | last modified time | path
    Searched refs:ReadLine (Results 1 - 4 of 4) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
Replace.cs 187 string inputLine = inputTextReader.ReadLine();
  /src/lib/libedit/
readline.c 1 /* $NetBSD: readline.c,v 1.184 2026/01/09 17:49:12 christos Exp $ */
34 __RCSID("$NetBSD: readline.c,v 1.184 2026/01/09 17:49:12 christos Exp $");
55 #include "readline/readline.h"
71 /* readline compatibility stuff - look at readline sources/documentation */
176 /* stuff below is used internally by libedit for readline emulation */
254 * READLINE compatibility stuff
353 /* for proper prompt printing in readline() */
375 "ReadLine compatible completion function"
439 readline(const char *p) function
    [all...]
  /src/external/bsd/jemalloc/dist/bin/
jeprof.in 752 # Readline libraries to work, so as a temporary workaround, we default
753 # to using the normal stdio code, rather than the fancier readline-based
757 return 0; # libtermcap exists, so readline should be okay
831 # Use ReadLine if it's installed and input comes from a console.
834 defined(eval {require Term::ReadLine}) ) {
835 my $term = new Term::ReadLine 'jeprof';
836 while ( defined ($_ = $term->readline('(jeprof) '))) {
842 } else { # don't have readline
  /src/external/bsd/jemalloc.old/dist/bin/
jeprof.in 737 # Readline libraries to work, so as a temporary workaround, we default
738 # to using the normal stdio code, rather than the fancier readline-based
742 return 0; # libtermcap exists, so readline should be okay
816 # Use ReadLine if it's installed and input comes from a console.
819 defined(eval {require Term::ReadLine}) ) {
820 my $term = new Term::ReadLine 'jeprof';
821 while ( defined ($_ = $term->readline('(jeprof) '))) {
827 } else { # don't have readline

Completed in 25 milliseconds