Searched refs:sourcing (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dlex.c304 if (rcvmode && !sourcing) {
318 if (!rcvmode && !sourcing)
322 if ((shudprompt = (intty && !sourcing)) != 0) {
397 if (sourcing) {
427 if (sourcing) {
483 * first command in the table; while sourcing,
488 if (sourcing && equal(word, ""))
497 if (sourcing) {
521 if (sourcing) {
533 * If we are sourcing a
[all...]
H A Dinit.c136 int sourcing; /* Currently reading variant file */ variable
H A Daux.c320 * Set the global flag "sourcing" so that others will realize
346 "Couldn't allocate memory for sourcing stack\n"));
358 sourcing++;
364 * Update the "sourcing" flag as appropriate.
372 sourcing = 0;
382 sourcing = loading;
H A Dvars.c99 if (!sourcing) {
H A Dcmd3.c517 * Quit quickly. If we are sourcing, just pop the input level
524 if (sourcing)
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h121 extern int sourcing; /* Currently reading variant file */

Completed in 49 milliseconds