Home
last modified time | relevance | path

Searched refs:arithstart (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dreplay.c714 do_macro_arith(char* orig, size_t remain, char** arithstart) in do_macro_arith() argument
722 if(!*arithstart) { in do_macro_arith()
725 *arithstart = at; in do_macro_arith()
731 remain += (size_t)(orig - *arithstart); in do_macro_arith()
732 at = *arithstart; in do_macro_arith()
736 *arithstart = NULL; in do_macro_arith()
737 return do_macro_arith(orig, remain, arithstart); in do_macro_arith()
740 *arithstart = orig; in do_macro_arith()
756 *arithstart = NULL; in do_macro_arith()
785 char* arithstart = NULL; in macro_expand() local
[all …]