Searched defs:Dir_t (Results 1 - 7 of 7) sorted by relevance
/ast/src/lib/libast/path/ |
H A D | pathfind.c | 41 } Dir_t; typedef in typeref:struct:Dir_s 45 Dir_t* head; /* directory list head */ 46 Dir_t* tail; /* directory list tail */ 56 register Dir_t* dp; 64 if (!(dp = oldof(0, Dir_t, 1, strlen(dir)))) 87 register Dir_t* dp;
|
/ast/src/lib/libjcl/ |
H A D | jcllib.h | 35 struct Dir_s; typedef struct Dir_s Dir_t; typedef in typeref:struct:Dir_s 44 Dir_t* next; /* next in list */ 51 Dir_t* head; /* directory list head */ 52 Dir_t* tail; /* directory list tail */
|
/ast/src/cmd/paxlib/tp/ |
H A D | tp.c | 51 } Dir_t; typedef in typeref:struct:Dir_s 58 Dir_t* dp; 59 Dir_t* ep; 60 Dir_t dir[1]; 92 w = ((Dir_t*)buf)->checksum[0] + (((Dir_t*)buf)->checksum[1]<<8); 95 n = (size_t)w * sizeof(Dir_t); 96 if (!(ar = newof(0, Ar_t, 1, n - sizeof(Dir_t)))) 116 register Dir_t* dp; 128 for (e = (s = (ui1*)ar->dir) + sizeof(Dir_t); [all...] |
/ast/src/cmd/tw/ |
H A D | tw.c | 349 } Dir_t; typedef in typeref:struct:Dir 684 Dir_t* firstdir; 685 Dir_t* lastdir; 699 firstdir = lastdir = newof(0, Dir_t, 1, 0); 721 lastdir = lastdir->next = newof(0, Dir_t, 1, 0); 939 Dir_t* dp;
|
/ast/src/cmd/html/ |
H A D | troff2html.h | 85 } Dir_t; typedef in typeref:struct:Dir_s 231 Dir_t* dirs; /* include dir list */ 232 Dir_t* hot; /* hot text list */ 233 Dir_t* macros; /* macro packages */
|
/ast/src/cmd/3d/ |
H A D | 3d.h | 206 } Dir_t; typedef in typeref:struct:__anon1 214 Dir_t* dir;
|
/ast/src/cmd/nmake/ |
H A D | make.h | 84 #define getar(name) ((Dir_t*)hashget(table.ar,(name))) 86 #define getdir(id) ((Dir_t*)hashget(table.dir,(char*)(id))) 450 } Dir_t; typedef in typeref:struct:Dir_s 455 Dir_t* dir; /* directory containing file */ 863 Dir_t* archive; /* .SCAN archive */ 926 extern File_t* addfile(Dir_t*, char*, Time_t); 1054 extern Dir_t* unique(Rule_t*);
|
Completed in 257 milliseconds