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

  /src/usr.bin/xlint/lint1/
func.c 149 cs->c_surrounding = cstmt;
157 cstmt = cstmt->c_surrounding;
160 cstmt = cs->c_surrounding;
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)
862 cs = cs->c_surrounding;
881 for (cs = cstmt; cs != NULL && !cs->c_loop; cs = cs->c_surrounding)
950 for (; cs->c_surrounding != NULL; cs = cs->c_surrounding)
lint1.h 461 struct control_statement *c_surrounding; member in struct:control_statement

Completed in 14 milliseconds