Searched refs:endp (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/libtksh/include/
H A DtclInt.h68 char *endp[NSUBEXP]; member in struct:regexp
/ast/src/lib/libast/vmalloc/
H A Dvmdebug.c220 reg Vmuchar_t *begp, *endp; local
251 DBHEAD(data,begp,endp);
252 while(begp < endp)
254 DBTAIL(data,begp,endp);
255 while(begp < endp)
586 { reg Vmuchar_t *data, *begp, *endp; local
597 DBHEAD(data,begp,endp);
598 for(; begp < endp; ++begp)
602 DBTAIL(data,begp,endp);
603 for(; begp < endp;
[all...]
H A Dvmhdr.h440 #define DBHEAD(d,begp,endp) \
441 (((begp) = (Vmuchar_t*)(&DBSEG(d)) + sizeof(Seg_t*)), ((endp) = (d)) )
442 #define DBTAIL(d,begp,endp) \
443 (((begp) = (Vmuchar_t*)(d)+DBSIZE(d)), ((endp) = (Vmuchar_t*)(&DBLN(d))) )
/ast/src/lib/libvcodex/Vchuff/
H A Dvchuffpart.c122 ssize_t p, endp, minsz; local
137 for(p = minsz, endp = size-minsz; p < endp; )
/ast/src/cmd/ksh93/edit/
H A Dedit.c938 char *endp, *p=string; local
940 *(endp = &p[nbyte]) = 0;
941 endp = &p[nbyte];
975 else if((endp-p) < mbmax())
977 if ((c=ed_read(ep,ep->e_fd,endp, 1,0)) == 1)
979 *++endp = 0;
994 while (p < endp);
/ast/src/lib/libtk/generic/
H A DtkImgPhoto.c2287 char *endp;
2294 nRed = strtol(palette, &endp, 10);
2295 if ((endp == palette) || ((*endp != 0) && (*endp != '/'))
2300 if (*endp == 0) {
2304 palette = endp + 1;
2305 nGreen = strtol(palette, &endp, 10);
2306 if ((endp == palette) || (*endp !
2273 char *endp; local
[all...]
/ast/src/lib/libtksh/tcl/
H A Dregexp.c743 char **regendp; /* Ditto for endp. */
842 restate->regendp = prog->endp;
845 ep = prog->endp;
852 prog->endp[0] = restate->reginput;
987 * Don't set endp if some later
H A DtclUtil.c1540 *endPtr = regexpPtr->endp[index];
/ast/src/lib/libvcodex/
H A Dvcio.c195 Vcchar_t *ptr, *endp; local
198 for(ptr = io->next, endp = io->endb; ptr < endp; ++ptr)

Completed in 66 milliseconds