taglinefilesource code
tok118scripts/tkcond.cif( cond->variable.cfg->tok != tok_choice )
tok195scripts/tkcond.cif( cfg->tok != tok_bool
tok196scripts/tkcond.c&& cfg->tok != tok_int
tok197scripts/tkcond.c&& cfg->tok != tok_hex
tok198scripts/tkcond.c&& cfg->tok != tok_tristate 
tok199scripts/tkcond.c&& cfg->tok != tok_choice
tok200scripts/tkcond.c&& cfg->tok != tok_dep_tristate)
tok327scripts/tkcond.cswitch(cfg->tok)
tok336scripts/tkcond.ccfg->tok = tok_nop;
tok346scripts/tkcond.ccfg->tok = tok_nop;
tok352scripts/tkcond.ccfg->tok = tok_nop;
tok398scripts/tkcond.cswitch(cfg->tok)
tok407scripts/tkcond.cswitch(cfg1->tok)
tok281scripts/tkgen.cswitch(item->tok)
tok328scripts/tkgen.cif( item->tok == tok_dep_tristate )
tok465scripts/tkgen.cswitch(item->tok)
tok575scripts/tkgen.cif (cfg->tok != tok_define) continue;
tok594scripts/tkgen.cif (cfg->tok == tok_menuoption) continue;
tok605scripts/tkgen.cif(cfg->tok == tok_dep_tristate)
tok641scripts/tkgen.cif( pnt->tok == tok_menuoption) break;
tok642scripts/tkgen.cswitch (pnt->tok)
tok681scripts/tkgen.cswitch (cfg->tok)
tok741scripts/tkgen.cswitch (cfg->tok)
tok904scripts/tkgen.cswitch (cfg->tok)
tok926scripts/tkgen.cif( cfg->tok != tok_define) continue;
tok944scripts/tkgen.cswitch (cfg->tok)
tok983scripts/tkgen.cswitch (cfg->tok)
tok1002scripts/tkgen.cif(cfg->tok == tok_dep_tristate)
tok1015scripts/tkgen.celse if(cfg->tok == tok_comment)
tok1020scripts/tkgen.celse if(cfg->tok == tok_define)
tok1026scripts/tkgen.celse if (cfg->tok == tok_choose )
tok1029scripts/tkgen.ccfg1 != NULL && cfg1->tok == tok_choice;
tok1038scripts/tkgen.celse if (cfg->tok == tok_int )
tok1044scripts/tkgen.celse if (cfg->tok == tok_hex )
tok1050scripts/tkgen.celse if (cfg->tok == tok_make )
tok1078scripts/tkgen.cif( cfg->tok != tok_choose ) continue;
tok1080scripts/tkgen.ccfg1 != NULL && cfg1->tok == tok_choice;
tok1091scripts/tkgen.cif( cfg->tok != tok_choose ) continue;
tok1094scripts/tkgen.ccfg1 != NULL && cfg1->tok == tok_choice;
tok1110scripts/tkgen.cif( cfg->tok != tok_define ) continue;
tok1116scripts/tkgen.cif( cfg->tok != tok_define ) continue;
tok234scripts/tkparse.ckcfg->tok = tok_choice;
tok294scripts/tkparse.cenum token tok;
tok310scripts/tkparse.ctok = tok_unknown;
tok313scripts/tkparse.ctok = tok_menuname;
tok326scripts/tkparse.ctok = tok_menuoption;
tok331scripts/tkparse.ctok = tok_make;
tok335scripts/tkparse.ctok = tok_comment;
tok340scripts/tkparse.ctok = tok_choose;
tok345scripts/tkparse.ctok = tok_define;
tok350scripts/tkparse.ctok = tok_bool;
tok355scripts/tkparse.ctok = tok_tristate;
tok360scripts/tkparse.ctok = tok_dep_tristate;
tok365scripts/tkparse.ctok = tok_int;
tok370scripts/tkparse.ctok = tok_hex;
tok375scripts/tkparse.ctok = tok_if;
tok380scripts/tkparse.ctok = tok_else;
tok385scripts/tkparse.ctok = tok_fi;
tok390scripts/tkparse.ctok = tok_endmenu;
tok394scripts/tkparse.cif( tok == tok_unknown)
tok396scripts/tkparse.cif( clast != NULL && clast->tok == tok_if 
tok412scripts/tkparse.ckcfg->tok = tok;
tok429scripts/tkparse.cswitch (tok)
tok682scripts/tkparse.cif(cfg->cond != NULL && cfg->tok != tok_if)
tok685scripts/tkparse.cswitch(cfg->tok)
tok723scripts/tkparse.cswitch(cfg->tok)
tok60scripts/tkparse.henum         token tok;