Home
last modified time | relevance | path

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

/dports/mail/thunderbird/thunderbird-91.8.0/comm/ldap/c-sdk/libraries/libldap/
H A Ddisptmpl.c238 struct ldap_tmplitem *rowp, *nextrowp, *colp, *nextcolp; in free_disptmpl() local
242 for (colp = rowp; colp != NULL; colp = nextcolp) { in free_disptmpl()
243 nextcolp = colp->ti_next_in_row; in free_disptmpl()
/dports/net/ldapsdk/mozldap-6.0.7/c-sdk/ldap/libraries/libldap/
H A Ddisptmpl.c269 struct ldap_tmplitem *rowp, *nextrowp, *colp, *nextcolp; in free_disptmpl() local
273 for ( colp = rowp; colp != NULL; colp = nextcolp ) { in free_disptmpl()
274 nextcolp = colp->ti_next_in_row; in free_disptmpl()
/dports/math/xspread/xspread-3.1.1c.orig/
H A Dcmds.c1811 showstring (string, dirflush, hasvalue, row, col, nextcolp, mxcol, fieldlenp, in showstring() argument
1817 int *nextcolp; /* value returned through it */
1823 register int nextcol = *nextcolp;
1892 *nextcolp = nextcol;
/dports/math/sc/sc-7.16/
H A Dsc.h535 int col, int *nextcolp, int mxcol, int *fieldlenp, int r, int c,
H A Dcmds.c3335 int *nextcolp, /* value returned through it */ argument
3343 int nextcol = *nextcolp;
3430 *nextcolp = nextcol;