Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/unbound/testcode/
H A Dreplay.c728 do_macro_arith(char* orig, size_t remain, char** arithstart) in do_macro_arith() argument
736 if(!*arithstart) { in do_macro_arith()
739 *arithstart = at; in do_macro_arith()
745 remain += (size_t)(orig - *arithstart); in do_macro_arith()
746 at = *arithstart; in do_macro_arith()
750 *arithstart = NULL; in do_macro_arith()
751 return do_macro_arith(orig, remain, arithstart); in do_macro_arith()
754 *arithstart = orig; in do_macro_arith()
770 *arithstart = NULL; in do_macro_arith()
799 char* arithstart = NULL; in macro_expand() local
[all …]