taglinefilesource code
variable86scripts/tkcond.cif( cnd->variable.str != NULL )
variable87scripts/tkcond.cfree(cnd->variable.str);
variable116scripts/tkcond.cif( cond->variable.cfg->tok != tok_choice )
variable124scripts/tkcond.csprintf(tmpbuf, "%d", cond->variable.cfg->choice_value);
variable126scripts/tkcond.cif( strcmp(cond2->variable.str, "y") == 0 )
variable128scripts/tkcond.ccond->variable.cfg = cond->variable.cfg->choice_label;
variable129scripts/tkcond.ccond2->variable.str = strdup(tmpbuf);
variable184scripts/tkcond.cif( ocond->variable.str != NULL )
variable200scripts/tkcond.cif( strcmp(cfg->optionname, ocond->variable.str) == 0)
variable202scripts/tkcond.cnew->variable.cfg = cfg;
variable209scripts/tkcond.cnew->variable.str = strdup(ocond->variable.str);
variable214scripts/tkcond.cnew->variable.str = strdup(ocond->variable.str);
variable271scripts/tkcond.cnew->variable.cfg = ocond->variable.cfg;
variable438scripts/tkcond.cif(cnd->variable.cfg->cond == NULL) continue;
variable440scripts/tkcond.cif(cnd->variable.cfg->flags & CFG_DUP) continue; 
variable445scripts/tkcond.cnewcond = get_token_cond_frag(cnd->variable.cfg->cond, &last);
variable494scripts/tkcond.c|| cnd2->variable.cfg != cnd3->variable.cfg) ) break;
variable497scripts/tkcond.cstrcmp(cnd2->variable.str, cnd3->variable.str) != 0)
variable107scripts/tkgen.cprintf("\tglobal %s\n", cond->variable.str);
variable110scripts/tkgen.cif(cond->variable.cfg->flags & GLOBAL_WRITTEN) break;
variable111scripts/tkgen.ccond->variable.cfg->flags |= GLOBAL_WRITTEN;
variable112scripts/tkgen.cprintf("\tglobal %s\n", cond->variable.cfg->optionname);
variable160scripts/tkgen.cprintf("$%s", cond->variable.str);
variable163scripts/tkgen.cprintf("$%s", cond->variable.cfg->optionname);
variable166scripts/tkgen.cprintf("[exec %s]", cond->variable.str);
variable169scripts/tkgen.cif( strcmp(cond->variable.str, "y") == 0 )
variable171scripts/tkgen.celse if( strcmp(cond->variable.str, "n") == 0 )
variable173scripts/tkgen.celse if( strcmp(cond->variable.str, "m") == 0 )
variable176scripts/tkgen.cprintf("\"%s\"", cond->variable);
variable296scripts/tkgen.cprintf("\tglobal %s\n", cond->variable.str);
variable299scripts/tkgen.cif(cond->variable.cfg->flags & GLOBAL_WRITTEN) break;
variable300scripts/tkgen.ccond->variable.cfg->flags |= GLOBAL_WRITTEN;
variable301scripts/tkgen.cprintf("\tglobal %s\n", cond->variable.cfg->optionname);
variable339scripts/tkgen.cprintf("$%s", cond->variable.str);
variable342scripts/tkgen.cprintf("[exec %s]", cond->variable.str);
variable345scripts/tkgen.cprintf("$%s", cond->variable.cfg->optionname);
variable348scripts/tkgen.cif( strcmp(cond->variable.str, "y") == 0 )
variable350scripts/tkgen.celse if( strcmp(cond->variable.str, "n") == 0 )
variable352scripts/tkgen.celse if( strcmp(cond->variable.str, "m") == 0 )
variable355scripts/tkgen.cprintf("\"%s\"", cond->variable);
variable138scripts/tkparse.ccpnt->variable = strdup(varname);
variable150scripts/tkparse.ccpnt->variable = strdup(varname);
variable159scripts/tkparse.ccpnt->variable = strdup(varname);
variable531scripts/tkparse.cprintf("$%s", cond->variable);
variable534scripts/tkparse.cprintf("'%s'", cond->variable);
variable49scripts/tkparse.hunion var variable;