HomeSort by: relevance | last modified time | path
    Searched defs:tnext (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/openldap/dist/include/
ldap_rq.h 28 LDAP_STAILQ_ENTRY(re_s) tnext; /* it includes running */ member in struct:re_s
  /src/bin/ksh/
table.c 163 tnext(ts) function
220 while ((te = tnext(&ts))) {
  /src/crypto/dist/ipsec-tools/src/racoon/
proposal.h 114 * | |tnext |tnext
119 * |tnext
147 struct prop_pair *tnext; /* next prop_pair in same proposal payload */ member in struct:prop_pair
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
template.h 270 TemplateInstance *tnext; // non-first instantiated instances member in class:TemplateInstance
  /src/external/gpl2/xcvs/dist/src/
subr.c 230 char *snext, *tnext; local
237 result = strtoul (sp, &snext, 10) - strtoul (tp, &tnext, 10);
238 if (*snext == '\0' || *tnext == '\0')
241 tp = tnext + 1;
  /src/external/gpl3/gcc.old/dist/gcc/d/
expr.cc 1539 Type *tnext = NULL; local
1550 tnext = ex->type->toBasetype ();
1560 tnext = se->var->type->toBasetype ();
1569 if (tnext && tnext->ty == TY::Tstruct)
1571 StructDeclaration *sd = tnext->isTypeStruct ()->sym;
2534 Type *tnext; local
2539 tnext = (TypeBasic *) Type::tfloat32;
2543 tnext = (TypeBasic *) Type::tfloat64;
2547 tnext = (TypeBasic *) Type::tfloat80
    [all...]

Completed in 21 milliseconds