Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmain.c1503 posix_state = PS_MAYBE_NEXT_LINE; in main_ReadFiles()
2135 enum PosixState p_s = posix_state; in PrintOnError()
2137 posix_state = PS_TOO_LATE; in PrintOnError()
2144 posix_state = p_s; in PrintOnError()
2170 p_s = posix_state; in Main_ExportMAKEFLAGS()
2171 posix_state = PS_TOO_LATE; in Main_ExportMAKEFLAGS()
2179 posix_state = p_s; in Main_ExportMAKEFLAGS()
H A Dparse.c310 enum PosixState posix_state = PS_NOT_YET; variable
1368 if (posix_state == PS_NOW_OR_NEVER) { in HandleDependencySourcesEmpty()
1375 posix_state = PS_SET; in HandleDependencySourcesEmpty()
2675 if (posix_state == PS_MAYBE_NEXT_LINE) in ReadHighLevelLine()
2676 posix_state = PS_NOW_OR_NEVER; in ReadHighLevelLine()
2677 else if (posix_state != PS_SET) in ReadHighLevelLine()
2678 posix_state = PS_TOO_LATE; in ReadHighLevelLine()
H A Dmake.h558 } posix_state;
H A Dvar.c4018 if (posix_state == PS_SET) in ApplySingleModifier()
4025 if (res == AMR_UNKNOWN && posix_state != PS_SET) { in ApplySingleModifier()