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

/illumos-gate/usr/src/cmd/svr4pkg/pkgproto/
H A Dmain.c72 static struct link *lastlink = (struct link *)0; variable in typeref:struct:link
495 lastlink->next = new;
496 lastlink = new;
498 firstlink = lastlink = new;
/illumos-gate/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;
/illumos-gate/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)
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c847 linkinfo_ent lastlink, *lastlinkp; local
853 lastlinkp = get_next_link(dbp, linkkey, &linksize, &lastlink,

Completed in 64 milliseconds