HomeSort by relevance Sort by last modified time
    Searched refs:editor (Results 1 - 24 of 24) sorted by null

  /onnv/onnv-gate/usr/src/tools/cscope-fast/
edit.c 100 /* call the editor */
109 (void) sprintf(msg, "%s +%s %s", editor, linenum, file);
114 if (strcmp(s = basename(editor), "more") == 0 ||
120 (void) execute(editor, editor, plusnum, file, "/dev/null",
123 (void) execute(editor, editor, plusnum, file, (char *)NULL);
global.h 81 extern char *editor, *home, *shell; /* environment variables */
main.c 54 #define EDITOR "vi"
68 char *editor, *home, *shell; /* environment variables */ variable
166 editor = mygetenv("EDITOR", EDITOR);
167 editor = mygetenv("VIEWER", editor); /* use viewer if set */
    [all...]
  /onnv/onnv-gate/usr/src/ucbcmd/vipw/
vipw.c 48 * Password file editor with locking.
69 char *editor; local
80 editor = getenv("VISUAL");
81 if (editor == 0)
82 editor = getenv("EDITOR");
83 if (editor == 0)
84 editor = DEFAULT_EDITOR;
104 if (editfile(editor, ptemp, passwd, &n_mtime)) {
149 if (editfile(editor, stemp, shadow, &o_mtime)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
TypeEditor.java 45 * new type editor that needs to be added to the designer.
46 * TypeEditors are used by the Designer's attribute editor in order to
82 // Editor parent
88 * editor should be graphically enabled (i.e. not greyed out.)
182 * editor components should be enabled.
219 * editor. If non-null is returned, then in place of a text field
220 * or choice menu in the attribute editor, a button will be placed
221 * in the slot that can only be used for calling up a type editor.
226 * editor slot.
269 TypeEditor editor = child.getParentEditor() local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/aux/
nisedit.c 40 static void *nroot = NULL; /* pointer to the table built from the editor */
270 * editor is invoked.
289 char *editor, *cmd, *tmpfname; local
318 /* invoke the users editor on that file */
319 editor = getenv("VISUAL");
320 if (editor == NULL)
321 editor = getenv("EDITOR");
322 if (editor == NULL)
323 editor = "/usr/bin/vi"
    [all...]
vacation.c 1031 char *editor; local
1085 editor = getenv("VISUAL");
1086 if (editor == NULL)
1087 editor = getenv("EDITOR");
1088 if (editor == NULL)
1089 editor = "/usr/bin/vi";
1090 (void) snprintf(cmd, sizeof (cmd), "%s %s", editor,
1092 printf("Please use your editor (%s)"
1093 " to edit this file.\n", editor);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cron/
crontab.c 86 " The editor indicates that an error occurred while you were\n"\
130 char *editor; local
295 editor = getenv("VISUAL");
296 if (editor == NULL) {
298 editor = getenv("EDITOR");
299 if (editor == NULL)
300 editor = VIPATH;
304 buflen = strlen(editor) + strlen(edtemp) + 2;
306 (void) snprintf(buf, buflen, "%s %s", editor, edtemp)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/vi/
README 59 In the event of a hangup, the editor will place a
  /onnv/onnv-gate/usr/src/cmd/sgs/libelf/common/
README.LFS 34 link-editor and related tools are all based on libelf, so the
35 32-bit version of the link-editor also has a 2GB limit, despite
48 In particular, the link-editor generally requires twice as much
51 link-editor process will hit the 2GB file size limit and the 4GB
149 Therefore, the 64-bit link-editor can be used to build a 32-bit
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
ConfigWizard.java 685 * Editor for the Network combo box, ensures that a valid IP address
690 private IPAddressField editor; field in class:ConfigWizard.NetworkStep.NetworkComboBoxEditor
693 editor = new IPAddressField();
694 editor.addFocusListener(this);
698 return editor;
703 editor.setText((String)obj);
705 editor.setText("");
710 return editor.getText();
714 editor.selectAll();
715 editor.requestFocus()
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/libld/common/
README.XLINK 30 Notes On Cross Link-Editor Support in libld.so
33 The Solaris link-editor is used in two contexts:
43 a system other than the system running the link-editor (e.g. A link-editor
56 library or a mapfile. During initialization, the link-editor configures
116 swap the data bytes it is operating on. This support allows a link-editor
181 A given link-editor invocation is always for a single target. The choice
258 the link-editor may have the opposite byte order from the target. It is
  /onnv/onnv-gate/usr/src/cmd/mailx/
edit.c 61 editor(int *msgvec) function
65 if ((edname = value("EDITOR")) == NOSTR || *edname == '\0')
66 edname = EDITOR;
72 * Invoke the visual editor on a message list.
88 * (which should not exist) and forking an editor on it.
89 * We get the editor from the stuff above.
108 * Set signals; locate editor.
164 * Fork/execl the editor on the edit file.
191 * If in read only mode, just remove the editor
cmdtab.c 115 "edit", C editor, I|MSGLIST, 0, MMNORM,
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
perlbug.PL 102 # Changed in 1.09 to close the REP file before calling it up in the editor.
107 # Changed in 1.12 to check for editor errors, make save/send distinction
263 # Editor
264 $ed = $::opt_e || $ENV{VISUAL} || $ENV{EDITOR} || $ENV{EDIT}
465 # Prompt for editor, if no override is given
466 editor:
482 You will probably want to use an editor to enter
483 the report. If "$ed" is the editor you want
485 the name of the editor you would like to use.
490 print "Editor [$ed]: "
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/packages/common/
SUNWonld-README 42 General link-editor information can be found:
300 xxxxxxx enable LD_ALTEXEC to access alternate link-editor
355 4394212 the link editor quietly ignores missing support libraries
468 4492883 Add link-editor option to multi-pass archives to resolve unsatisfied
483 4518079 link-editor support library unable to modify section header flags
546 4654406 string tables created by the link-editor could be smaller...
    [all...]
  /onnv/onnv-gate/usr/src/lib/libtecla/common/
getline.c 451 GlEditor editor; /* The style of editing, (eg. vi or emacs) */ member in struct:GetLine
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mailx/hdr/
def.h 456 extern int editor(int *msgvec);
  /onnv/onnv-gate/usr/src/lib/libshell/misc/
ERRATA.txt 359 A workaround was added for a problem with the "multiline" editor mode which
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/
Call.pm 431 as the I<from> and I<to> patterns. If you know the I<vi> editor, it is
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
s2p.PL 69 # (p)sed - a stream editor
79 psed - a stream editor
90 A stream editor reads the input stream consisting of the specified files
    [all...]
  /onnv/onnv-gate/usr/src/tools/onbld/hgext/
cdm.py 327 Check that all link-editor mapfiles contain the standard mapfile
    [all...]
  /onnv/onnv-gate/usr/src/cmd/svc/svccfg/
svccfg_libscf.c 12996 char *buf, *editor; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
perl5db.pl     [all...]

Completed in 1080 milliseconds