Home
last modified time | relevance | path

Searched refs:edit (Results 1 – 25 of 738) sorted by relevance

12345678910>>...30

/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp26 using namespace edit;
290 for (edit::Commit::edit_iterator in commit()
292 const edit::Commit::Edit &edit = *I; in commit() local
293 switch (edit.Kind) { in commit()
294 case edit::Commit::Act_Insert: in commit()
295 commitInsert(edit.OrigLoc, edit.Offset, edit.Text, edit.BeforePrev); in commit()
297 case edit::Commit::Act_InsertFromRange: in commit()
298 commitInsertFromRange(edit.OrigLoc, edit.Offset, in commit()
299 edit.InsertFromRangeOffs, edit.Length, in commit()
300 edit.BeforePrev); in commit()
[all …]
/freebsd/contrib/dialog/samples/
H A Deditbox27 . ./setup-edit
10 Hi, this is an edit box. It can be used to edit text from a file.
H A Deditbox9 . ./setup-edit
12 Hi, this is an edit box. It can be used to edit text from a file.
H A Deditbox49 . ./setup-edit
12 Hi, this is an edit box. It can be used to edit text from a file.
H A Deditbox-utf810 . ./setup-edit
13 Hi, this is a edit box. You can use this to
35 . ./report-edit
H A Deditbox37 . ./setup-edit
18 . ./report-edit
/freebsd/usr.sbin/pppctl/
H A Dpppctl.c55 EditLine *edit; /* libedit stuff */ member
294 while ((l = SmartGets(td->edit, &len, td->ppp))) { in Terminal()
591 td.edit = el_init("pppctl", stdin, stdout); in main()
594 td.edit = el_init("pppctl", stdin, stdout, stderr); in main()
596 el_source(td.edit, NULL); in main()
597 el_set(td.edit, EL_PROMPT, GetPrompt); in main()
600 el_set(td.edit, EL_EDITOR, "vi"); in main()
602 el_set(td.edit, EL_EDITOR, "emacs"); in main()
604 el_set(td.edit, EL_SIGNAL, 1); in main()
605 el_set(td.edit, EL_HIST, history, (const char *)td.hist); in main()
[all …]
H A DMakefile7 LIBADD= edit pthread
/freebsd/usr.bin/mail/
H A Dedit.c135 char *edit, tempname[PATHSIZE]; in run_editor() local
175 if ((edit = value(type == 'e' ? "EDITOR" : "VISUAL")) == NULL) in run_editor()
176 edit = type == 'e' ? _PATH_EX : _PATH_VI; in run_editor()
177 if (run_command(edit, 0, -1, -1, tempname, NULL) < 0) { in run_editor()
/freebsd/usr.bin/vi/catalog/
H A Duk_UA.UTF-8.base253 263 "Файл модифіковано після останньої команди запису: збережіть чи використайте :edit для обходу"
274 284 "Tака форма %s не дозволяється при встановленій опції secure edit"
278 289 "Shell'івске доповнення не дозволяється при встановленій опції secure edit"
279 290 "Команда %s не дозволяється при встановленій опції secure edit"
/freebsd/contrib/file/magic/
H A DHeader4 # Don't edit this file, edit /etc/magic or send your magic improvements
/freebsd/contrib/less/
H A DREADME89 If you wish, you may edit defines.h to remove some optional features.
91 wish to edit the manual page "less.nro" and the help page "less.hlp"
93 If you edit less.hlp, you should run "make -f Makefile.aut help.c".
126 2. If you wish, you may edit defines.wn to remove some optional features.
128 wish to edit the manual page less.man and the help page help.c
163 4. If you wish, you may edit DEFINES.DS to remove some optional features.
165 wish to edit the manual page LESS.MAN and the help page HELP.C
192 4. If you wish, you may edit defines.o2 to remove some optional features.
194 wish to edit the manual page less.man and the help page help.c
226 4. If you wish, you may edit defines.o9 to remove some optional features.
[all …]
/freebsd/contrib/dialog/
H A Dinputstr.c530 bool edit = TRUE; in dlg_edit_string() local
551 edit = force; in dlg_edit_string()
608 edit = 0; in dlg_edit_string()
612 edit = 0; in dlg_edit_string()
619 edit = 0; in dlg_edit_string()
622 edit = 0; in dlg_edit_string()
630 edit = 0; in dlg_edit_string()
642 return edit; in dlg_edit_string()
/freebsd/usr.bin/fortune/tools/
H A Ddo_uniq.py32 def edit(datfile): function
67 edit(args.filename[0])
/freebsd/contrib/byacc/
H A Dvmsbuild.com15 $ hlp = f$edit("''p1'", "UPCASE")
49 $ comp = f$edit(p2, "UPCASE")
116 $ if f$edit("''p1'", "UPCASE") .eqs. "VMS_LINK.OPT"
/freebsd/usr.bin/ee/
H A DMakefile8 LINKS= ${BINDIR}/ee ${BINDIR}/ree ${BINDIR}/ee ${BINDIR}/edit
9 MLINKS= ee.1 ree.1 ee.1 edit.1
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h121 EditGenerator edit(ASTEdit E);
149 return ifBound(std::move(ID), edit(std::move(TrueEdit)), in ifBound()
150 edit(std::move(FalseEdit))); in ifBound()
156 return ifBound(std::move(ID), edit(std::move(TrueEdit)), noEdits()); in ifBound()
168 inline EditGenerator injectEdits(ASTEdit E) { return edit(std::move(E)); } in injectEdits()
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DUtil.pm63 my ($major,$minor,$edit,$letter) =
66 return ($major,$minor,$edit,$letter);
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_lineeditlibs.m47 [edit,editline (readline may be specified if desired)]
10 [use_lineeditlibs="edit,editline"]
/freebsd/usr.sbin/cdcontrol/
H A DMakefile3 LIBADD= edit
/freebsd/tools/build/options/
H A DWITHOUT_EE2 .Xr edit 1 ,
/freebsd/share/doc/usd/11.vitut/
H A DMakefile1 VOLUME= usd/11.edit
/freebsd/usr.sbin/gstat/
H A DMakefile3 LIBADD= devstat geom edit tinfow ncursesw
/freebsd/contrib/smbfs/
H A DINSTALL4 Copy config.in file to the config.local and edit it for your needs. Build
46 name and edit it for your needs.
/freebsd/lib/libedit/readline/
H A DMakefile4 INCSDIR= ${INCLUDEDIR}/edit/readline

12345678910>>...30