HomeSort by: relevance | last modified time | path
    Searched refs:sourcing (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/mail/
lex.c 644 if (sourcing) {
645 (void)printf("Can't \"!\" while sourcing\n");
658 * first command in the table; while sourcing,
663 if (sourcing && *word == '\0')
682 * If we are sourcing an interactive command, it's
691 if (sourcing && com->c_argtype & I) {
692 (void)printf("May not execute \"%s\" while sourcing\n",
706 if (!sourcing && com->c_pipe && value(ENAME_INTERACTIVE) != NULL) {
805 else if (sourcing)
813 if (!sourcing && (com->c_argtype & T) == 0
    [all...]
glob.h 54 EXTERN int sourcing; /* Currently reading variant file */ variable in typeref:typename:EXTERN int
support.c 327 * Set the global flag "sourcing" so that others will realize
344 (void)printf("Too much \"sourcing\" going on.\n");
358 sourcing++;
364 * Update the "sourcing" flag as appropriate.
371 sourcing = 0;
385 sourcing = loading;
quit.c 60 * If we are sourcing, then return 1 so execute() can handle it.
63 if (sourcing)
cmd3.c 664 * Quit quickly. If we are sourcing, just pop the input level
671 if (sourcing)
746 } else if (!sourcing) {

Completed in 13 milliseconds