Home
last modified time | relevance | path

Searched refs:posix_state (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/bmake/
HDparse.c313 enum PosixState posix_state = PS_NOT_YET; variable
1273 if (posix_state == PS_NOW_OR_NEVER) { in HandleDependencySourcesEmpty()
2604 if (posix_state == PS_MAYBE_NEXT_LINE) in ReadHighLevelLine()
2605 posix_state = PS_NOW_OR_NEVER; in ReadHighLevelLine()
2607 posix_state = PS_TOO_LATE; in ReadHighLevelLine()
HDmake.h534 } posix_state;
HDmain.c1527 posix_state = PS_MAYBE_NEXT_LINE; in main_ReadFiles()