Searched defs:unused (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libast/regex/ |
H A D | regcache.c | 85 int unused; local 138 empty = unused = -1; 144 unused = i; 151 if (unused < 0) 154 unused = old; 156 unused = empty; 158 if (!(cp = matchstate.cache[unused]) && !(cp = matchstate.cache[unused] = newof(0, Cache_t, 1, 0)))
|
/ast/src/lib/libbz/ |
H A D | bzlib.c | 1034 void* unused, 1045 (unused == NULL && nUnused != 0) || 1046 (unused != NULL && (nUnused < 0 || nUnused > BZ_MAX_UNUSED))) 1067 bzf->buf[bzf->bufN] = *((UChar*)(unused)); bzf->bufN++; 1068 unused = ((void*)( 1 + ((UChar*)(unused)) )); 1169 void** unused = (void*)vUnused; local 1175 if (unused == NULL || nUnused == NULL) 1180 *unused = bzf->strm.next_in; 1340 char unused[BZ_MAX_UNUSE local 1029 bzReadOpen( int* bzerror, FILE* f, int verbosity, int small, void* unused, int nUnused ) argument [all...] |
/ast/src/cmd/bzip/ |
H A D | bzip2.c | 373 UChar unused[BZ_MAX_UNUSED]; local 390 (int)smallMode, unused, nUnused 407 for (i = 0; i < nUnused; i++) unused[i] = unusedTmp[i]; 466 UChar unused[BZ_MAX_UNUSED]; local 480 (int)smallMode, unused, nUnused 494 for (i = 0; i < nUnused; i++) unused[i] = unusedTmp[i];
|
/ast/src/cmd/ksh93/sh/ |
H A D | init.c | 247 static char *nospace(int unused) argument 249 NOT_USED(unused);
|
H A D | io.c | 1636 static ssize_t tee_write(Sfio_t *iop,const void *buff,size_t n,Sfdisc_t *unused) argument 1638 NOT_USED(unused);
|
/ast/src/lib/libdss/ |
H A D | cx.h | 402 short unused; /* not used */ member in struct:Cxformat_s
|
Completed in 26 milliseconds