HomeSort by: relevance | last modified time | path
    Searched refs:c_switch (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/xlint/lint1/
func.c 461 for (cs = cstmt; cs != NULL && !cs->c_switch; cs = cs->c_surrounding)
525 for (cs = cstmt; cs != NULL && !cs->c_switch; cs = cs->c_surrounding)
650 cstmt->c_switch = true;
860 while (cs != NULL && !cs->c_loop && !cs->c_switch)
lint1.h 434 bool c_switch:1; /* 'case' and 'break' are valid */ member in struct:control_statement

Completed in 13 milliseconds