Home
last modified time | relevance | path

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

123456789

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYForms.c386 EditFieldData MyEdit, *edit = &MyEdit; in form_getstr() local
426 LYSetupEdit(edit, link_value, form->maxlength, (far_col - startcol)); in form_getstr()
427 edit->pad = '_'; in form_getstr()
428 edit->hidden = (BOOL) (form->type == F_PASSWORD_TYPE); in form_getstr()
431 LastTFPos < (int) edit->buffer_used) { in form_getstr()
434 if (!(edit->buffer_used >= edit->dspwdth && in form_getstr()
435 LastTFPos >= edit->dspwdth - edit->margin)) { in form_getstr()
436 edit->pos = LastTFPos; in form_getstr()
437 if (edit->buffer_used >= edit->dspwdth) in form_getstr()
442 edit->pos = LastTFPos; in form_getstr()
[all …]
DLYStrings.c2851 #define IsDirty edit->dirty
2852 #define IsHidden edit->hidden
2853 #define StartX edit->sx
2854 #define StartY edit->sy
2855 #define Buf edit->buffer
2856 #define Pos edit->pos /* current editing position (bytes) */
2857 #define StrLen edit->buffer_used /* length (bytes) */
2858 #define MaxLen edit->buffer_size
2859 #define BufLimit edit->buffer_limit
2860 #define DspWdth edit->dspwdth
[all …]
DLYStrings.h330 extern void LYFinishEdit(EditFieldData *edit);
331 extern void LYSetupEdit(EditFieldData *edit, char *old,
334 extern void LYRefreshEdit(EditFieldData *edit);
341 extern int LYEdit1(EditFieldData *edit, int ch,
372 extern int LYEditInsert(EditFieldData *edit,
/mirbsd/src/gnu/usr.bin/lynx/samples/
Dbright-blue.lss28 edit.current:normal: yellow: lightgray
29 #edit.current:normal:yellow:white
30 edit.active:normal: black: white
31 edit.active.marked:normal: white: black
32 edit.prompt:normal: white: gray
33 edit.prompt.marked:normal: black: white
34 edit.active.arrow:normal: red: white
35 edit.prompt.arrow:normal: red: gray
36 edit.active.pad:normal: red: lightgray
37 edit.prompt.pad:normal: white: black
/mirbsd/src/gnu/usr.bin/perl/Porting/
Dapply22 push(@edit,$1);
25 my @have = `p4 have @edit`;
29 System("p4 edit @edit");
53 if (@edit)
55 System("p4 refresh @edit");
/mirbsd/src/usr.sbin/ppp/pppctl/
Dpppctl.c427 EditLine *edit; in main() local
441 edit = el_init("pppctl", stdin, stdout, stderr); in main()
442 el_source(edit, NULL); in main()
443 el_set(edit, EL_PROMPT, GetPrompt); in main()
446 el_set(edit, EL_EDITOR, "vi"); in main()
448 el_set(edit, EL_EDITOR, "emacs"); in main()
450 el_set(edit, EL_SIGNAL, 1); in main()
451 el_set(edit, EL_HIST, history, (const char *)hist); in main()
452 while ((l = smartgets(edit, &len, fd))) { in main()
460 el_end(edit); in main()
/mirbsd/src/gnu/usr.bin/cvs/src/
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()
/mirbsd/src/usr.bin/vi/
DFAQ25 If there's no other solution, you can use the print and noprint edit
38 Q: I'm using ksh or csh as my vi edit option shell value, and file
47 Q: How does the iclower edit option differ from the ignorecase (i.e. ic)
48 edit option?
49 A: The difference is that the ignorecase edit option always ignores the
50 case of letters in the Regular Expression (RE), and the iclower edit
53 it will be treated case-sensitively, as if the ignorecase edit option
56 Q: When I edit binary files, vi appends a <newline> to the last line!
59 edit option to turn this behavior off when I switch to version 2.0 of
66 increasing the value of the escapetime edit option, which will cause
[all …]
/mirbsd/src/gnu/usr.bin/perl/vms/
Dmyconfig.com83 $ $osname = "'"+f$edit(f$getsyi("NODE_SWTYPE"),"COLLAPSE") !genconfig.pl has "osname='VMS'"
84 $ $osvers = f$edit(f$getsyi("VERSION")-"V","COLLAPSE")
125 $ line = f$edit(line,"TRIM,COMPRESS")
131 $ line = f$edit(line,"TRIM,COMPRESS")
179 $ name = f$edit( f$extract(0,f$locate("=",line),line), "COLLAPSE")
243 $ line = f$edit(line,"COMPRESS, TRIM")
271 $ line = f$edit(line,"TRIM")
274 $ value = f$edit(f$extract(start,stop-start,line),"TRIM")
Dgenopt.com11 $ y=f$edit(x,"COLLAPSE") ! lose spaces
15 f$locate("/SHARE",f$edit(y,"UPCASE")) .ne. f$length(y)
/mirbsd/src/usr.bin/vi/docs/internals/
Dautowrite17 # This behavior is NOT identical to :edit.
78 #:ex, and :vi (executed while in vi mode) behave identically to :edit.
79 :edit Y * Y Abandon changes and jump.
80 :edit Y * N Error.
81 :edit N * * Jump.
Dquoting92 :edit [+cmd] [file] (file)
111 * :edit [+cmd] [file] (+cmd)
133 4.1: The edit/ex commands:
135 The edit/ex commands are a special case because | symbols may
138 :edit +10|s/abc/ABC/ file.c
140 In addition, the edit and ex commands have historically
144 :edit +10|s/X/^V / file.c
146 I intend to handle the literal next character in edit/ex consistently
150 The acid test for the ex/edit commands:
154 :edit +1|s/./XXX/|w file1| e file2|1 | s/./XXX/|wq
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
/mirbsd/src/usr.bin/mail/
Dedit.c147 char *edit, tempname[PATHSIZE]; in run_editor() local
187 if ((edit = value(type == 'e' ? "EDITOR" : "VISUAL")) == NULL) in run_editor()
188 edit = type == 'e' ? _PATH_EX : _PATH_VI; in run_editor()
189 if (run_command(edit, 0, 0, -1, tempname, NULL, NULL) < 0) { in run_editor()
/mirbsd/src/usr.bin/vi/docs/USD.doc/edit/
DMakefile4 DIR= usd/11.edit
14 ${TROFF} ${MACROS} -n22 edit.vindex
/mirbsd/src/share/doc/usd/11.edit/
DMakefile4 DIR= usd/11.edit
14 ${TROFF} ${MACROS} -n22 edit.vindex
/mirbsd/src/gnu/usr.bin/perl/jpl/JPL_Rolo/
DJPL_Rolo.jpl26 Button next, previous, quit, save, newrow, edit, cancel, delete;
132 edit = new Button("Edit");
133 actionbuttons.add(edit);
134 edit.addActionListener( new EditRowHandler() );
232 * This eventhandler will put the application in edit
237 edit_status = "edit";
260 if (edit_status.equals("edit")) {
272 * This eventhandler cancels any pending edit.
276 // if it was new, make sure that they can't edit the
352 edit.setEnabled(false);
[all …]
/mirbsd/src/gnu/usr.bin/perl/lib/unicore/
DREADME.perl35 p4 edit Properties *.pl */*.pl
43 p4 edit version
52 p4 edit MANIFEST
/mirbsd/src/usr.bin/file/magdir/
DHeader2 # Automatically generated file, do not edit, it will be overwritten!
8 # Machine-genererated from src/usr.bin/file/magdir/*; edit there only!
/mirbsd/src/usr.bin/vi/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)
Dchangelog5 + Update the set-edit-option interface for the scripting languages.
8 + Enhance the comment edit option to skip C++ comments.
15 + Fix bugs when both the leftright scrolling and number edit options
25 secure edit option preset.
62 + Display "files to edit" message for rewind, next and initial screen.
66 + Fix a bug where the windowname edit option couldn't be set before a
67 file was loaded into the edit buffer.
72 + Fix bug where multiple edit sessions on a non-existent file could
119 + Shorten the "more files to edit" message so it can gang on a single
121 are left to edit, it's historic practice.
[all …]
/mirbsd/src/gnu/usr.bin/perl/t/lib/warnings/
Ddoio50 Can't do inplace edit: %s is not a regular file [Perl_nextargv]
51 edit a directory
53 Can't do inplace edit: %s would not be unique [Perl_nextargv]
57 Can't do inplace edit on %s: %s [Perl_nextargv]
247 Can't do inplace edit: ./temp.dir is not a regular file at - line 9.
248 Can't do inplace edit: ./temp.dir is not a regular file at - line 21.
/mirbsd/src/usr.bin/vi/catalog/
Denglish.base105 111 "No more files to edit"
106 112 "No previous files to edit"
161 167 "%d more files to edit"
173 180 "No previous file to edit"
255 263 "File modified since last complete write; write or use :edit! to override"
276 284 "That form of %s is not supported when the secure edit option is set"
280 289 "Shell expansions not supported when the secure edit option is set"
281 290 "The %s command is not supported when the secure edit option is set"
297 305 "No %s edit option specified"
309 317 "%d files to edit"
/mirbsd/src/usr.bin/less/
Dedit.c189 edit(filename) in edit() function
439 if (edit(gfilename) == 0 && good_filename == NULL)
461 return (edit(good_filename));
648 return (edit("-")); in edit_stdin()
/mirbsd/src/gnu/usr.bin/rcs/src/
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;

123456789