Searched refs:patsize (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/zsh-60/zsh/Src/
H A Dpattern.c264 static long patsize; /* size of code */ variable
377 long newpatsize = patsize + n;
385 patcode = patout + patsize;
388 patsize = newpatsize;
411 patcode = patout + patsize;
463 patsize = patcode - patout;
548 p->size = patsize;
646 Patprog newp = (Patprog)zalloc(patsize);
647 memcpy((char *)newp, (char *)p, patsize);
650 Patprog newp = (Patprog)zhalloc(patsize);
[all...]
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libnetbsd/
H A Dglob.c314 globtilde(const Char *pattern, Char *patbuf, size_t patsize, glob_t *pglob) argument
321 Char *pend = &patbuf[patsize / sizeof(Char)];

Completed in 165 milliseconds