Rev 12246 | Rev 12259 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12246 | Rev 12249 | ||
---|---|---|---|
Line 191... | Line 191... | ||
191 | type=RM_VAR; |
191 | type=RM_VAR; |
192 | j=strlen(rm_uservar[i]); goto gotit; |
192 | j=strlen(rm_uservar[i]); goto gotit; |
193 | } |
193 | } |
194 | for(i=0;i<rm_userfns && |
194 | for(i=0;i<rm_userfns && |
195 | strncmp(p,rm_userfn[i],strlen(rm_userfn[i]));i++); |
195 | strncmp(p,rm_userfn[i],strlen(rm_userfn[i]));i++); |
196 |
|
196 | if(i<rm_userfns) { |
197 |
|
197 | type=RM_FN; |
198 |
|
198 | j=strlen(rm_userfn[i]); goto gotit; |
199 |
|
199 | } |
200 | return NULL; |
200 | return NULL; |
201 | } |
201 | } |
202 | 202 | ||
203 | int __replace_badchar (char *p, char *old, char *new) |
203 | int __replace_badchar (char *p, char *old, char *new) |
204 | { |
204 | { |