Searched refs:LN_ISPTR (Results 1 – 2 of 2) sorted by relevance
358 if (LN_ISPTR(mods)) { in print_mods()359 if (!LN_ISPTR(lastmods) && !LN_ISFTN(lastmods)) in print_mods()381 if (!LN_ISPTR(lastmods) && !LN_ISPTR(mods)) in print_mods()
103 #define LN_ISPTR(x) (((x)&LN_TMASK) == 1) /* is x a pointer type */ macro