Searched defs:wordnum (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetfilter.c404 int i, wordcount, wordnum, endwordnum, escape_all; local
438 wordnum = *p - '1';
451 endwordnum = wordnum; /* e.g., "%v2" */
455 for ( i = wordnum; i <= endwordnum; ++i ) {
456 if ( i > wordnum ) { /* add blank btw words */
468 wordnum = wordcount - 1;
470 valwords[ wordnum ], escape_all );

Completed in 57 milliseconds