Home
last modified time | relevance | path

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

12345678910>>...20

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dedit-context.c917 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 Dpppctl.c395 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 Dwatch.c97 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 Dwatch.h21 int edit; member
/dflybsd-src/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"
/dflybsd-src/usr.bin/mail/
H A Dedit.c134 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 Ddisklabel.ad0s12 # 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 Dinputstr.c513 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 DREADME81 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 Dedit.c395 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 DHeader4 # Don't edit this file, edit /etc/magic or send your magic improvements
/dflybsd-src/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
/dflybsd-src/gnu/usr.bin/rcs/lib/
H A Drcsgen.c151 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 Dmodeedit.c811 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 DINSTALL4 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 DMakefile2 SRCS= edit.c sdiff.c
/dflybsd-src/contrib/tcsh-6/nls/greek/
H A Dset65 3 edit\n
/dflybsd-src/contrib/tcsh-6/nls/ukrainian/
H A Dset65 3 edit\n
/dflybsd-src/share/numericdef/
H A Duk_UA.UTF-8.src1 # Warning: Do not edit. This file is automatically generated from the
H A Dhy_AM.UTF-8.src1 # Warning: Do not edit. This file is automatically generated from the
H A Dzh_Hans_CN.GB2312.src1 # Warning: Do not edit. This file is automatically generated from the
H A Duk_UA.KOI8-U.src1 # Warning: Do not edit. This file is automatically generated from the
H A Dhi_IN.UTF-8.src1 # Warning: Do not edit. This file is automatically generated from the
H A Dfr_CH.UTF-8.src1 # Warning: Do not edit. This file is automatically generated from the
H A Dsr_Latn_RS.UTF-8.src1 # Warning: Do not edit. This file is automatically generated from the

12345678910>>...20