HomeSort by: relevance | last modified time | path
    Searched defs:check_controlling_expression (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/xlint/lint1/
func.c 548 check_controlling_expression(tnode_t *tn, bool is_do_while) function
577 tn = check_controlling_expression(tn, false);
720 tn = check_controlling_expression(tn, false);
758 tn = check_controlling_expression(tn, true);
804 tn2 = check_controlling_expression(tn2, false);

Completed in 24 milliseconds