Searched refs:readline (Results 1 - 25 of 181) sorted by relevance

12345678

/macosx-10.10/ruby-106/ruby/ext/readline/
H A Dextconf.rb3 readline = Struct.new(:headers, :extra_check).new(["stdio.h"])
5 def readline.have_header(header)
14 def readline.have_var(var)
18 def readline.have_func(func)
22 def readline.have_type(type)
29 dir_config("readline")
40 unless (readline.have_header("editline/readline.h") ||
41 readline.have_header("readline/readlin
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/support/
H A DSYMLINKS6 lib/readline/tilde.c ../tilde/tilde.c
7 lib/readline/tilde.h ../tilde/tilde.h
9 lib/readline/ansi_stdlib.h ../../include/ansi_stdlib.h
10 lib/readline/posixdir.h ../../include/posixdir.h
11 lib/readline/posixjmp.h ../../include/posixjmp.h
12 lib/readline/posixstat.h ../../include/posixstat.h
13 #lib/readline/rlstdc.h ../../include/stdc.h
14 #lib/readline/xmalloc.c ../malloc/xmalloc.c
/macosx-10.10/llvmCore-3425.0.34/utils/
H A DDSAclean.py21 buffer = input.readline()
25 buffer = input.readline()
30 buffer = input.readline()
H A DDSAextract.py59 buffer = input.readline()
70 buffer = input.readline()
86 buffer = input.readline()
110 buffer = input.readline()
/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Dreadline.h23 * readline.h
39 extern char *readline(char *buffer, int buffer_size);
/macosx-10.10/security_systemkeychain-55202/src/
H A Dreadline.h23 * readline.h
39 extern char *readline(char *buffer, int buffer_size);
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/examples/
H A Drltest.c41 # include "readline.h"
44 # include <readline/readline.h>
45 # include <readline/history.h>
56 prompt = "readline$ ";
61 temp = readline (prompt);
H A Dmanexamp.c24 #include <readline/readline.h>
48 line_read = readline ("");
98 /* Tell readline that we are modifying the line, so save the undo
H A Drl.c3 * (or another fd) using readline.
43 # include "readline.h"
47 # include <readline/readline.h>
48 # include <readline/history.h>
97 prompt = "readline$ ";
150 temp = readline (prompt);
H A Drlcat.c2 * rlcat - cat(1) using readline
54 # include "readline.h"
57 # include <readline/readline.h>
58 # include <readline/history.h>
119 while (temp = readline (""))
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dxmalloc.h29 # include <readline/rlstdc.h>
H A Dkeymaps.h1 /* keymaps.h -- Manipulation of readline keymaps. */
35 # include <readline/rlstdc.h>
36 # include <readline/chardefs.h>
37 # include <readline/rltypedefs.h>
H A DMakefile.in74 CSOURCES = $(srcdir)/readline.c $(srcdir)/funmap.c $(srcdir)/keymaps.c \
88 HSOURCES = readline.h rldefs.h chardefs.h keymaps.h history.h histlib.h \
96 OBJECTS = readline.o vi_mode.o funmap.o keymaps.o parens.o search.o \
103 DOCOBJECT = doc/readline.dvi
113 INSTALLED_HEADERS = readline.h chardefs.h keymaps.h history.h tilde.h \
134 # Since tilde.c is shared between readline and bash, make sure we compile
135 # it with the right flags when it's built as part of readline
143 @echo "This version of the readline library should not be installed."
146 @echo "This version of the readline library should not be installed."
169 bind.o: readline
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/doc/
H A DMakefile1 # Derived by hand from the generated readline-src/doc/Makefile
64 DVIOBJ = readline.dvi history.dvi rluserman.dvi
65 INFOOBJ = readline.info history.info rluserman.info
66 PSOBJ = readline.ps history.ps rluserman.ps
67 HTMLOBJ = readline.html history.html rluserman.html
78 readline.dvi: $(RLSRC)
80 mv rlman.dvi readline.dvi
82 readline.info: $(RLSRC)
97 readline.ps: readline
[all...]
/macosx-10.10/ruby-106/ruby/sample/
H A Dcbreak.rb33 readline().print
36 readline()
H A Dclnt.rb19 print(s.readline)
/macosx-10.10/Security-57031.1.35/Security/utilities/SecurityTool/
H A Dreadline.h23 * readline.h
43 extern char *readline(char *buffer, int buffer_size);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dfilepointer.m14 -(NSString*)readline:(FILE*)fp;
23 -(NSString*)readline:(FILE*)fp
/macosx-10.10/xnu-2782.1.97/libkern/kxld/tests/
H A Dloadtest.py37 line = pipe.readline()
40 line = pipe.readline()
/macosx-10.10/Heimdal-398.1.2/lib/wind/
H A DUnicodeData.py45 l = ud.readline()
H A Drfc3454.py46 l = f.readline()
/macosx-10.10/bc-21/bc/bc/
H A Dbcdefs.h52 #include <readline/readline.h>
53 #include <readline/history.h>
/macosx-10.10/bash-94.1.2/bash-3.2/
H A DMANIFEST31 lib/readline d
32 lib/readline/doc d
33 lib/readline/examples d
298 lib/readline/COPYING f
299 lib/readline/Makefile.in f
300 lib/readline/ChangeLog f
301 lib/readline/README f
302 lib/readline/STANDALONE f
303 lib/readline/readline
[all...]
/macosx-10.10/libedit-40/xcodescripts/
H A Dinstall_misc.sh22 mkdir -p $DSTROOT/usr/include/readline $DSTROOT/usr/include/editline
24 install -g $ALTERNATE_GROUP -o $ALTERNATE_OWNER -m $ALTERNATE_MODE $SRCROOT/src/editline/readline.h $DSTROOT/usr/include/editline
25 for h in readline.h history.h ; do
26 ln -s ../editline/readline.h $DSTROOT/usr/include/readline/$h
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/acltool/
H A DaclUtils.h38 char *readline(char *buffer, int buffer_size);

Completed in 239 milliseconds

12345678