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)
variable193scripts/tkgen.cglobal(cond->variable.str);
variable196scripts/tkgen.cif(cond->variable.cfg->flags & GLOBAL_WRITTEN) break;
variable197scripts/tkgen.ccond->variable.cfg->flags |= GLOBAL_WRITTEN;
variable198scripts/tkgen.cglobal(cond->variable.cfg->optionname);
variable246scripts/tkgen.cprintf("$%s", cond->variable.str);
variable249scripts/tkgen.cprintf("$%s", cond->variable.cfg->optionname);
variable252scripts/tkgen.cprintf("[exec %s]", cond->variable.str);
variable255scripts/tkgen.cif( strcmp(cond->variable.str, "y") == 0 )
variable257scripts/tkgen.celse if( strcmp(cond->variable.str, "n") == 0 )
variable259scripts/tkgen.celse if( strcmp(cond->variable.str, "m") == 0 )
variable262scripts/tkgen.cprintf("\"%s\"", cond->variable.str);
variable386scripts/tkgen.cglobal(cond->variable.str);
variable389scripts/tkgen.cif(cond->variable.cfg->flags & GLOBAL_WRITTEN) break;
variable390scripts/tkgen.ccond->variable.cfg->flags |= GLOBAL_WRITTEN;
variable391scripts/tkgen.cglobal(cond->variable.cfg->optionname);
variable429scripts/tkgen.cprintf("$%s", cond->variable.str);
variable432scripts/tkgen.cprintf("[exec %s]", cond->variable.str);
variable435scripts/tkgen.cprintf("$%s", cond->variable.cfg->optionname);
variable438scripts/tkgen.cif( strcmp(cond->variable.str, "y") == 0 )
variable440scripts/tkgen.celse if( strcmp(cond->variable.str, "n") == 0 )
variable442scripts/tkgen.celse if( strcmp(cond->variable.str, "m") == 0 )
variable445scripts/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;