Searched refs:mlink (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/mdocml/
H A Dmandocdb.c89 struct mlink *mlinks; /* singly linked list */
94 struct mlink { struct
100 struct mlink *next; /* singly linked list */
120 static void dbadd_mlink(const struct mlink *mlink);
129 static void mlink_add(struct mlink *, const struct stat *);
130 static void mlink_check(struct mpage *, struct mlink *);
131 static void mlink_free(struct mlink *);
426 mandoc_ohash_init(&mlinks, 6, offsetof(struct mlink, file));
509 offsetof(struct mlink, fil
583 struct mlink *mlink; local
791 struct mlink *mlink; local
937 mlink_add(struct mlink *mlink, const struct stat *st) argument
984 mlink_free(struct mlink *mlink) argument
998 struct mlink *mlink; local
1025 struct mlink *mlink; local
1058 mlink_check(struct mpage *mpage, struct mlink *mlink) argument
1125 struct mlink *mlink, *mlink_dest; local
1260 struct mlink *mlink; local
1998 dbadd_mlink(const struct mlink *mlink) argument
2014 struct mlink *mlink; local
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dsh.dir.c887 Char *mlink, *newcp; local
977 mlink = str2short(tlink);
986 if (*mlink != '/') {
996 * New length is "yyy/" + mlink + "/.." and rest
998 p1 = newcp = xmalloc(((sp - cp) + Strlen(mlink) +
1005 for (p1--, p2 = mlink; (*p1++ = *p2++) != '\0';)
1015 newcp = Strspl(mlink, p);
1048 mlink = str2short(tlink);
1062 if (*mlink != '/') {
1073 * New length is "yyy/" + mlink
[all...]
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c294 DECL_DLIST_LINK(mru, mlink);
2484 UNLINK_DLIST(mon, mlink);
2491 LINK_DLIST(mru_list, add, mlink);
2580 INIT_DLIST(mru_list, mlink);
2621 recent = HEAD_DLIST(mru_list, mlink);
2627 UNLINK_DLIST(recent, mlink);
2635 if (NULL == HEAD_DLIST(mru_list, mlink)) {
2783 head = HEAD_DLIST(mru_list, mlink);
2951 for (ri = 0, recent = HEAD_DLIST(mru_list, mlink);
2953 ri++, recent = NEXT_DLIST(mru_list, recent, mlink)) {
[all...]

Completed in 151 milliseconds