Searched refs:isprot (Results 1 – 1 of 1) sorted by relevance
149 #define isprot(c) (((c)&M_PROTECT) != 0) macro1118 (void)printf("%c", (isprot(*p) ? '\\' : ' ')); in qprintf()