OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 31 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025