Searched refs:reading (Results 1 - 9 of 9) sorted by relevance
/ast/src/cmd/ncsl/ |
H A D | ncsl.c | 231 error(2, "%s: cannot open for reading", s);
|
/ast/src/cmd/nmake/ |
H A D | main.c | 720 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 D | read.c | 194 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 D | option.c | 806 if (state.reading) 1408 if ((op->flags & Op) && !state.reading && !state.user) 1915 state.reading = 1; 1917 state.reading = 0;
|
H A D | object.c | 1739 n = state.reading; 1740 state.reading = 1; 1742 state.reading = n;
|
H A D | make.h | 788 unsigned char global; /* reading global rules */ 808 unsigned char reading; /* currently reading makefile */ member in struct:State_s
|
H A D | parse.c | 1426 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 D | rule.c | 722 else if (!state.op && state.reading && state.compileonly)
|
/ast/src/cmd/pax/ |
H A D | tar.sh | 61 [B:read-full-blocks?Reblock as we read (for reading 4.2BSD pipes).]
|
Completed in 44 milliseconds