Searched defs:Path (Results 1 – 5 of 5) sorted by relevance
124 typedef struct Path Path; typedef125 struct Path { struct132 #pragma varargck type "P" Path* argument
1783 typedef struct Path Path; typedef1784 struct Path { struct1785 Path *next; argument1797 Path *pathlevel[Maxlevel]; argument
16 Path, enumerator
26 typedef struct Path Path; typedef228 struct Path struct231 char *s;232 Chan **mtpt; /* mtpt history */233 int len; /* strlen(s) */234 int alen; /* allocated length of s */235 int mlen; /* number of path elements */236 int malen; /* allocated length of mtpt */
304 } Path; typedef