Lines Matching refs:matching
147 B<sk_I<TYPE>_delete_ptr>() deletes element matching I<ptr> from I<sk>. It
148 returns the deleted element or NULL if no element matching I<ptr> was found.
176 matching element is returned or B<-1> if there is no match. In the case
178 B<sk_I<TYPE>_find>() returns the index of a matching element or B<-1> if there
187 comparison function has been specified and no matching element is found.
190 present in I<sk>. The function also does not guarantee that the first matching
194 sets the I<*pnum> to number of matching elements in the stack. In case
196 to 1 if matching element was found, 0 otherwise.
226 matching element. In particular B<0> indicates a matching first element.