Home
last modified time | relevance | path

Searched refs:nextcolp (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c262 struct ldap_tmplitem *rowp, *nextrowp, *colp, *nextcolp; in free_disptmpl() local
266 for ( colp = rowp; colp != NULL; colp = nextcolp ) { in free_disptmpl()
267 nextcolp = colp->ti_next_in_row; in free_disptmpl()