| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | edit-context.c | 917 edit_context edit; in test_get_content() local 918 auto_free <char *> result = edit.get_content (tmp.get_filename ()); in test_get_content() 928 edit_context edit; in test_get_content() local 929 auto_free <char *> result = edit.get_content (tmp.get_filename ()); in test_get_content() 941 edit_context edit; in test_get_content() local 942 auto_free <char *> result = edit.get_content (tmp.get_filename ()); in test_get_content() 974 edit_context edit; in test_applying_fixits_insert_before() local 975 edit.add_fixits (&richloc); in test_applying_fixits_insert_before() 976 auto_free <char *> new_content = edit.get_content (filename); in test_applying_fixits_insert_before() 983 ASSERT_EQ (100, edit.get_effective_column (filename, 1, 100)); in test_applying_fixits_insert_before() [all …]
|
| /dflybsd-src/usr.sbin/pppctl/ |
| H A D | pppctl.c | 395 EditLine *edit; in main() local 409 edit = el_init("pppctl", stdin, stdout, stderr); in main() 410 el_source(edit, NULL); in main() 411 el_set(edit, EL_PROMPT, GetPrompt); in main() 414 el_set(edit, EL_EDITOR, "vi"); in main() 416 el_set(edit, EL_EDITOR, "emacs"); in main() 418 el_set(edit, EL_SIGNAL, 1); in main() 419 el_set(edit, EL_HIST, history, (const char *)hist); in main() 420 while ((l = smartgets(edit, &len, fd))) { in main() 428 el_end(edit); in main()
|
| /dflybsd-src/contrib/cvs-1.12/src/ |
| H A D | watch.c | 97 add_edit_pending = what->adding && what->edit; in watch_modify_watchers() 100 remove_edit_pending = !what->adding && what->edit; in watch_modify_watchers() 261 the_args.edit = 0; in watch_addremove() 281 the_args.edit = 1; in watch_addremove() 288 the_args.edit = 1; in watch_addremove() 294 the_args.edit = 0; in watch_addremove() 331 the_args.edit = 1; in watch_addremove() 346 if (the_args.edit) in watch_addremove() 352 if (!the_args.edit && !the_args.unedit && !the_args.commit) in watch_addremove()
|
| H A D | watch.h | 21 int edit; member
|
| /dflybsd-src/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"
|
| /dflybsd-src/usr.bin/mail/ |
| H A D | edit.c | 134 char *edit, tempname[PATHSIZE]; in run_editor() local 173 if ((edit = value(type == 'e' ? "EDITOR" : "VISUAL")) == NULL) in run_editor() 174 edit = type == 'e' ? _PATH_EX : _PATH_VI; in run_editor() 175 if (run_command(edit, 0, -1, -1, tempname, NULL, NULL) < 0) { in run_editor()
|
| /dflybsd-src/nrelease/root/etc/ |
| H A D | disklabel.ad0s1 | 2 # the README you can edit the label and create partitions for your 4 # values so you should only have to edit the bottom part. Here is an example 20 # just remove the g: partition, generate the disklabel, then edit it again
|
| /dflybsd-src/contrib/dialog/ |
| H A D | inputstr.c | 513 bool edit = TRUE; in dlg_edit_string() local 534 edit = force; in dlg_edit_string() 591 edit = 0; in dlg_edit_string() 595 edit = 0; in dlg_edit_string() 602 edit = 0; in dlg_edit_string() 605 edit = 0; in dlg_edit_string() 613 edit = 0; in dlg_edit_string() 625 return edit; in dlg_edit_string()
|
| /dflybsd-src/contrib/less/ |
| H A D | README | 81 If you wish, you may edit defines.h to remove some optional features. 83 wish to edit the manual page "less.nro" and the help page "less.hlp" 85 If you edit less.hlp, you should run "make -f Makefile.aut help.c". 132 4. If you wish, you may edit DEFINES.DS to remove some optional features. 134 wish to edit the manual page LESS.MAN and the help page HELP.C 162 4. If you wish, you may edit defines.wn to remove some optional features. 164 wish to edit the manual page less.man and the help page help.c 189 4. If you wish, you may edit defines.o2 to remove some optional features. 191 wish to edit the manual page less.man and the help page help.c 223 4. If you wish, you may edit defines.o9 to remove some optional features. [all …]
|
| H A D | edit.c | 395 public int edit(constant char *filename) in edit() function 708 if (edit(qfilename) == 0 && good_filename == NULL) in edit_list() 731 return (edit(good_filename)); in edit_list() 903 return (edit("-")); in edit_stdin()
|
| /dflybsd-src/contrib/file/magic/ |
| H A D | Header | 4 # Don't edit this file, edit /etc/magic or send your magic improvements
|
| /dflybsd-src/usr.bin/ee/ |
| H A D | Makefile | 9 LINKS= ${BINDIR}/ee ${BINDIR}/ree ${BINDIR}/ee ${BINDIR}/edit 10 MLINKS= ee.1 ree.1 ee.1 edit.1
|
| /dflybsd-src/gnu/usr.bin/rcs/lib/ |
| H A D | rcsgen.c | 151 enum stringwork { enter, copy, edit, expand, edit_expand }; enumerator 197 scandeltatext(deltas->first, edit, false); 203 scandeltatext(target, expandflag?edit_expand:edit, true); 260 case edit: editstring((struct hshentry *)0); break;
|
| /dflybsd-src/sbin/camcontrol/ |
| H A D | modeedit.c | 811 int edit, int binary, int retry_count, int timeout) in mode_edit() argument 815 if (edit && binary) in mode_edit() 822 if (load_format(pagedb_path, page) != 0 && (edit || verbose)) { in mode_edit() 833 if (!edit) { in mode_edit() 844 if (edit) { in mode_edit()
|
| /dflybsd-src/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.
|
| /dflybsd-src/usr.bin/sdiff/ |
| H A D | Makefile | 2 SRCS= edit.c sdiff.c
|
| /dflybsd-src/contrib/tcsh-6/nls/greek/ |
| H A D | set6 | 5 3 edit\n
|
| /dflybsd-src/contrib/tcsh-6/nls/ukrainian/ |
| H A D | set6 | 5 3 edit\n
|
| /dflybsd-src/share/numericdef/ |
| H A D | uk_UA.UTF-8.src | 1 # Warning: Do not edit. This file is automatically generated from the
|
| H A D | hy_AM.UTF-8.src | 1 # Warning: Do not edit. This file is automatically generated from the
|
| H A D | zh_Hans_CN.GB2312.src | 1 # Warning: Do not edit. This file is automatically generated from the
|
| H A D | uk_UA.KOI8-U.src | 1 # Warning: Do not edit. This file is automatically generated from the
|
| H A D | hi_IN.UTF-8.src | 1 # Warning: Do not edit. This file is automatically generated from the
|
| H A D | fr_CH.UTF-8.src | 1 # Warning: Do not edit. This file is automatically generated from the
|
| H A D | sr_Latn_RS.UTF-8.src | 1 # Warning: Do not edit. This file is automatically generated from the
|