| /freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/ |
| H A D | EditedSource.cpp | 29 using namespace edit; 293 for (edit::Commit::edit_iterator in commit() 295 const edit::Commit::Edit &edit = *I; in commit() local 296 switch (edit.Kind) { in commit() 297 case edit::Commit::Act_Insert: in commit() 298 commitInsert(edit.OrigLoc, edit.Offset, edit.Text, edit.BeforePrev); in commit() 300 case edit::Commit::Act_InsertFromRange: in commit() 301 commitInsertFromRange(edit.OrigLoc, edit.Offset, in commit() 302 edit.InsertFromRangeOffs, edit.Length, in commit() 305 case edit::Commit::Act_Remove: in commit() [all …]
|
| /freebsd-12.1/contrib/dialog/samples/ |
| H A D | editbox2 | 7 . ./setup-edit 10 Hi, this is an edit box. It can be used to edit text from a file.
|
| H A D | editbox4 | 9 . ./setup-edit 12 Hi, this is an edit box. It can be used to edit text from a file.
|
| H A D | editbox | 9 . ./setup-edit 12 Hi, this is an edit box. It can be used to edit text from a file.
|
| H A D | editbox-utf8 | 10 . ./setup-edit 13 Hi, this is a edit box. You can use this to 35 . ./report-edit
|
| H A D | editbox3 | 7 . ./setup-edit 18 . ./report-edit
|
| /freebsd-12.1/usr.sbin/pppctl/ |
| H A D | pppctl.c | 58 EditLine *edit; /* libedit stuff */ member 297 while ((l = SmartGets(td->edit, &len, td->ppp))) { in Terminal() 594 td.edit = el_init("pppctl", stdin, stdout); in main() 597 td.edit = el_init("pppctl", stdin, stdout, stderr); in main() 599 el_source(td.edit, NULL); in main() 600 el_set(td.edit, EL_PROMPT, GetPrompt); in main() 603 el_set(td.edit, EL_EDITOR, "vi"); in main() 605 el_set(td.edit, EL_EDITOR, "emacs"); in main() 607 el_set(td.edit, EL_SIGNAL, 1); in main() 608 el_set(td.edit, EL_HIST, history, (const char *)td.hist); in main() [all …]
|
| /freebsd-12.1/usr.bin/mail/ |
| H A D | edit.c | 143 char *edit, tempname[PATHSIZE]; in run_editor() local 183 if ((edit = value(type == 'e' ? "EDITOR" : "VISUAL")) == NULL) in run_editor() 184 edit = type == 'e' ? _PATH_EX : _PATH_VI; in run_editor() 185 if (run_command(edit, 0, -1, -1, tempname, NULL) < 0) { in run_editor()
|
| /freebsd-12.1/usr.bin/vi/catalog/ |
| H A D | uk_UA.UTF-8.base | 253 263 "Файл модифіковано після останньої команди запису: збережіть чи використайте :edit для обходу" 274 284 "Tака форма %s не дозволяється при встановленій опції secure edit" 278 289 "Shell'івске доповнення не дозволяється при встановленій опції secure edit" 279 290 "Команда %s не дозволяється при встановленій опції secure edit"
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 882 edit::Commit commit(*Editor); in migrateProtocolConformance() 948 edit::Commit commit(*Editor); in migrateNSEnumDecl() 1221 edit::Commit commit(*Editor); in migrateProperty() 1235 edit::Commit commit(*Editor); in migrateProperty() 1261 edit::Commit commit(*Editor); in migrateNsReturnsInnerPointer() 1273 edit::Commit commit(*Editor); in migratePropertyNsReturnsInnerPointer() 1399 edit::Commit commit(*Editor); in AnnotateImplicitBridging() 1476 edit::Commit commit(*Editor); in AddCFAnnotations() 1644 edit::Commit commit(*Editor); in migrateAddMethodAnnotation() 1739 edit::Commit commit(*Editor); in InsertFoundation() [all …]
|
| /freebsd-12.1/contrib/less/ |
| H A D | README | 80 If you wish, you may edit defines.h to remove some optional features. 82 wish to edit the manual page "less.nro" and the help page "less.hlp" 84 If you edit less.hlp, you should run "make -f Makefile.aut help.c". 133 4. If you wish, you may edit DEFINES.DS to remove some optional features. 135 wish to edit the manual page LESS.MAN and the help page HELP.C 163 4. If you wish, you may edit defines.wn to remove some optional features. 165 wish to edit the manual page less.man and the help page help.c 190 4. If you wish, you may edit defines.o2 to remove some optional features. 192 wish to edit the manual page less.man and the help page help.c 224 4. If you wish, you may edit defines.o9 to remove some optional features. [all …]
|
| H A D | edit.c | 227 edit(filename) in edit() function 543 if (edit(qfilename) == 0 && good_filename == NULL) 566 return (edit(good_filename)); 761 return (edit("-")); in edit_stdin()
|
| /freebsd-12.1/sbin/gvinum/ |
| H A D | Makefile | 9 CFLAGS+= -I${SRCTOP}/sys -I${SYSROOT:U${DESTDIR}}/${INCLUDEDIR}/edit 11 LIBADD= edit geom
|
| /freebsd-12.1/contrib/file/magic/ |
| H A D | Header | 4 # Don't edit this file, edit /etc/magic or send your magic improvements
|
| /freebsd-12.1/contrib/dialog/ |
| H A D | inputstr.c | 524 bool edit = TRUE; in dlg_edit_string() local 545 edit = force; in dlg_edit_string() 602 edit = 0; in dlg_edit_string() 606 edit = 0; in dlg_edit_string() 613 edit = 0; in dlg_edit_string() 616 edit = 0; in dlg_edit_string() 624 edit = 0; in dlg_edit_string() 636 return edit; in dlg_edit_string()
|
| H A D | inputbox.c | 150 int edit = 0; in dialog_inputbox() local 187 edit = dlg_edit_string(input, &chr_offset, key, fkey, first); in dialog_inputbox() 189 if (edit) { in dialog_inputbox()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_ra_svn/ |
| H A D | protocol | 363 After edit completes, server sends response. 372 After edit completes, server sends response. 380 After edit completes, server sends response. 389 After edit completes, server sends response. 473 After edit completes, server sends response. 513 An edit operation produces only one response, at close-edit or 515 any time during the edit in order to terminate the edit operation 521 blocks, the consumer must read and discard edit operations until 522 writing unblocks or it reads an abort-edit. 574 close-edit [all …]
|
| /freebsd-12.1/usr.sbin/ntp/ntpdc/ |
| H A D | Makefile | 20 LIBADD= edit ntp m opts pthread 22 -I${SYSROOT:U${DESTDIR}}/${INCLUDEDIR}/edit
|
| /freebsd-12.1/contrib/byacc/ |
| H A D | vmsbuild.com | 15 $ hlp = f$edit("''p1'", "UPCASE") 49 $ comp = f$edit(p2, "UPCASE") 116 $ if f$edit("''p1'", "UPCASE") .eqs. "VMS_LINK.OPT"
|
| /freebsd-12.1/lib/libedit/ |
| H A D | Makefile | 11 LIB= edit 44 CFLAGS+= -I. -I${.CURDIR} -I${.CURDIR}/edit -DWIDECHAR 51 SUBDIR= edit/readline
|
| /freebsd-12.1/usr.bin/fortune/tools/ |
| H A D | do_uniq.py | 33 def edit(datfile): function 68 edit(args.filename[0])
|
| /freebsd-12.1/usr.bin/ee/ |
| H A D | Makefile | 10 LINKS= ${BINDIR}/ee ${BINDIR}/ree ${BINDIR}/ee ${BINDIR}/edit 11 MLINKS= ee.1 ree.1 ee.1 edit.1
|
| /freebsd-12.1/usr.sbin/ntp/ntpq/ |
| H A D | Makefile | 23 LIBADD+= edit ntp opts m pthread 32 -I${SYSROOT:U${DESTDIR}}/${INCLUDEDIR}/edit
|
| /freebsd-12.1/contrib/ntp/sntp/m4/ |
| H A D | ntp_lineeditlibs.m4 | 7 [edit,editline (readline may be specified if desired)] 10 [use_lineeditlibs="edit,editline"]
|
| /freebsd-12.1/contrib/smbfs/ |
| H A D | INSTALL | 4 Copy config.in file to the config.local and edit it for your needs. Build 46 name and edit it for your needs.
|