Searched refs:PN_PEEK (Results 1 – 2 of 2) sorted by relevance
50 #define PN_PEEK 0x01 /* Only peek at next pn component */ macro51 #define stpn_peekcomponent(PNP, COMP) stpn_getcomponent(PNP, COMP, PN_PEEK)
145 if (!(flags & PN_PEEK)) { in stpn_getcomponent()