Lines Matching full:export
10 set, unset, setenv, unsetenv, export \- shell built-in functions to determine
27 \fBexport\fR [\fIname\fR]...
70 \fB**export\fR [\fIname\fR [=\fIvalue\fR]]...
75 \fB**export\fR [\fB-p\fR]
92 \fB++export\fR [\fB-p\fR] [\fIname\fR[=\fIvalue\fR]]...
116 Marks variables which are modified or created for export.
217 With the \fBexport\fR built-in, the specified \fIname\fRs are marked for
218 automatic export to the \fIenvironment\fR of subsequently executed commands. If
219 no arguments are specified, variable names that have been marked for export
698 With the \fBexport\fR built-in, the specified \fIname\fRs are marked for
699 automatic export to the \fBenvironment\fR of subsequently-executed commands.
702 When \fB-p\fR is specified, \fBexport\fR writes to the standard output the
803 Set the export attribute for each variable whose name does not contain a . that
1360 \fBexport\fR sets the export attribute on each of the variables specified by
1370 \fBexport\fR is built-in to the shell as a declaration command so that field
1375 The options for \fBexport\fR in \fBksh93\fR are:
1382 Causes the output to be in the form of \fBexport\fR commands that can be used
1388 The following exit values are returned by \fBexport\fR in \fBksh93\fR: