Searched refs:edit (Results 1 - 25 of 89) sorted by relevance

1234

/freebsd-9.3-release/lib/libedit/edit/readline/
H A Dhistory.h32 #include <edit/readline/readline.h>
H A Dtilde.h32 #include <edit/readline/readline.h>
H A DMakefile6 INCSDIR= ${INCLUDEDIR}/edit/readline
/freebsd-9.3-release/contrib/dialog/samples/
H A Deditbox9 . ./setup-edit
12 Hi, this is an edit box. It can be used to edit text from a file.
45 . ./report-edit
H A Deditbox27 . ./setup-edit
10 Hi, this is an edit box. It can be used to edit text from a file.
45 . ./report-edit
H A Deditbox49 . ./setup-edit
12 Hi, this is an edit box. It can be used to edit text from a file.
45 . ./report-edit
H A Deditbox37 . ./setup-edit
18 . ./report-edit
H A Deditbox-utf810 . ./setup-edit
13 Hi, this is a edit box. You can use this to
35 . ./report-edit
/freebsd-9.3-release/share/doc/usd/11.vitut/
H A DMakefile4 VOLUME= usd/11.edit
8 SRCDIR= ${.CURDIR}/../../../../contrib/nvi/docs/USD.doc/edit
10 # index for versatec is different from the one in edit.tut
13 # you should just use the index in edit.tut, and ignore editvindex.
16 # ${TROFF} ${MACROS} -n22 edit.vindex
/freebsd-9.3-release/contrib/cvs/src/
H A Dwatch.h21 int edit; member in struct:addremove_args
25 /* Are we adding or removing (non-temporary) edit,unedit,and/or commit
29 /* Should we add a temporary edit watch? */
H A Dwatch.c14 #include "edit.h"
25 "-a (add/remove): Specify what actions, one of: `edit', `unedit',\n",
91 mynewattr_size = sizeof "+edit+unedit+commit+tedit+tunedit+tcommit";
97 add_edit_pending = what->adding && what->edit;
100 remove_edit_pending = !what->adding && what->edit;
121 if (pend - p == 4 && strncmp ("edit", p, 4) == 0)
124 strcat (mynewattr, "+edit");
175 strcat (mynewattr, "+edit");
260 the_args.edit = 0;
275 if (strcmp (optarg, "edit")
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Edit/
H A DEditsReceiver.h19 namespace edit { namespace in namespace:clang
H A DRewriters.h24 namespace edit { namespace in namespace:clang
/freebsd-9.3-release/sbin/gvinum/
H A DMakefile8 CFLAGS= -I${.CURDIR}/../../sys -I${DESTDIR}/${INCLUDEDIR}/edit
/freebsd-9.3-release/usr.sbin/wpa/wpa_cli/
H A DMakefile17 CFLAGS+= -DCONFIG_READLINE -I${DESTDIR}/${INCLUDEDIR}/edit
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Edit/
H A DEditedSource.cpp20 using namespace edit;
224 for (edit::Commit::edit_iterator
226 const edit::Commit::Edit &edit = *I; local
227 switch (edit.Kind) {
228 case edit::Commit::Act_Insert:
229 commitInsert(edit.OrigLoc, edit.Offset, edit.Text, edit
[all...]
/freebsd-9.3-release/contrib/ncurses/include/
H A DMKparametrized.sh41 * Note: this file is generated using MKparametrized.sh, do not edit by hand.
H A Dedit_cfg.sh40 TMP=edit$$
55 echo '** edit: '$name $value
/freebsd-9.3-release/games/fortune/tools/
H A Ddo_uniq.py30 def edit(datfile): function
63 edit(sys.argv[1])
/freebsd-9.3-release/usr.bin/ee/
H A DMakefile9 LINKS= ${BINDIR}/ee ${BINDIR}/ree ${BINDIR}/ee ${BINDIR}/edit
10 MLINKS= ee.1 ree.1 ee.1 edit.1
/freebsd-9.3-release/sbin/camcontrol/
H A Dcamcontrol.h54 int edit, int binary, int retry_count, int timeout);
/freebsd-9.3-release/usr.bin/chpass/
H A Dchpass.h66 struct passwd *edit(const char *, struct passwd *);
/freebsd-9.3-release/usr.bin/mail/
H A Dedit.c32 static char sccsid[] = "@(#)edit.c 8.1 (Berkeley) 6/6/93";
141 char *edit, tempname[PATHSIZE]; local
181 if ((edit = value(type == 'e' ? "EDITOR" : "VISUAL")) == NULL)
182 edit = type == 'e' ? _PATH_EX : _PATH_VI;
183 if (run_command(edit, 0, -1, -1, tempname, NULL, NULL) < 0) {
H A Dglob.h44 int edit; /* Indicates editing a file */ variable
/freebsd-9.3-release/lib/libedit/
H A DMakefile5 LIB= edit
38 CFLAGS+= -I. -I${.CURDIR} -I${.CURDIR}/edit
44 SUBDIR= edit/readline

Completed in 295 milliseconds

1234