/ast/src/cmd/tests/cdt/ |
H A D | tobag.c | 37 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 D | tsearch.c | 37 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 D | trhbags.c | 23 { Dtlink_t link; member in struct:_obj_s
|
H A D | tbags.c | 23 { Dtlink_t link; member in struct:_obj_s
|
/ast/src/lib/libast/string/ |
H A D | fmtfs.c | 51 Dtlink_t link; member in struct:Id_s
|
H A D | fmtgid.c | 50 Dtlink_t link; member in struct:Id_s
|
H A D | fmtls.c | 45 * 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 D | fmtuid.c | 50 Dtlink_t link; member in struct:Id_s
|
H A D | strgid.c | 57 Dtlink_t link; member in struct:Id_s
|
H A D | struid.c | 53 Dtlink_t link; member in struct:Id_s
|
/ast/src/cmd/mailx/port/ |
H A D | dttree.c | 92 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 D | vcs_dir.c | 37 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 D | hsearch.c | 63 { Dtlink_t link; member in struct:_hash_s
|
H A D | tsearch.c | 62 { 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 D | rs-splay.c | 42 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 D | pt.h | 59 Dtlink_t link; member in struct:Ptprefix_s
|
H A D | ptv.h | 57 Dtlink_t link; member in struct:Ptvprefix_s
|
H A D | iv-flat.c | 47 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 D | lookup.c | 37 Dtlink_t link; member in struct:Value_s
|
/ast/src/lib/libast/cdt/ |
H A D | dtlist.c | 31 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 D | colib.h | 71 Dtlink_t link; member in struct:Coexport_s
|
/ast/src/lib/libjcl/ |
H A D | uniq.c | 30 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 D | suftree.c | 116 ** 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 D | pax-pds.c | 32 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 D | du.c | 37 " 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
|