taglinefilesource code
tmpbuf102scripts/tkcond.cchar tmpbuf[10];
tmpbuf124scripts/tkcond.csprintf(tmpbuf, "%d", cond->variable.cfg->choice_value);
tmpbuf129scripts/tkcond.ccond2->variable.str = strdup(tmpbuf);
tmpbuf296scripts/tkparse.cchar tmpbuf[24];
tmpbuf432scripts/tkparse.csprintf(tmpbuf, "tmpvar_%d", choose_number++);
tmpbuf433scripts/tkparse.ckcfg->optionname = strdup(tmpbuf);