Searched refs:os_subtype (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/ada/
H A Dterminals.c786 static enum {OS_UNKNOWN, OS_WIN95, OS_NT} os_subtype = OS_UNKNOWN; variable in typeref:enum:__anon16
809 os_subtype = OS_WIN95;
811 os_subtype = OS_NT;
827 (os_subtype == OS_WIN95)
869 if (os_subtype == OS_UNKNOWN)

Completed in 93 milliseconds