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

  /src/usr.bin/make/
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;
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;

Completed in 24 milliseconds