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)
tok231scripts/tkgen.cswitch(item->tok)
tok278scripts/tkgen.cif( item->tok == tok_dep_tristate )
tok415scripts/tkgen.cswitch(item->tok)
tok548scripts/tkgen.cif (cfg->tok != tok_define) continue;
tok567scripts/tkgen.cif (cfg->tok == tok_menuoption) continue;
tok578scripts/tkgen.cif(cfg->tok == tok_dep_tristate)
tok614scripts/tkgen.cif( pnt->tok == tok_menuoption) break;
tok615scripts/tkgen.cswitch (pnt->tok)
tok654scripts/tkgen.cswitch (cfg->tok)
tok714scripts/tkgen.cswitch (cfg->tok)
tok870scripts/tkgen.cswitch (cfg->tok)
tok892scripts/tkgen.cif( cfg->tok != tok_define) continue;
tok910scripts/tkgen.cswitch (cfg->tok)
tok949scripts/tkgen.cswitch (cfg->tok)
tok968scripts/tkgen.cif(cfg->tok == tok_dep_tristate)
tok981scripts/tkgen.celse if(cfg->tok == tok_comment)
tok986scripts/tkgen.celse if(cfg->tok == tok_define)
tok992scripts/tkgen.celse if (cfg->tok == tok_choose )
tok995scripts/tkgen.ccfg1 != NULL && cfg1->tok == tok_choice;
tok1004scripts/tkgen.celse if (cfg->tok == tok_int )
tok1010scripts/tkgen.celse if (cfg->tok == tok_hex )
tok1016scripts/tkgen.celse if (cfg->tok == tok_make )
tok1044scripts/tkgen.cif( cfg->tok != tok_choose ) continue;
tok1046scripts/tkgen.ccfg1 != NULL && cfg1->tok == tok_choice;
tok1057scripts/tkgen.cif( cfg->tok != tok_choose ) continue;
tok1060scripts/tkgen.ccfg1 != NULL && cfg1->tok == tok_choice;
tok1076scripts/tkgen.cif( cfg->tok != tok_define ) continue;
tok1082scripts/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;