Home
last modified time | relevance | path

Searched refs:compilebuf (Results 1 – 4 of 4) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/rickr/
H A Dl_mcw_glob.c301 Char *bufnext, *bufend, *compilebuf, m_not; in glob() local
330 compilebuf = bufnext; in glob()
422 Char *dp = compilebuf; in glob()
438 *compilebuf++ = (unsigned char) *compilepat++; in glob()
440 *compilebuf = EOS; in glob()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmcw_glob.c328 Char *bufnext, *bufend, *compilebuf, m_not; in afni_glob() local
357 compilebuf = bufnext; in afni_glob()
449 Char *dp = compilebuf; in afni_glob()
465 *compilebuf++ = (unsigned char) *compilepat++; in afni_glob()
467 *compilebuf = EOS; in afni_glob()
H A DIfile.c866 Char *bufnext, *bufend, *compilebuf, m_not; local
895 compilebuf = bufnext;
987 Char *dp = compilebuf;
1003 *compilebuf++ = (unsigned char) *compilepat++;
1005 *compilebuf = EOS;
/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Ddvdvob.c2396 static unsigned char compilebuf[128 * 8], *rbuf; in FixVobus() local
2419 … rbuf = vm_compile(compilebuf, compilebuf, ws, pg->pgcgroup, pg, b->commands, ismenu); in FixVobus()
2420 if (rbuf - compilebuf == 8) in FixVobus()
2422 memcpy(boffs + 10, compilebuf, 8); in FixVobus()