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;
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)
861 cs = cs->c_surrounding;
880 for (cs = cstmt; cs != NULL && !cs->c_loop; cs = cs->c_surrounding)
949 for (; cs->c_surrounding != NULL; cs = cs->c_surrounding)
lint1.h 459 struct control_statement *c_surrounding; member in struct:control_statement

Completed in 40 milliseconds