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

/xsrc/external/mit/imake/dist/
H A Dimake.c266 int InRule = FALSE; variable in typeref:typename:int
2053 InRule = TRUE;
2101 if (!InRule && **pline == ' ') {
2121 InRule = TRUE;
2126 if (InRule && **pline == ' ')
2135 InRule = FALSE;

Completed in 7 milliseconds