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

/ast/src/cmd/mailx/
H A Dlex.c250 while (state.sourcing)
295 if (!state.sourcing) {
318 if (!state.sourcing && state.var.interactive) {
351 if (state.sourcing) {
422 if (state.sourcing)
451 * If we are sourcing an interactive command, it's
460 if (state.sourcing && (com->c_argtype & I)) {
461 note(0, "Cannot execute \"%s\" while sourcing",
562 if (state.sourcing)
572 if (!state.sourcing
[all...]
H A Dmisc.c187 * Set the global flag "sourcing" so that others will realize
198 note(0, "Too much \"sourcing\" going on");
209 state.sourcing++;
215 * Update the "sourcing" flag as appropriate.
222 state.sourcing = 0;
233 state.sourcing = state.loading;
H A Dvars.c78 * Initialize the variables before command line options and rc sourcing.
238 if (state.sourcing)
251 if ((vp->flags & S) && state.sourcing) {
309 if (!state.sourcing)
H A Dmailx.h291 #define S (1<<14) /* Var cannot change while sourcing */
641 int sourcing; /* Currently reading variant file */ member in struct:__anon136
H A Dquit.c109 * If we are sourcing, then return 1 so execute() can handle it.
112 return state.sourcing ? 1 : -1;
H A Dcmd3.c603 * Quit quickly. If we are sourcing, just pop the input level
609 if (!state.sourcing) {

Completed in 25 milliseconds