taglinefilesource code
cond53arch/i386/boot/compressed/misc.c#  define Assert(cond,msg) {if(!(cond)) error(msg);}
cond60arch/i386/boot/compressed/misc.c#  define Assert(cond,msg)
cond563drivers/block/rd.c#define Assert(cond,msg)
cond101scripts/tkcond.cstruct condition * cond;
cond108scripts/tkcond.cif( cfg->cond == NULL )
cond113scripts/tkcond.cfor(cond = cfg->cond; cond != NULL; cond = cond->next)
cond115scripts/tkcond.cif( cond->op != op_kvariable )
cond118scripts/tkcond.cif( cond->variable.cfg->tok != tok_choice )
cond125scripts/tkcond.ccond2 = cond->next->next;
cond126scripts/tkcond.cstrcpy(tmpbuf, cond->variable.cfg->label);
cond130scripts/tkcond.ccond->variable.cfg = cond->variable.cfg->choice_label;
cond149scripts/tkcond.cstruct condition * get_token_cond(struct condition ** cond, int depth)
cond159scripts/tkcond.cfor(i=0; i<depth; i++, cond++)
cond180scripts/tkcond.cocond = *cond;
cond255scripts/tkcond.cstruct condition * get_token_cond_frag(struct condition * cond, 
cond268scripts/tkcond.cfor(ocond = cond;ocond != NULL; ocond = ocond->next)
cond334scripts/tkcond.cconditions[depth] = cfg->cond;
cond337scripts/tkcond.ccfg->cond =  NULL;
cond367scripts/tkcond.ccfg->cond = get_token_cond(&conditions[0], depth);
cond375scripts/tkcond.cconditions[depth] = cfg->cond;
cond377scripts/tkcond.ccfg->cond = get_token_cond(&conditions[0], depth);
cond447scripts/tkcond.cif(cfg->cond == NULL) continue;
cond448scripts/tkcond.cfor(cnd = cfg->cond; cnd; cnd=cnd->next)
cond455scripts/tkcond.cif(cnd->variable.cfg->cond == NULL) continue;
cond462scripts/tkcond.cnewcond = get_token_cond_frag(cnd->variable.cfg->cond, &last);
cond467scripts/tkcond.clast->next = cfg->cond;
cond468scripts/tkcond.ccfg->cond = newcond;
cond484scripts/tkcond.cif(cfg->cond == NULL) continue;
cond485scripts/tkcond.cfor(cnd = cfg->cond; cnd; cnd=cnd->next)
cond178scripts/tkgen.cstruct condition * cond,
cond184scripts/tkgen.cocond = cond;
cond189scripts/tkgen.cwhile(cond != NULL )
cond191scripts/tkgen.cswitch(cond->op){
cond193scripts/tkgen.cglobal(cond->variable.str);
cond196scripts/tkgen.cif(cond->variable.cfg->flags & GLOBAL_WRITTEN) break;
cond197scripts/tkgen.ccond->variable.cfg->flags |= GLOBAL_WRITTEN;
cond198scripts/tkgen.cglobal(cond->variable.cfg->optionname);
cond203scripts/tkgen.ccond = cond->next;
cond219scripts/tkgen.ccond = ocond;
cond220scripts/tkgen.cwhile(cond != NULL )
cond222scripts/tkgen.cswitch(cond->op){
cond246scripts/tkgen.cprintf("$%s", cond->variable.str);
cond249scripts/tkgen.cprintf("$%s", cond->variable.cfg->optionname);
cond252scripts/tkgen.cprintf("[exec %s]", cond->variable.str);
cond255scripts/tkgen.cif( strcmp(cond->variable.str, "y") == 0 )
cond257scripts/tkgen.celse if( strcmp(cond->variable.str, "n") == 0 )
cond259scripts/tkgen.celse if( strcmp(cond->variable.str, "m") == 0 )
cond262scripts/tkgen.cprintf("\"%s\"", cond->variable.str);
cond267scripts/tkgen.ccond = cond->next;
cond374scripts/tkgen.cstruct condition * cond)
cond381scripts/tkgen.cocond = cond;
cond382scripts/tkgen.cfor(; cond != NULL; cond = cond->next )
cond384scripts/tkgen.cswitch(cond->op){
cond386scripts/tkgen.cglobal(cond->variable.str);
cond389scripts/tkgen.cif(cond->variable.cfg->flags & GLOBAL_WRITTEN) break;
cond390scripts/tkgen.ccond->variable.cfg->flags |= GLOBAL_WRITTEN;
cond391scripts/tkgen.cglobal(cond->variable.cfg->optionname);
cond402scripts/tkgen.ccond = ocond;
cond403scripts/tkgen.cwhile(cond != NULL )
cond405scripts/tkgen.cswitch(cond->op){
cond429scripts/tkgen.cprintf("$%s", cond->variable.str);
cond432scripts/tkgen.cprintf("[exec %s]", cond->variable.str);
cond435scripts/tkgen.cprintf("$%s", cond->variable.cfg->optionname);
cond438scripts/tkgen.cif( strcmp(cond->variable.str, "y") == 0 )
cond440scripts/tkgen.celse if( strcmp(cond->variable.str, "n") == 0 )
cond442scripts/tkgen.celse if( strcmp(cond->variable.str, "m") == 0 )
cond445scripts/tkgen.cprintf("\"%s\"", cond->variable.str);
cond450scripts/tkgen.ccond = cond->next;
cond589scripts/tkgen.cif (cfg->cond != NULL ) 
cond590scripts/tkgen.cgenerate_if(cfg, cfg->cond, menu_num, cfg->menu_line);
cond901scripts/tkgen.cif (cfg->cond != NULL ) 
cond902scripts/tkgen.cgenerate_if(cfg, cfg->cond, cfg->menu_number, cfg->menu_line);
cond921scripts/tkgen.cif (cfg->cond != NULL ) 
cond922scripts/tkgen.cgenerate_if(cfg, cfg->cond, menu_num, cfg->menu_line);
cond992scripts/tkgen.cif (cfg->cond != NULL ) 
cond993scripts/tkgen.cgenerate_if_for_outfile(cfg, cfg->cond);
cond1111scripts/tkgen.cif (cfg->cond != NULL ) 
cond1112scripts/tkgen.cgenerate_if(cfg, cfg->cond, -1, 0);
cond485scripts/tkparse.ckcfg->cond = parse_if(fake_if);
cond486scripts/tkparse.cif(kcfg->cond == NULL )
cond522scripts/tkparse.ckcfg->cond = parse_if(pnt);
cond523scripts/tkparse.cif(kcfg->cond == NULL )
cond538scripts/tkparse.cvoid dump_if(struct condition * cond)
cond541scripts/tkparse.cwhile(cond != NULL )
cond543scripts/tkparse.cswitch(cond->op){
cond563scripts/tkparse.cprintf("$%s", cond->variable.str);
cond566scripts/tkparse.cprintf("'%s'", cond->variable.str);
cond571scripts/tkparse.ccond = cond->next;
cond682scripts/tkparse.cif(cfg->cond != NULL && cfg->tok != tok_if)
cond683scripts/tkparse.cdump_if(cfg->cond);
cond738scripts/tkparse.cdump_if(cfg->cond);
cond71scripts/tkparse.hstruct condition   * cond;