Home
last modified time | relevance | path

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

12345678910>>...17

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dedit-context.cc916 edit_context edit; in test_get_content() local
917 auto_free <char *> result = edit.get_content (tmp.get_filename ()); in test_get_content()
927 edit_context edit; in test_get_content() local
928 auto_free <char *> result = edit.get_content (tmp.get_filename ()); in test_get_content()
940 edit_context edit; in test_get_content() local
941 auto_free <char *> result = edit.get_content (tmp.get_filename ()); in test_get_content()
973 edit_context edit; in test_applying_fixits_insert_before() local
974 edit.add_fixits (&richloc); in test_applying_fixits_insert_before()
975 auto_free <char *> new_content = edit.get_content (filename); in test_applying_fixits_insert_before()
982 ASSERT_EQ (100, edit.get_effective_column (filename, 1, 100)); in test_applying_fixits_insert_before()
[all …]
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
Dstringquery.cpp17 edit = new QLineEdit; in StringQuery()
18 edit->setFocus(); in StringQuery()
21 layout->addWidget(edit, 0, 1); in StringQuery()
24 connect(edit, SIGNAL(returnPressed()), this, SLOT(accept())); in StringQuery()
30 return edit->text(); in get_string()
/netbsd/src/external/mit/xorg/lib/fontconfig/etc/
Dfonts.conf40 <edit name="family" mode="assign" binding="same">
42 </edit>
52 <edit name="family" mode="assign" binding="same">
54 </edit>
64 <edit name="family" mode="assign" binding="same">
66 </edit>
75 <edit name="family" mode="assign" binding="same">
77 </edit>
/netbsd/src/distrib/utils/more/
Dmain.c82 edit(filename) in edit() function
206 (void)edit(av[curr_ac += n]);
219 (void)edit(av[curr_ac -= n]);
287 (void)edit("-");
291 (void)edit((char *)NULL);
307 (void)edit("-"); /* Standard input */
315 (void)edit((char *)NULL);
/netbsd/src/external/gpl2/xcvs/dist/src/
Dwatch.c99 add_edit_pending = what->adding && what->edit; in watch_modify_watchers()
102 remove_edit_pending = !what->adding && what->edit; in watch_modify_watchers()
263 the_args.edit = 0; in watch_addremove()
283 the_args.edit = 1; in watch_addremove()
290 the_args.edit = 1; in watch_addremove()
296 the_args.edit = 0; in watch_addremove()
333 the_args.edit = 1; in watch_addremove()
348 if (the_args.edit) in watch_addremove()
354 if (!the_args.edit && !the_args.unedit && !the_args.commit) in watch_addremove()
DMakefile.am42 edit.c \
93 edit.h \
Dbuild_src.com16 $ CC edit.c
60 diff.obj,edit.obj,entries.obj,error.obj,expand_path.obj,fileattr.obj,-
/netbsd/src/external/bsd/nvi/docs/USD.doc/edit/
DMakefile6 .PATH: ${DIST}/docs/edit
9 ARTICLE=edit
23 ${TOOL_ROFF_RAW} ${MACROS} -n22 edit.vindex
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
Dpasswd_dialog.clw24 Control5=IDC_EDIT1,edit,1350631552
25 Control6=IDC_EDIT2,edit,1350631584
30 Control1=IDC_PASSWD_EDIT,edit,1350631456
/netbsd/src/external/bsd/nvi/docs/internals/
Dquoting90 :edit [+cmd] [file] (file)
109 * :edit [+cmd] [file] (+cmd)
131 4.1: The edit/ex commands:
133 The edit/ex commands are a special case because | symbols may
136 :edit +10|s/abc/ABC/ file.c
138 In addition, the edit and ex commands have historically
142 :edit +10|s/X/^V / file.c
144 I intend to handle the literal next character in edit/ex consistently
148 The acid test for the ex/edit commands:
152 :edit +1|s/./XXX/|w file1| e file2|1 | s/./XXX/|wq
Dautowrite15 # This behavior is NOT identical to :edit.
76 #:ex, and :vi (executed while in vi mode) behave identically to :edit.
77 :edit Y * Y Abandon changes and jump.
78 :edit Y * N Error.
79 :edit N * * Jump.
Dopenmode7 edit option - 2.
9 Write lines from the edit buffer starting at:
17 lines, or the last line in the edit buffer has been written. A
/netbsd/src/usr.bin/sdiff/
Dedit.c22 static void edit(const char *);
28 edit(const char *filename) in edit() function
146 edit(filename); in eparse()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/doc/html/
DREADME3 To change or edit, please edit the XML sources in the ../xml directory.
/netbsd/src/external/bsd/less/dist/
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 …]
DMakefile.wng79 cvt.c decode.c edit.c filename.c forwback.c \
91 command.o cvt.o decode.o edit.o filename.o forwback.o \
/netbsd/src/external/bsd/file/dist/magic/
DHeader4 # Don't edit this file, edit /etc/magic or send your magic improvements
/netbsd/src/external/bsd/nvi/docs/
Dhelp164 [Nn]ext: edit (and optionally specify) the next file
170 preserve: preserve an edit session for recovery
171 [Pp]revious: edit the previous file in the file argument list
177 rewind: re-edit all the files in the file argument list
183 stop: suspend the edit session
184 suspend: suspend the edit session
186 [Tt]ag: edit the file containing the tag
198 [Vv]isual: edit another file (from vi mode only)
/netbsd/src/external/bsd/byacc/dist/
Dvmsbuild.com15 $ hlp = f$edit("''p1'", "UPCASE")
49 $ comp = f$edit(p2, "UPCASE")
116 $ if f$edit("''p1'", "UPCASE") .eqs. "VMS_LINK.OPT"
/netbsd/src/external/bsd/nvi/dist/docs/vi.ref/
Dset.opt.texi185 @CO{edit},
219 @CO{edit},
306 This option adds the ability to edit the colon command-line history.
328 parsing rules, it can be difficult to set the colon command-line edit
338 edit option is set to the same character as the
340 edit option,
453 edit command was done.
480 edit option is set to the same character as the
482 edit option,
511 edit option makes all Regular Expressions case-insensitive,
[all …]
/netbsd/src/common/dist/zlib/
Dmake_vms.com77 $ Make = f$edit( Make, "trim")
141 $ work = f$edit(line, "compress,trim")
309 $ cparm = f$edit(p'i',"upcase")
313 $ if f$edit(cparm,"trim") .nes. ""
325 $ if f$locate("AS_IS",f$edit(ccopt,"UPCASE")) .lt. f$length(ccopt) -
509 $ myrec = f$edit(rec - "\", "trim,compress")
528 $ rec = f$edit(rec,"TRIM")
530 $ rec = f$edit(rec - "#", "TRIM")
/netbsd/src/external/bsd/ntp/dist/sntp/m4/
Dntp_lineeditlibs.m47 [edit,editline (readline may be specified if desired)]
10 [use_lineeditlibs="edit,editline"]
/netbsd/src/distrib/hp300/miniroot/
Dinstall.md153 edit the partition map. This is to work around the afore mentioned
257 Now that you have corrected the geometry of your disk, you may edit the
422 you may want to edit that label to change partition type information.
/netbsd/src/distrib/mac68k/stand/
DMakefile14 UUDECODE_FILES+=pdisk.sea.hqx Installer_1.1h.src.sea.hqx res-edit-and-others.hqx
28 res-edit-and-others.hqx \
/netbsd/src/tools/make/
Dconfigure.ac5 # When you edit configure.ac:
9 # 1. edit configure.ac

12345678910>>...17