taglinefilesource code
variable88scripts/tkcond.cif( cnd->variable.str != NULL )
variable89scripts/tkcond.cfree(cnd->variable.str);
variable118scripts/tkcond.cif( cond->variable.cfg->tok != tok_choice )
variable126scripts/tkcond.cstrcpy(tmpbuf, cond->variable.cfg->label);
variable128scripts/tkcond.cif( strcmp(cond2->variable.str, "y") == 0 )
variable130scripts/tkcond.ccond->variable.cfg = cond->variable.cfg->choice_label;
variable131scripts/tkcond.ccond2->variable.str = strdup(tmpbuf);
variable186scripts/tkcond.cif( ocond->variable.str != NULL )
variable204scripts/tkcond.cif( strcmp(cfg->optionname, ocond->variable.str) == 0)
variable206scripts/tkcond.cnew->variable.cfg = cfg;
variable213scripts/tkcond.cnew->variable.str = strdup(ocond->variable.str);
variable218scripts/tkcond.cnew->variable.str = strdup(ocond->variable.str);
variable273scripts/tkcond.cnew->variable.cfg = ocond->variable.cfg;
variable455scripts/tkcond.cif(cnd->variable.cfg->cond == NULL) continue;
variable457scripts/tkcond.cif(cnd->variable.cfg->flags & CFG_DUP) continue; 
variable462scripts/tkcond.cnewcond = get_token_cond_frag(cnd->variable.cfg->cond, &last);
variable511scripts/tkcond.c|| cnd2->variable.cfg != cnd3->variable.cfg) ) break;
variable514scripts/tkcond.cstrcmp(cnd2->variable.str, cnd3->variable.str) != 0)
variable148scripts/tkgen.cprintf("\tglobal %s\n", cond->variable.str);
variable151scripts/tkgen.cif(cond->variable.cfg->flags & GLOBAL_WRITTEN) break;
variable152scripts/tkgen.ccond->variable.cfg->flags |= GLOBAL_WRITTEN;
variable153scripts/tkgen.cprintf("\tglobal %s\n", cond->variable.cfg->optionname);
variable201scripts/tkgen.cprintf("$%s", cond->variable.str);
variable204scripts/tkgen.cprintf("$%s", cond->variable.cfg->optionname);
variable207scripts/tkgen.cprintf("[exec %s]", cond->variable.str);
variable210scripts/tkgen.cif( strcmp(cond->variable.str, "y") == 0 )
variable212scripts/tkgen.celse if( strcmp(cond->variable.str, "n") == 0 )
variable214scripts/tkgen.celse if( strcmp(cond->variable.str, "m") == 0 )
variable217scripts/tkgen.cprintf("\"%s\"", cond->variable.str);
variable341scripts/tkgen.cprintf("\tglobal %s\n", cond->variable.str);
variable344scripts/tkgen.cif(cond->variable.cfg->flags & GLOBAL_WRITTEN) break;
variable345scripts/tkgen.ccond->variable.cfg->flags |= GLOBAL_WRITTEN;
variable346scripts/tkgen.cprintf("\tglobal %s\n", cond->variable.cfg->optionname);
variable384scripts/tkgen.cprintf("$%s", cond->variable.str);
variable387scripts/tkgen.cprintf("[exec %s]", cond->variable.str);
variable390scripts/tkgen.cprintf("$%s", cond->variable.cfg->optionname);
variable393scripts/tkgen.cif( strcmp(cond->variable.str, "y") == 0 )
variable395scripts/tkgen.celse if( strcmp(cond->variable.str, "n") == 0 )
variable397scripts/tkgen.celse if( strcmp(cond->variable.str, "m") == 0 )
variable400scripts/tkgen.cprintf("\"%s\"", cond->variable.str);
variable138scripts/tkparse.ccpnt->variable = strdup(varname);
variable150scripts/tkparse.ccpnt->variable = strdup(varname);
variable159scripts/tkparse.ccpnt->variable = strdup(varname);
variable563scripts/tkparse.cprintf("$%s", cond->variable.str);
variable566scripts/tkparse.cprintf("'%s'", cond->variable.str);
variable49scripts/tkparse.hunion var variable;