/ast/src/cmd/tests/cdt/ |
H A D | tview.c | 56 dtinsert(dt1,1L); 57 dtinsert(dt1,3L); 58 dtinsert(dt1,5L); 59 dtinsert(dt1,2L); 61 dtinsert(dt2,2L); 62 dtinsert(dt2,4L); 63 dtinsert(dt2,6L); 64 dtinsert(dt2,3L); 66 dtinsert(dt3,2L); 67 dtinsert(dt [all...] |
H A D | tqueue.c | 35 if((long)dtinsert(dt,1L) != 1) 37 if((long)dtinsert(dt,3L) != 3) 39 if((long)dtinsert(dt,2L) != 2) 41 if((long)dtinsert(dt,3L) != 3) 43 if((long)dtinsert(dt,2L) != 2) 45 if((long)dtinsert(dt,3L) != 3)
|
H A D | tsearch.c | 42 if((long)dtinsert(dt,7L) != 7) 44 if((long)dtinsert(dt,1L) != 1) 46 if((long)dtinsert(dt,3L) != 3) 48 if((long)dtinsert(dt,4L) != 4) 50 if((long)dtinsert(dt,2L) != 2) 52 if((long)dtinsert(dt,6L) != 6) 54 if((long)dtinsert(dt,7L) != 7) 62 if((long)dtinsert(dt,5L) != 5) 142 if((long)dtinsert(dt,1) != 1) 144 if((long)dtinsert(d [all...] |
H A D | tstack.c | 35 if((long)dtinsert(dt,1L) != 1) 37 if((long)dtinsert(dt,3L) != 3) 39 if((long)dtinsert(dt,2L) != 2) 41 if((long)dtinsert(dt,3L) != 3) 43 if((long)dtinsert(dt,2L) != 2) 45 if((long)dtinsert(dt,3L) != 3)
|
H A D | tdeque.c | 36 if((long)dtinsert(dt,3L) != 3) 40 if((long)dtinsert(dt,2L) != 2) 44 if((long)dtinsert(dt,1L) != 1)
|
H A D | tobag.c | 43 if((g = (char*)dtinsert(dt,x) - (char*)0) != x) 46 if((g = (char*)dtinsert(dt,x) - (char*)0) != x) 49 if((g = (char*)dtinsert(dt,x) - (char*)0) != x) 55 if((g = (char*)dtinsert(dt,x) - (char*)0) != x) 58 if((g = (char*)dtinsert(dt,x) - (char*)0) != x) 64 if((g = (char*)dtinsert(dt,x) - (char*)0) != x) 67 if((g = (char*)dtinsert(dt,x) - (char*)0) != x) 73 if((g = (char*)dtinsert(dt,x) - (char*)0) != x) 76 if((g = (char*)dtinsert(dt,x) - (char*)0) != x) 79 if((g = (char*)dtinsert(d [all...] |
H A D | tshare.c | 91 if((long)dtinsert(dt1,1L) != 1) 93 if((long)dtinsert(dt1,3L) != 3) 95 if((long)dtinsert(dt1,5L) != 5) 100 if((long)dtinsert(dt2,2L) != 2) 102 if((long)dtinsert(dt2,4L) != 4) 104 if((long)dtinsert(dt2,6L) != 6)
|
H A D | tlist.c | 35 if((long)dtinsert(dt,1L) != 1) 66 if((long)dtinsert(dt,4L) != 4)
|
H A D | tevent.c | 85 dtinsert(dt, 1);
|
H A D | tvsafehash.c | 214 { dtinsert(insdt, o); 268 if(dtinsert(mapdt, om) != om) 269 terror("Parent[pid=%d]: dtinsert failed k=%d store=%s", ppid, k, Mapstore); 275 if(dtinsert(shmdt, os) != os) 276 terror("Parent[pid=%d]: dtinsert failed k=%d store=%s", ppid, k, Shmstore);
|
H A D | tvsaferehash.c | 216 { dtinsert(insdt, o); 270 if(dtinsert(mapdt, om) != om) 271 terror("Parent[pid=%d]: dtinsert failed k=%d store=%s", ppid, k, Mapstore); 277 if(dtinsert(shmdt, os) != os) 278 terror("Parent[pid=%d]: dtinsert failed k=%d store=%s", ppid, k, Shmstore);
|
/ast/src/cmd/dsslib/ip_t/ |
H A D | ptcopy.c | 39 dtinsert(b->dict, ap);
|
H A D | ptvcopy.c | 39 dtinsert(b->dict, ap);
|
H A D | ptopen.c | 148 return (Ptprefix_t*)dtinsert(tab->dict, &key); 177 if (!dtinsert(tab->dict, &cur)) 183 if (!dtinsert(tab->dict, &cur)) 191 if (!dtinsert(tab->dict, xp))
|
H A D | ptvopen.c | 181 return (Ptvprefix_t*)dtinsert(tab->dict, &key); 212 if (!dtinsert(tab->dict, &cur)) 219 if (!dtinsert(tab->dict, &cur)) 228 if (!dtinsert(tab->dict, xp))
|
/ast/src/lib/libexpr/ |
H A D | exopen.c | 62 dtinsert(program->symbols, &program->main); 65 dtinsert(program->symbols, sym); 68 dtinsert(program->symbols, sym);
|
/ast/src/lib/libast/string/ |
H A D | fmtfs.c | 96 dtinsert(dict, ip);
|
H A D | fmtgid.c | 97 dtinsert(dict, ip);
|
H A D | fmtuid.c | 97 dtinsert(dict, ip);
|
H A D | struid.c | 106 dtinsert(dict, ip);
|
H A D | strgid.c | 118 dtinsert(dict, ip);
|
/ast/src/lib/libcoshell/ |
H A D | coexport.c | 60 dtinsert(co->export, ex);
|
/ast/src/lib/libast/comp/ |
H A D | hsearch.c | 132 o = (Hash_t*)dtinsert(Hashtab,o);
|
/ast/src/lib/libjcl/ |
H A D | uniq.c | 186 dtinsert(state.mark, u); 240 dtinsert(state.uniq, u); 282 dtinsert(state.diff, u);
|
/ast/src/lib/libpz/ |
H A D | pzwrite.c | 82 dtinsert(pz->sort.free, elt); 99 dtinsert(pz->sort.order, pz->ws.se); 117 dtinsert(pz->sort.order, elt);
|