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

/freebsd-12-stable/usr.bin/mail/
H A Dglob.h49 extern int sourcing; /* Currently reading variant file */
H A Dlex.c207 if (!sourcing) {
222 if (!sourcing && value("interactive") != NULL) {
253 if (sourcing) {
300 if (sourcing) {
301 printf("Can't \"!\" while sourcing\n");
315 * first command in the table; while sourcing,
320 if (sourcing && *word == '\0')
340 * If we are sourcing an interactive command, it's
349 if (sourcing && com->c_argtype & I) {
350 printf("May not execute \"%s\" while sourcing\
[all...]
H A Dutil.c264 * Set the global flag "sourcing" so that others will realize
280 printf("Too much \"sourcing\" going on.\n");
291 sourcing++;
297 * Update the "sourcing" flag as appropriate.
304 sourcing = 0;
315 sourcing = loading;
H A Dmain.c63 int sourcing; variable
H A Dcmd3.c344 * Quit quickly. If we are sourcing, just pop the input level
350 if (sourcing)
420 else if (!sourcing) {
H A Dquit.c57 * If we are sourcing, then return 1 so execute() can handle it.
60 if (sourcing)

Completed in 57 milliseconds