Subversion Repositories wimsdev

Rev

Rev 15414 | Rev 16909 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15414 Rev 16908
Line 797... Line 797...
797
        string_modify(p,pp,pp+1,"%%%02X",*pp);pp+=2;
797
        string_modify(p,pp,pp+1,"%%%02X",*pp);pp+=2;
798
    }
798
    }
799
  }
799
  }
800
}
800
}
801
 
801
 
802
/* substitute backslash parameters. Internal use only. */
802
/* substitute backslash parameters. Internal use only.
-
 
803
replace in expression all \var by value of m_var variable
-
 
804
if m_var not defined do nothing
-
 
805
principally used in primitive script */
803
void slashsubst(char *p)
806
void slashsubst(char *p)
804
{
807
{
805
  char *p1, *p2, *pt, *pp, namebuf[128];
808
  char *p1, *p2, *pt, *pp, namebuf[128];
806
  int n;
809
  int n;
807
 
810