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

  /src/usr.bin/xlint/lint1/
tree.c 875 is_out_of_char_range(const tnode_t *tn) function in typeref:typename:bool
891 if (lt == CHAR && is_out_of_char_range(rn)) {
899 if (rt == CHAR && is_out_of_char_range(ln)) {

Completed in 15 milliseconds