taglinefilesource code
cond52arch/i386/boot/compressed/misc.c#  define Assert(cond,msg) {if(!(cond)) error(msg);}
cond59arch/i386/boot/compressed/misc.c#  define Assert(cond,msg)
cond484drivers/block/rd.c#define Assert(cond,msg)
cond99scripts/tkcond.cstruct condition * cond;
cond106scripts/tkcond.cif( cfg->cond == NULL )
cond111scripts/tkcond.cfor(cond = cfg->cond; cond != NULL; cond = cond->next)
cond113scripts/tkcond.cif( cond->op != op_kvariable )
cond116scripts/tkcond.cif( cond->variable.cfg->tok != tok_choice )
cond123scripts/tkcond.ccond2 = cond->next->next;
cond124scripts/tkcond.csprintf(tmpbuf, "%d", cond->variable.cfg->choice_value);
cond128scripts/tkcond.ccond->variable.cfg = cond->variable.cfg->choice_label;
cond147scripts/tkcond.cstruct condition * get_token_cond(struct condition ** cond, int depth)
cond157scripts/tkcond.cfor(i=0; i<depth; i++, cond++)
cond178scripts/tkcond.cocond = *cond;
cond251scripts/tkcond.cstruct condition * get_token_cond_frag(struct condition * cond, 
cond266scripts/tkcond.cfor(ocond = cond;ocond != NULL; ocond = ocond->next)
cond332scripts/tkcond.cconditions[depth] = cfg->cond;
cond335scripts/tkcond.ccfg->cond =  NULL;
cond364scripts/tkcond.ccfg->cond = get_token_cond(&conditions[0], depth);
cond430scripts/tkcond.cif(cfg->cond == NULL) continue;
cond431scripts/tkcond.cfor(cnd = cfg->cond; cnd; cnd=cnd->next)
cond438scripts/tkcond.cif(cnd->variable.cfg->cond == NULL) continue;
cond445scripts/tkcond.cnewcond = get_token_cond_frag(cnd->variable.cfg->cond, &last);
cond450scripts/tkcond.clast->next = cfg->cond;
cond451scripts/tkcond.ccfg->cond = newcond;
cond467scripts/tkcond.cif(cfg->cond == NULL) continue;
cond468scripts/tkcond.cfor(cnd = cfg->cond; cnd; cnd=cnd->next)
cond69scripts/tkgen.cstruct condition * cond,
cond76scripts/tkgen.cocond = cond;
cond81scripts/tkgen.cwhile(cond != NULL )
cond83scripts/tkgen.cswitch(cond->op){
cond85scripts/tkgen.cprintf("\tglobal %s\n", cond->variable.str);
cond88scripts/tkgen.cif(cond->variable.cfg->flags & GLOBAL_WRITTEN) break;
cond89scripts/tkgen.ccond->variable.cfg->flags |= GLOBAL_WRITTEN;
cond90scripts/tkgen.cprintf("\tglobal %s\n", cond->variable.cfg->optionname);
cond95scripts/tkgen.ccond = cond->next;
cond111scripts/tkgen.ccond = ocond;
cond112scripts/tkgen.cwhile(cond != NULL )
cond114scripts/tkgen.cswitch(cond->op){
cond138scripts/tkgen.cprintf("$%s", cond->variable.str);
cond141scripts/tkgen.cprintf("$%s", cond->variable.cfg->optionname);
cond144scripts/tkgen.cprintf("[exec %s]", cond->variable.str);
cond147scripts/tkgen.cif( strcmp(cond->variable.str, "y") == 0 )
cond149scripts/tkgen.celse if( strcmp(cond->variable.str, "n") == 0 )
cond151scripts/tkgen.celse if( strcmp(cond->variable.str, "m") == 0 )
cond154scripts/tkgen.cprintf("\"%s\"", cond->variable);
cond157scripts/tkgen.ccond = cond->next;
cond261scripts/tkgen.cstruct condition * cond)
cond268scripts/tkgen.cocond = cond;
cond269scripts/tkgen.cfor(; cond != NULL; cond = cond->next )
cond271scripts/tkgen.cswitch(cond->op){
cond273scripts/tkgen.cprintf("\tglobal %s\n", cond->variable.str);
cond276scripts/tkgen.cif(cond->variable.cfg->flags & GLOBAL_WRITTEN) break;
cond277scripts/tkgen.ccond->variable.cfg->flags |= GLOBAL_WRITTEN;
cond278scripts/tkgen.cprintf("\tglobal %s\n", cond->variable.cfg->optionname);
cond289scripts/tkgen.ccond = ocond;
cond290scripts/tkgen.cwhile(cond != NULL )
cond292scripts/tkgen.cswitch(cond->op){
cond316scripts/tkgen.cprintf("$%s", cond->variable.str);
cond319scripts/tkgen.cprintf("[exec %s]", cond->variable.str);
cond322scripts/tkgen.cprintf("$%s", cond->variable.cfg->optionname);
cond325scripts/tkgen.cif( strcmp(cond->variable.str, "y") == 0 )
cond327scripts/tkgen.celse if( strcmp(cond->variable.str, "n") == 0 )
cond329scripts/tkgen.celse if( strcmp(cond->variable.str, "m") == 0 )
cond332scripts/tkgen.cprintf("\"%s\"", cond->variable);
cond335scripts/tkgen.ccond = cond->next;
cond451scripts/tkgen.cif (cfg->cond != NULL ) 
cond452scripts/tkgen.cgenerate_if(cfg, cfg->cond, menu_num, cfg->menu_line);
cond767scripts/tkgen.cif (cfg->cond != NULL ) 
cond768scripts/tkgen.cgenerate_if(cfg, cfg->cond, cfg->menu_number, cfg->menu_line);
cond787scripts/tkgen.cif (cfg->cond != NULL ) 
cond788scripts/tkgen.cgenerate_if(cfg, cfg->cond, menu_num, cfg->menu_line);
cond853scripts/tkgen.cif (cfg->cond != NULL ) 
cond854scripts/tkgen.cgenerate_if_for_outfile(cfg, cfg->cond);
cond952scripts/tkgen.cif (cfg->cond != NULL ) 
cond953scripts/tkgen.cgenerate_if(cfg, cfg->cond, -1, 0);
cond485scripts/tkparse.ckcfg->cond = parse_if(pnt);
cond486scripts/tkparse.cif(kcfg->cond == NULL )
cond500scripts/tkparse.cdump_if(struct condition * cond)
cond503scripts/tkparse.cwhile(cond != NULL )
cond505scripts/tkparse.cswitch(cond->op){
cond525scripts/tkparse.cprintf("$%s", cond->variable);
cond528scripts/tkparse.cprintf("'%s'", cond->variable);
cond531scripts/tkparse.ccond = cond->next;
cond640scripts/tkparse.cif(cfg->cond != NULL && cfg->tok != tok_if)
cond641scripts/tkparse.cdump_if(cfg->cond);
cond692scripts/tkparse.cdump_if(cfg->cond);
cond69scripts/tkparse.hstruct condition   * cond;