taglinefilesource code
cond221arch/i386/boot/compressed/gzip.h#  define Assert(cond,msg) {if(!(cond)) error(msg);}
cond228arch/i386/boot/compressed/gzip.h#  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)
cond66scripts/tkgen.cstruct condition * cond,
cond73scripts/tkgen.cocond = cond;
cond78scripts/tkgen.cwhile(cond != NULL )
cond80scripts/tkgen.cswitch(cond->op){
cond82scripts/tkgen.cprintf("\tglobal %s\n", cond->variable.str);
cond85scripts/tkgen.cif(cond->variable.cfg->flags & GLOBAL_WRITTEN) break;
cond86scripts/tkgen.ccond->variable.cfg->flags |= GLOBAL_WRITTEN;
cond87scripts/tkgen.cprintf("\tglobal %s\n", cond->variable.cfg->optionname);
cond92scripts/tkgen.ccond = cond->next;
cond108scripts/tkgen.ccond = ocond;
cond109scripts/tkgen.cwhile(cond != NULL )
cond111scripts/tkgen.cswitch(cond->op){
cond135scripts/tkgen.cprintf("$%s", cond->variable.str);
cond138scripts/tkgen.cprintf("$%s", cond->variable.cfg->optionname);
cond141scripts/tkgen.cprintf("[exec %s]", cond->variable.str);
cond144scripts/tkgen.cif( strcmp(cond->variable.str, "y") == 0 )
cond146scripts/tkgen.celse if( strcmp(cond->variable.str, "n") == 0 )
cond148scripts/tkgen.celse if( strcmp(cond->variable.str, "m") == 0 )
cond151scripts/tkgen.cprintf("\"%s\"", cond->variable);
cond154scripts/tkgen.ccond = cond->next;
cond258scripts/tkgen.cstruct condition * cond)
cond265scripts/tkgen.cocond = cond;
cond266scripts/tkgen.cfor(; cond != NULL; cond = cond->next )
cond268scripts/tkgen.cswitch(cond->op){
cond270scripts/tkgen.cprintf("\tglobal %s\n", cond->variable.str);
cond273scripts/tkgen.cif(cond->variable.cfg->flags & GLOBAL_WRITTEN) break;
cond274scripts/tkgen.ccond->variable.cfg->flags |= GLOBAL_WRITTEN;
cond275scripts/tkgen.cprintf("\tglobal %s\n", cond->variable.cfg->optionname);
cond286scripts/tkgen.ccond = ocond;
cond287scripts/tkgen.cwhile(cond != NULL )
cond289scripts/tkgen.cswitch(cond->op){
cond313scripts/tkgen.cprintf("$%s", cond->variable.str);
cond316scripts/tkgen.cprintf("[exec %s]", cond->variable.str);
cond319scripts/tkgen.cprintf("$%s", cond->variable.cfg->optionname);
cond322scripts/tkgen.cif( strcmp(cond->variable.str, "y") == 0 )
cond324scripts/tkgen.celse if( strcmp(cond->variable.str, "n") == 0 )
cond326scripts/tkgen.celse if( strcmp(cond->variable.str, "m") == 0 )
cond329scripts/tkgen.cprintf("\"%s\"", cond->variable);
cond332scripts/tkgen.ccond = cond->next;
cond448scripts/tkgen.cif (cfg->cond != NULL ) 
cond449scripts/tkgen.cgenerate_if(cfg, cfg->cond, menu_num, cfg->menu_line);
cond755scripts/tkgen.cif (cfg->cond != NULL ) 
cond756scripts/tkgen.cgenerate_if(cfg, cfg->cond, cfg->menu_number, cfg->menu_line);
cond775scripts/tkgen.cif (cfg->cond != NULL ) 
cond776scripts/tkgen.cgenerate_if(cfg, cfg->cond, menu_num, cfg->menu_line);
cond841scripts/tkgen.cif (cfg->cond != NULL ) 
cond842scripts/tkgen.cgenerate_if_for_outfile(cfg, cfg->cond);
cond940scripts/tkgen.cif (cfg->cond != NULL ) 
cond941scripts/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;