Searched refs:tkn_ct (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/ntp-92/libopts/
H A Dtokenize.c140 * @item tkn_ct
143 * An array of @code{tkn_ct + 1} pointers to substring tokens, with
165 * for (ix = 0; ix < ptl->tkn_ct; ix++)
231 res->tkn_ct = 0;
234 res->tkn_list[ res->tkn_ct++ ] = pzDest;
281 res->tkn_list[ res->tkn_ct ] = NULL;
306 printf( "Parsed string ``%s''\ninto %d tokens:\n", arg, p->tkn_ct );
309 } while (++ix < p->tkn_ct);
H A Denvironment.c82 pOpts->origArgCt = pTL->tkn_ct + 1;
/macosx-10.10/ntp-92/sntp/libopts/
H A Dtokenize.c140 * @item tkn_ct
143 * An array of @code{tkn_ct + 1} pointers to substring tokens, with
165 * for (ix = 0; ix < ptl->tkn_ct; ix++)
231 res->tkn_ct = 0;
234 res->tkn_list[ res->tkn_ct++ ] = pzDest;
281 res->tkn_list[ res->tkn_ct ] = NULL;
306 printf( "Parsed string ``%s''\ninto %d tokens:\n", arg, p->tkn_ct );
309 } while (++ix < p->tkn_ct);
H A Denvironment.c82 pOpts->origArgCt = pTL->tkn_ct + 1;
/macosx-10.10/ntp-92/libopts/autoopts/
H A Doptions.h458 unsigned long tkn_ct; member in struct:__anon11563
527 * @item tkn_ct
530 * An array of @code{tkn_ct + 1} pointers to substring tokens, with
/macosx-10.10/ntp-92/sntp/libopts/autoopts/
H A Doptions.h458 unsigned long tkn_ct; member in struct:__anon11610
527 * @item tkn_ct
530 * An array of @code{tkn_ct + 1} pointers to substring tokens, with

Completed in 97 milliseconds