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

/macosx-10.10/zsh-61/zsh/Src/
H A Dpattern.c280 static long patsize; /* size of code */ variable
389 long newpatsize = patsize + n;
397 patcode = patout + patsize;
400 patsize = newpatsize;
423 patcode = patout + patsize;
531 patsize = patcode - patout;
609 p->size = patsize;
707 Patprog newp = (Patprog)zalloc(patsize);
708 memcpy((char *)newp, (char *)p, patsize);
711 Patprog newp = (Patprog)zhalloc(patsize);
[all...]
/macosx-10.10/lukemftp-14/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 122 milliseconds