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)
cond133scripts/tkgen.cstruct condition * cond,
cond139scripts/tkgen.cocond = cond;
cond144scripts/tkgen.cwhile(cond != NULL )
cond146scripts/tkgen.cswitch(cond->op){
cond148scripts/tkgen.cprintf("\tglobal %s\n", cond->variable.str);
cond151scripts/tkgen.cif(cond->variable.cfg->flags & GLOBAL_WRITTEN) break;
cond152scripts/tkgen.ccond->variable.cfg->flags |= GLOBAL_WRITTEN;
cond153scripts/tkgen.cprintf("\tglobal %s\n", cond->variable.cfg->optionname);
cond158scripts/tkgen.ccond = cond->next;
cond174scripts/tkgen.ccond = ocond;
cond175scripts/tkgen.cwhile(cond != NULL )
cond177scripts/tkgen.cswitch(cond->op){
cond201scripts/tkgen.cprintf("$%s", cond->variable.str);
cond204scripts/tkgen.cprintf("$%s", cond->variable.cfg->optionname);
cond207scripts/tkgen.cprintf("[exec %s]", cond->variable.str);
cond210scripts/tkgen.cif( strcmp(cond->variable.str, "y") == 0 )
cond212scripts/tkgen.celse if( strcmp(cond->variable.str, "n") == 0 )
cond214scripts/tkgen.celse if( strcmp(cond->variable.str, "m") == 0 )
cond217scripts/tkgen.cprintf("\"%s\"", cond->variable.str);
cond222scripts/tkgen.ccond = cond->next;
cond329scripts/tkgen.cstruct condition * cond)
cond336scripts/tkgen.cocond = cond;
cond337scripts/tkgen.cfor(; cond != NULL; cond = cond->next )
cond339scripts/tkgen.cswitch(cond->op){
cond341scripts/tkgen.cprintf("\tglobal %s\n", cond->variable.str);
cond344scripts/tkgen.cif(cond->variable.cfg->flags & GLOBAL_WRITTEN) break;
cond345scripts/tkgen.ccond->variable.cfg->flags |= GLOBAL_WRITTEN;
cond346scripts/tkgen.cprintf("\tglobal %s\n", cond->variable.cfg->optionname);
cond357scripts/tkgen.ccond = ocond;
cond358scripts/tkgen.cwhile(cond != NULL )
cond360scripts/tkgen.cswitch(cond->op){
cond384scripts/tkgen.cprintf("$%s", cond->variable.str);
cond387scripts/tkgen.cprintf("[exec %s]", cond->variable.str);
cond390scripts/tkgen.cprintf("$%s", cond->variable.cfg->optionname);
cond393scripts/tkgen.cif( strcmp(cond->variable.str, "y") == 0 )
cond395scripts/tkgen.celse if( strcmp(cond->variable.str, "n") == 0 )
cond397scripts/tkgen.celse if( strcmp(cond->variable.str, "m") == 0 )
cond400scripts/tkgen.cprintf("\"%s\"", cond->variable.str);
cond405scripts/tkgen.ccond = cond->next;
cond568scripts/tkgen.cif (cfg->cond != NULL ) 
cond569scripts/tkgen.cgenerate_if(cfg, cfg->cond, menu_num, cfg->menu_line);
cond873scripts/tkgen.cif (cfg->cond != NULL ) 
cond874scripts/tkgen.cgenerate_if(cfg, cfg->cond, cfg->menu_number, cfg->menu_line);
cond893scripts/tkgen.cif (cfg->cond != NULL ) 
cond894scripts/tkgen.cgenerate_if(cfg, cfg->cond, menu_num, cfg->menu_line);
cond964scripts/tkgen.cif (cfg->cond != NULL ) 
cond965scripts/tkgen.cgenerate_if_for_outfile(cfg, cfg->cond);
cond1083scripts/tkgen.cif (cfg->cond != NULL ) 
cond1084scripts/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;