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)
cond91scripts/tkgen.cstruct condition * cond,
cond98scripts/tkgen.cocond = cond;
cond103scripts/tkgen.cwhile(cond != NULL )
cond105scripts/tkgen.cswitch(cond->op){
cond107scripts/tkgen.cprintf("\tglobal %s\n", cond->variable.str);
cond110scripts/tkgen.cif(cond->variable.cfg->flags & GLOBAL_WRITTEN) break;
cond111scripts/tkgen.ccond->variable.cfg->flags |= GLOBAL_WRITTEN;
cond112scripts/tkgen.cprintf("\tglobal %s\n", cond->variable.cfg->optionname);
cond117scripts/tkgen.ccond = cond->next;
cond133scripts/tkgen.ccond = ocond;
cond134scripts/tkgen.cwhile(cond != NULL )
cond136scripts/tkgen.cswitch(cond->op){
cond160scripts/tkgen.cprintf("$%s", cond->variable.str);
cond163scripts/tkgen.cprintf("$%s", cond->variable.cfg->optionname);
cond166scripts/tkgen.cprintf("[exec %s]", cond->variable.str);
cond169scripts/tkgen.cif( strcmp(cond->variable.str, "y") == 0 )
cond171scripts/tkgen.celse if( strcmp(cond->variable.str, "n") == 0 )
cond173scripts/tkgen.celse if( strcmp(cond->variable.str, "m") == 0 )
cond176scripts/tkgen.cprintf("\"%s\"", cond->variable);
cond179scripts/tkgen.ccond = cond->next;
cond284scripts/tkgen.cstruct condition * cond)
cond291scripts/tkgen.cocond = cond;
cond292scripts/tkgen.cfor(; cond != NULL; cond = cond->next )
cond294scripts/tkgen.cswitch(cond->op){
cond296scripts/tkgen.cprintf("\tglobal %s\n", cond->variable.str);
cond299scripts/tkgen.cif(cond->variable.cfg->flags & GLOBAL_WRITTEN) break;
cond300scripts/tkgen.ccond->variable.cfg->flags |= GLOBAL_WRITTEN;
cond301scripts/tkgen.cprintf("\tglobal %s\n", cond->variable.cfg->optionname);
cond312scripts/tkgen.ccond = ocond;
cond313scripts/tkgen.cwhile(cond != NULL )
cond315scripts/tkgen.cswitch(cond->op){
cond339scripts/tkgen.cprintf("$%s", cond->variable.str);
cond342scripts/tkgen.cprintf("[exec %s]", cond->variable.str);
cond345scripts/tkgen.cprintf("$%s", cond->variable.cfg->optionname);
cond348scripts/tkgen.cif( strcmp(cond->variable.str, "y") == 0 )
cond350scripts/tkgen.celse if( strcmp(cond->variable.str, "n") == 0 )
cond352scripts/tkgen.celse if( strcmp(cond->variable.str, "m") == 0 )
cond355scripts/tkgen.cprintf("\"%s\"", cond->variable);
cond358scripts/tkgen.ccond = cond->next;
cond511scripts/tkgen.cif (cfg->cond != NULL ) 
cond512scripts/tkgen.cgenerate_if(cfg, cfg->cond, menu_num, cfg->menu_line);
cond833scripts/tkgen.cif (cfg->cond != NULL ) 
cond834scripts/tkgen.cgenerate_if(cfg, cfg->cond, cfg->menu_number, cfg->menu_line);
cond853scripts/tkgen.cif (cfg->cond != NULL ) 
cond854scripts/tkgen.cgenerate_if(cfg, cfg->cond, menu_num, cfg->menu_line);
cond919scripts/tkgen.cif (cfg->cond != NULL ) 
cond920scripts/tkgen.cgenerate_if_for_outfile(cfg, cfg->cond);
cond1023scripts/tkgen.cif (cfg->cond != NULL ) 
cond1024scripts/tkgen.cgenerate_if(cfg, cfg->cond, -1, 0);
cond491scripts/tkparse.ckcfg->cond = parse_if(pnt);
cond492scripts/tkparse.cif(kcfg->cond == NULL )
cond506scripts/tkparse.cdump_if(struct condition * cond)
cond509scripts/tkparse.cwhile(cond != NULL )
cond511scripts/tkparse.cswitch(cond->op){
cond531scripts/tkparse.cprintf("$%s", cond->variable);
cond534scripts/tkparse.cprintf("'%s'", cond->variable);
cond537scripts/tkparse.ccond = cond->next;
cond646scripts/tkparse.cif(cfg->cond != NULL && cfg->tok != tok_if)
cond647scripts/tkparse.cdump_if(cfg->cond);
cond698scripts/tkparse.cdump_if(cfg->cond);
cond71scripts/tkparse.hstruct condition   * cond;