appendtool       1418 source/common/param.cpp #define TOOLOPT(FLAG, STR) if (FLAG) appendtool(param, buf, sizeof(buf), STR);
appendtool       1419 source/common/param.cpp #define TOOLVAL(VAL, STR)  if (VAL) { sprintf(tmp, STR, VAL); appendtool(param, buf, sizeof(buf), tmp); }
appendtool       1454 source/common/param.cpp             appendtool(param, buf, sizeof(buf), tmp);