HomeSort by relevance Sort by last modified time
    Searched refs:apath (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/make-3.81/
amiga.c 95 struct AnchorPath * apath; local
97 if ( (apath = AllocMem (sizeof (struct AnchorPath) + PATH_SIZE,
101 apath->ap_Strlen = PATH_SIZE;
103 if (MatchFirst (wc, apath) == 0)
107 o = variable_buffer_output (o, apath->ap_Buf,
108 strlen (apath->ap_Buf));
110 } while (MatchNext (apath) == 0);
113 MatchEnd (apath);
114 FreeMem (apath, sizeof (struct AnchorPath) + PATH_SIZE);
function.c     [all...]

Completed in 325 milliseconds