Rev 12247 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12247 | Rev 16838 | ||
---|---|---|---|
Line 191... | Line 191... | ||
191 | char *pt; |
191 | char *pt; |
192 | *p=0; fprintf(outf,"%s",ps); p++; ps=p; |
192 | *p=0; fprintf(outf,"%s",ps); p++; ps=p; |
193 | pt=exec_if(p+strlen("ifval")); if(pt>p+strlen("ifval")) {p=pt-1;ps=pt;} |
193 | pt=exec_if(p+strlen("ifval")); if(pt>p+strlen("ifval")) {p=pt-1;ps=pt;} |
194 | continue; |
194 | continue; |
195 | } |
195 | } |
- | 196 | /* not seen as a variable */ |
|
196 | if (_matchit2(&p, &ps, "img")) continue; |
197 | if (_matchit2(&p, &ps, "img")) continue; |
197 | if (_matchit2(&p, &ps, "audio")) continue; |
198 | if (_matchit2(&p, &ps, "audio")) continue; |
- | 199 | if (_matchit2(&p, &ps, "slib")) continue; |
|
198 | if (_matchit1(&p, &ps, "embed")) continue; |
200 | if (_matchit1(&p, &ps, "embed")) continue; |
199 | if (_matchit1(&p, &ps, "special")) continue; |
201 | if (_matchit1(&p, &ps, "special")) continue; |
200 | if (_matchit3(&p, &ps, "draw",1)) continue; |
202 | if (_matchit3(&p, &ps, "draw",1)) continue; |
201 | if (_matchit3(&p, &ps, "canvasdraw",0)) continue; |
203 | if (_matchit3(&p, &ps, "canvasdraw",0)) continue; |
202 | *p++=0; fprintf(outf,"%s$m_",ps); ps=p; continue; |
204 | *p++=0; fprintf(outf,"%s$m_",ps); ps=p; continue; |