Home
last modified time | relevance | path

Searched refs:editor (Results 1 – 25 of 50) sorted by relevance

12

/illumos-gate/usr/src/tools/cscope-fast/
H A Dedit.c107 (void) sprintf(msg, "%s +%s %s", editor, linenum, file); in edit()
112 if (strcmp(s = basename(editor), "more") == 0 || in edit()
118 (void) execute(editor, editor, plusnum, file, "/dev/null", in edit()
121 (void) execute(editor, editor, plusnum, file, (char *)NULL); in edit()
H A Dmain.c66 char *editor, *home, *shell; /* environment variables */ variable
164 editor = mygetenv("EDITOR", EDITOR); in main()
165 editor = mygetenv("VIEWER", editor); /* use viewer if set */ in main()
H A Dglobal.h77 extern char *editor, *home, *shell; /* environment variables */
/illumos-gate/usr/src/ucbcmd/vipw/
H A Dvipw.c67 char *editor; in main() local
78 editor = getenv("VISUAL"); in main()
79 if (editor == 0) in main()
80 editor = getenv("EDITOR"); in main()
81 if (editor == 0) in main()
82 editor = DEFAULT_EDITOR; in main()
102 if (editfile(editor, ptemp, passwd, &n_mtime)) { in main()
147 if (editfile(editor, stemp, shadow, &o_mtime)) in main()
224 editfile(char *editor, char *temp, char *orig, time_t *mtime) in editfile() argument
226 (void)sprintf(buf, "%s %s", editor, temp); in editfile()
/illumos-gate/usr/src/cmd/cron/
H A Dcrontab.c134 char *editor; in main() local
314 editor = getenv("VISUAL"); in main()
315 if (editor == NULL) { in main()
317 editor = getenv("EDITOR"); in main()
318 if (editor == NULL) in main()
319 editor = VIPATH; in main()
323 buflen = strlen(editor) + strlen(edtemp) + 2; in main()
325 (void) snprintf(buf, buflen, "%s %s", editor, edtemp); in main()
/illumos-gate/usr/src/test/elf-tests/tests/resolution/mixed-hidden-comdat/
H A DREADME.md35 a little bit about the link-editor implementation. `hidden.s` and `visible.s`
36 give `data_symbol` _different values_. We know based on the link-editor
38 link-editor, so we check for the value from `data.s`, but implicitly rely on the
/illumos-gate/usr/src/cmd/sendmail/util/
H A Dvacation.c1027 char *editor; in AutoInstall() local
1081 editor = getenv("VISUAL"); in AutoInstall()
1082 if (editor == NULL) in AutoInstall()
1083 editor = getenv("EDITOR"); in AutoInstall()
1084 if (editor == NULL) in AutoInstall()
1085 editor = "/usr/bin/vi"; in AutoInstall()
1086 (void) snprintf(cmd, sizeof (cmd), "%s %s", editor, in AutoInstall()
1089 " to edit this file.\n", editor); in AutoInstall()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.news165 into the editor). Default of modelines is OFF.
270 takes effect on entry to the editor.
281 bad EMT traps to happen randomly, core dumping the editor,
335 your phone was hung up has be amended to say the editor was
373 edit a new file (when you first enter the editor.) Instead
396 editor much faster, but also makes vi much bigger.
437 The encryption code from the v7 editor is now part of ex.
440 within the editor) is not available.
759 the editor in nomagic mode has been fixed.
1025 options when compiling the editor to make it fit in 64K.
[all …]
H A DREAD_ME23 This is version SVR3.1 of the editor.
28 the editor in a nonstandard location.
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A DREADME.LFS34 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
/illumos-gate/usr/src/common/mapfiles/common/
H A Dmap.execdata23 # Link-editor mapfile to create an executable data segment definition within
28 # The link-editor does not use this file automatically, so one must use the
H A Dmap.bssalign23 # Link-editor mapfile that enables the creation of a bss segment, and aligns
31 # The link-editor does not use this file automatically, so one must use the
H A Dmap.noexbss23 # Link-editor mapfile to create a non-executable bss segment definition
32 # The link-editor does not use this file automatically, so one must
H A Dmap.noexdata23 # Link-editor mapfile to create a non-executable data segment definition
31 # The link-editor does not use this file automatically, so one must use the
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README41 General link-editor information can be found:
913 (link-editor components only)
987 files (link-editor components only)
1299 (link-editor components only)
1411 (link-editor components only)
1442 PSARC/2008/179 cross link-editor
1455 fully relocated (link-editor components only)
1493 (link-editor components only)
1548 gcc code (link-editor components only)
1624 PSARC/2010/312 Link-editor guidance
[all …]
/illumos-gate/usr/src/test/elf-tests/tests/tls/amd64/ie/
H A DREADME1 This tests the amd64 link-editor's handling of Initial Executable TLS sequences.
/illumos-gate/usr/src/uts/intel/ia32/
H A DREADME18 the relocation engine shared with the userland link-editor.
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DOBSOLETE11 the default editor name for the
115 and in obsolete versions, the editor name
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A DREADME.XLINK33 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
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c1812 gl->editor = GL_EMACS_MODE; in new_GetLine()
2003 if(gl_change_editor(gl, gl->editor)) in new_GetLine()
2607 if(gl->editor == GL_NO_EDITOR) in gl_raw_terminal_mode()
4321 (gl->editor==GL_EMACS_MODE)); in KT_KEY_FN()
4504 if(gl->editor == GL_EMACS_MODE) { in KT_KEY_FN()
6027 if(gl->editor == GL_VI_MODE) { in gl_bind_terminal_keys()
6934 switch(editor) { in gl_change_editor()
6957 gl->editor = editor; in gl_change_editor()
7624 int next = gl->editor == GL_EMACS_MODE ? in KT_KEY_FN()
7699 if(gl->editor == GL_VI_MODE) in gl_copy_find()
[all …]
/illumos-gate/usr/src/cmd/mailx/
H A Dedit.c59 editor(int *msgvec) in editor() function
H A Dcmdtab.c113 "edit", C editor, I|MSGLIST, 0, MMNORM,
/illumos-gate/usr/src/cmd/vi/
H A DREADME57 In the event of a hangup, the editor will place a
/illumos-gate/usr/src/cmd/mailx/misc/
H A Dmailx.help45 visual [msglist] edit list with $VISUAL editor
/illumos-gate/usr/src/lib/
H A DREADME.mapfiles57 Mapfiles are used to tell the link-editor ("ld") all sorts of things about
62 There are two versions of the mapfile language accepted by the link-editor.
224 and no inheritance specification is present. The link-editor reads the
283 link-editor, the public interface to which is provided by the ld
398 the link-editor is invoked with '-F libc.so.1' to specify that our entire

12