Home | History | Annotate | Download | only in mail

Lines Matching refs:sourcing

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)
835 while (sourcing)
892 if (!sourcing) {
915 if (!sourcing && value(ENAME_INTERACTIVE) != NULL) {
938 if (!sourcing) {
963 if (!sourcing)
966 if (sourcing) { /* allow comments in source files */
988 if (sourcing) {
1130 sourcing = 1;
1133 sourcing = 0;