Searched defs:edit (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dhist.c31 # include "edit.h"
51 char *edit = 0; /* name of editor */ local
65 edit = opt_info.arg;
77 edit = "-";
171 range[1] = ((lflag && !edit)?hist_max(hp)-1:range[0]);
177 if(edit && *edit=='-' && range[0]!=range[1])
216 arg = edit;
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dmenu_text.c140 print_message (int nested, int edit, struct grub_term_output *term, int dry_run) argument
145 if (edit)
180 "\'e\' to edit the commands before booting "
188 "\'e\' to edit the commands before booting "
334 grub_menu_init_page (int nested, int edit, int *num_entries, argument
341 - (print_message (nested, edit, term, 1) + 3) - 2;
359 print_message (nested, edit, term, 0);
/osnet-11/usr/src/lib/libpp/common/
H A Dppcontrol.c36 struct edit struct
38 struct edit* next;
46 struct edit* edit; member in struct:map
262 struct edit* edit; local
550 for (edit = map->edit; edit; edit
[all...]
/osnet-11/usr/src/lib/libshell/common/include/
H A Dedit.h23 * edit.h - common data structure for vi and emacs edit options
63 #define MAXLINE 1024 /* longest edit line permitted */
84 typedef struct edit struct
107 int e_mode; /* edit mode */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm1041 #-> sub CPAN::Config::edit ;
1043 sub edit { subroutine
1311 You may edit key values in the follow fashion (the "o" is a literal
1477 # CPAN::Shell::o and CPAN::Config::edit are closely related. 'o conf'
1504 } elsif (!CPAN::Config->edit(@o_what)) {
1506 qq{edit options\n\n});

Completed in 39 milliseconds