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

/freebsd-10-stable/contrib/tcsh/
H A Dsh.dir.c890 Char *mlink, *newcp; local
980 mlink = str2short(tlink);
989 if (*mlink != '/') {
999 * New length is "yyy/" + mlink + "/.." and rest
1001 p1 = newcp = xmalloc(((sp - cp) + Strlen(mlink) +
1008 for (p1--, p2 = mlink; (*p1++ = *p2++) != '\0';)
1018 newcp = Strspl(mlink, p);
1051 mlink = str2short(tlink);
1065 if (*mlink != '/') {
1076 * New length is "yyy/" + mlink
[all...]
/freebsd-10-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c294 DECL_DLIST_LINK(mru, mlink);
2443 UNLINK_DLIST(mon, mlink);
2450 LINK_DLIST(mru_list, add, mlink);
2539 INIT_DLIST(mru_list, mlink);
2580 recent = HEAD_DLIST(mru_list, mlink);
2586 UNLINK_DLIST(recent, mlink);
2594 if (NULL == HEAD_DLIST(mru_list, mlink)) {
2742 head = HEAD_DLIST(mru_list, mlink);
2910 for (ri = 0, recent = HEAD_DLIST(mru_list, mlink);
2912 ri++, recent = NEXT_DLIST(mru_list, recent, mlink)) {
[all...]

Completed in 119 milliseconds