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

  /src/usr.bin/make/
main.c 1481 posix_state = PS_MAYBE_NEXT_LINE;
2112 enum PosixState p_s = posix_state;
2114 posix_state = PS_TOO_LATE;
2121 posix_state = p_s;
2147 p_s = posix_state;
2148 posix_state = PS_TOO_LATE;
2156 posix_state = p_s;
parse.c 305 enum PosixState posix_state = PS_NOT_YET; variable in typeref:enum:PosixState
1363 if (posix_state == PS_NOW_OR_NEVER) {
1370 posix_state = PS_SET;
2670 if (posix_state == PS_MAYBE_NEXT_LINE)
2671 posix_state = PS_NOW_OR_NEVER;
2672 else if (posix_state != PS_SET)
2673 posix_state = PS_TOO_LATE;
make.h 535 } posix_state;
var.c 3996 if (posix_state == PS_SET)
4003 if (res == AMR_UNKNOWN && posix_state != PS_SET) {

Completed in 32 milliseconds