Home
last modified time | relevance | path

Searched defs:REGEX_REALLOCATE (Results 1 – 1 of 1) sorted by relevance

/plan9/sys/src/ape/cmd/diff/
H A Dregex.c263 #define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize) macro
291 #define REGEX_REALLOCATE(source, osize, nsize) \ macro