tag | line | file | source code |
---|---|---|---|
cond2 | 100 | scripts/tkcond.c | struct condition * cond2; |
cond2 | 123 | scripts/tkcond.c | cond2 = cond->next->next; |
cond2 | 126 | scripts/tkcond.c | if( strcmp(cond2->variable.str, "y") == 0 ) |
cond2 | 129 | scripts/tkcond.c | cond2->variable.str = strdup(tmpbuf); |