Searched defs:export (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Denv.h26 # define export __EXPORT__ macro
/ast/src/cmd/at/
H A Datd.c175 static const char* export[] = variable
1018 sfprintf(sp, "export");
1020 for (c = 0; c < elementsof(export); c++)
1021 if ((s = getenv(export[c])) && *s)
1023 neqv(sp, export[c], s);

Completed in 19 milliseconds