HomeSort by: relevance | last modified time | path
    Searched refs:enlarge (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
alloc.c 86 enlarge(char *ptr, unsigned lth)
  /src/lib/libc/regex/
regcomp.c 174 static int enlarge(struct parse *p, sopno size);
1856 if (!enlarge(p, p->ssize + len)) /* this many unexpected additions */
1886 if (!enlarge(p, (p->ssize+1) / 2 * 3)) /* +50% */
1950 - enlarge - enlarge the strip
1951 == static int enlarge(struct parse *p, sopno size);
1954 enlarge(struct parse *p, sopno size) function in typeref:typename:int

Completed in 13 milliseconds