taglinefilesource code
depth149scripts/tkcond.cstruct condition * get_token_cond(struct condition ** cond, int depth)
depth159scripts/tkcond.cfor(i=0; i<depth; i++, cond++)
depth237scripts/tkcond.cif( i < depth - 1 )
depth300scripts/tkcond.cint depth = 0;
depth334scripts/tkcond.cconditions[depth] = cfg->cond;
depth335scripts/tkcond.cdepth++;
depth345scripts/tkcond.cinvert_condition(conditions[depth-1]);
depth349scripts/tkcond.cdepth--;
depth350scripts/tkcond.cfree_condition(conditions[depth]);
depth351scripts/tkcond.cconditions[depth] = NULL;
depth367scripts/tkcond.ccfg->cond = get_token_cond(&conditions[0], depth);
depth375scripts/tkcond.cconditions[depth] = cfg->cond;
depth376scripts/tkcond.cdepth++;
depth377scripts/tkcond.ccfg->cond = get_token_cond(&conditions[0], depth);
depth378scripts/tkcond.cdepth--;
depth379scripts/tkcond.cfree_condition(conditions[depth]);
depth380scripts/tkcond.cconditions[depth] = NULL;