Searched defs:olds (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libast/astsa/ |
H A D | strmatch.c | 180 char* olds; local 186 olds = s; 204 s = olds; 232 if (grpmatch(mp, n, olds, subp, s, flags) == pc) 236 if (!mp->current.beg[n] || mp->current.beg[n] > olds) 237 mp->current.beg[n] = olds; 245 if (!mp->current.beg[n] || mp->current.beg[n] > olds) 246 mp->current.beg[n] = olds; 283 mp->current.next_s = (flags & STR_MAXIMAL) ? e : olds; 308 if ((n || pc == sc) && onematch(mp, g, olds, [all...] |
/ast/src/cmd/kshlib/dbm_t/ |
H A D | dbm_t.c | 89 static size_t check_size(char **buff, size_t olds, size_t news) argument 91 if(news>=olds) 93 if(olds) 95 while((olds*=2) <= news); 96 *buff = (char*)realloc(*buff,olds); 100 *buff = (char*)malloc(olds=news+1); 102 return(olds);
|
/ast/src/cmd/3d/ |
H A D | strmatch.c | 274 char* olds; local 284 olds = s; 302 s = olds; 330 if (grpmatch(mp, n, olds, subp, s, flags) == pc) 334 if (!mp->current.beg[n] || mp->current.beg[n] > olds) 335 mp->current.beg[n] = olds; 346 if (!mp->current.beg[n] || mp->current.beg[n] > olds) 347 mp->current.beg[n] = olds; 387 mp->current.next_s = (flags & STR_MAXIMAL) ? e : olds; 420 if ((n || pc == sc) && onematch(mp, g, olds, [all...] |
Completed in 1442 milliseconds