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