Searched refs:reading (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/ncsl/
H A Dncsl.c231 error(2, "%s: cannot open for reading", s);
/ast/src/cmd/nmake/
H A Dmain.c720 state.reading = 1;
722 state.reading = 0;
736 state.reading = 1;
738 state.reading = 0;
804 state.reading = 1;
806 state.reading = 0;
H A Dread.c194 error(1, "%s: reading%s", r->name, state.forceread ? " -- should be compiled before local makefiles" : null);
405 n = state.reading;
406 state.reading = 1;
409 state.reading = n;
H A Doption.c806 if (state.reading)
1408 if ((op->flags & Op) && !state.reading && !state.user)
1915 state.reading = 1;
1917 state.reading = 0;
H A Dobject.c1739 n = state.reading;
1740 state.reading = 1;
1742 state.reading = n;
H A Dmake.h788 unsigned char global; /* reading global rules */
808 unsigned char reading; /* currently reading makefile */ member in struct:State_s
H A Dparse.c1426 error(2, "unit %d not open for reading", d);
2385 if (state.user <= 1 && state.reading && state.makefile && (s = strchr(r->name, '=')) && *(s + 1) == '=')
2754 if (!state.init && !state.readonly && (!state.op && state.reading || !(r->property & P_immediate)))
3269 message((fp ? -2 : -7, "reading %s", name));
3272 message((-2, "reading %s", name));
H A Drule.c722 else if (!state.op && state.reading && state.compileonly)
/ast/src/cmd/pax/
H A Dtar.sh61 [B:read-full-blocks?Reblock as we read (for reading 4.2BSD pipes).]

Completed in 44 milliseconds