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 462 for (cs = cstmt; cs != NULL && !cs->c_switch; cs = cs->c_surrounding)
526 for (cs = cstmt; cs != NULL && !cs->c_switch; cs = cs->c_surrounding)
651 cstmt->c_switch = true;
861 while (cs != NULL && !cs->c_loop && !cs->c_switch)
lint1.h 436 bool c_switch:1; /* 'case' and 'break' are valid */ member in struct:control_statement

Completed in 16 milliseconds