Searched defs:link (Results 1 - 25 of 81) sorted by relevance

1234

/ast/src/cmd/tests/cdt/
H A Dtobag.c37 Dtlink_t* link; local
123 for(link = dtflatten(dt), i = 1; link; ++i)
124 for(k = 1; k <= i; ++k, link = dtlink(dt,link))
125 if(i != (long)dtobj(dt,link))
H A Dtsearch.c37 Dtlink_t* link; local
73 for(link = dtflatten(dt), i = 1; link; link = dtlink(dt,link), i += 1)
74 if((long)dtobj(dt,link) != i)
88 for(link = dtflatten(dt), i = 7; link; link = dtlink(dt,link),
[all...]
H A Dtrhbags.c23 { Dtlink_t link; member in struct:_obj_s
H A Dtbags.c23 { Dtlink_t link; member in struct:_obj_s
/ast/src/lib/libast/string/
H A Dfmtfs.c51 Dtlink_t link; member in struct:Id_s
H A Dfmtgid.c50 Dtlink_t link; member in struct:Id_s
H A Dfmtls.c45 * link link text if != 0
52 fmtls(char* buf, const char* name, register struct stat* st, const char* info, const char* link, register int flags) argument
110 if (link)
116 "==", link);
H A Dfmtuid.c50 Dtlink_t link; member in struct:Id_s
H A Dstrgid.c57 Dtlink_t link; member in struct:Id_s
H A Dstruid.c53 Dtlink_t link; member in struct:Id_s
/ast/src/cmd/mailx/port/
H A Ddttree.c92 Dtlink_t link; local
102 { if(disc->freef || disc->link < 0)
109 if(disc->link < 0)
144 /* note that link.right is LEFT tree and link.left is RIGHT tree */
145 l = r = &link;
198 if(disc->link < 0)
205 { root->left = link.right; /* put root to LEFT tree */
207 link.right = root;
211 { root->right = link
[all...]
/ast/src/cmd/cs/vcs_src/
H A Dvcs_dir.c37 char* link = NULL; local
42 link = rs_readlink(tp->version);
75 if (R_ISLINK(tp) && link)
76 dp->link = strdup(link);
87 if (R_ISLINK(tp) && link)
88 ndp->link = strdup(link);
100 if (R_ISLINK(tp) && link)
101 ndp->link
[all...]
/ast/src/lib/libast/comp/
H A Dhsearch.c63 { Dtlink_t link; member in struct:_hash_s
H A Dtsearch.c62 { Dtlink_t link; member in struct:_tree_s
197 #define lchild link.lh.__left
198 #define rchild link.rh.__rght
/ast/src/lib/librecsort/
H A Drs-splay.c42 Rsobj_t link; local
76 for(l = r = &link;; )
138 root->left = link.right;
139 root->right = link.left;
147 obj->left = link.right;
148 obj->right = link.left;
/ast/src/cmd/dsslib/ip_t/
H A Dpt.h59 Dtlink_t link; member in struct:Ptprefix_s
H A Dptv.h57 Dtlink_t link; member in struct:Ptvprefix_s
H A Div-flat.c47 Dtlink_t link; member in struct:Flseg_s
259 DTDISC(&fl->dc,0,0,offsetof(Flseg_t,link),flatmake,flatfree,flatbldcmp,0,0,0);
/ast/src/cmd/dsslib/lookup/
H A Dlookup.c37 Dtlink_t link; member in struct:Value_s
/ast/src/lib/libast/cdt/
H A Ddtlist.c31 Dtlink_t* link; /* list of objects */ member in struct:_dtlist_s
43 if(!here && !(here = list->link) )
73 if((lnk = list->link) )
94 lnk = list->link;
95 list->link = list->here = NIL(Dtlink_t*);
98 if(disc->freef || disc->link < 0)
124 lnk = list->link;
126 { list->link = NIL(Dtlink_t*);
131 { if(list->link != NIL(Dtlink_t*))
134 list->link
[all...]
/ast/src/lib/libcoshell/
H A Dcolib.h71 Dtlink_t link; member in struct:Coexport_s
/ast/src/lib/libjcl/
H A Duniq.c30 Dtlink_t link; member in struct:Uniq_s
152 state.markdisc.link = offsetof(Uniq_t, link);
214 state.uniqdisc.link = offsetof(Uniq_t, link);
258 state.diffdisc.link = offsetof(Uniq_t, link);
/ast/src/lib/libodelta/
H A Dsuftree.c116 ** link: defines the sublink of the locus of the prefix
122 register Suftree *match, *clocus, *locus, *link; local
182 link = LINK(clocus);
187 /* find a child of link that starts with the
191 match = child_find(link,*rescan);
194 /* clocus will be the parent of the new link */
195 clocus = link;
200 link = match;
226 CHILD(link) = list;
227 link
[all...]
/ast/src/cmd/pax/
H A Dpax-pds.c32 char* link; member in struct:Pdsdir_s
100 pds->dir[i].link = &pds->dir[i].name[0];
103 pds->dir[i].link = 0;
119 while (!pds->dir[m].link)
126 pds->dir[n].link = pds->dir[m].name;
127 pds->dir[m].link = 0;
130 pds->dir[m].link = pds->dir[n].name;
132 pds->dir[m].link = 0;
162 f->linkpath = dp->link;
/ast/src/cmd/std/
H A Ddu.c37 " they appear more than once as a hard link, a target of a"
38 " symbolic link, or an operand.]"
42 " counted only for the first link to a file; subsequent links are"
93 Dtlink_t link; /* dictionary link */ member in struct:Hit_s

Completed in 25 milliseconds

1234