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

/osnet-11/usr/src/lib/libc/port/stdio/
H A Dflush.c136 static struct _link_ *lastlink = NULL; variable in typeref:struct:_link_
255 if (lastlink == NULL) {
258 lastlink = &__first_link;
261 lp = lastlink;
291 } while ((lastlink = lp = lp->next) != NULL);
376 lastlink = *prev = hdr;
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dengine.h190 token_t *lastlink; /* last forth def */ member in struct:FCODE_ENV
286 (token_t)(env->lastlink)

Completed in 24 milliseconds