Subversion Repositories wimsdev

Rev

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

Rev 16908 Rev 16909
Line 800... Line 800...
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
803
replace in expression all \var by value of m_var variable
804
if m_var not defined do nothing
804
if m_var not defined do nothing
805
principally used in primitive script */
805
principally used in primitive script and insmath.c*/
806
void slashsubst(char *p)
806
void slashsubst(char *p)
807
{
807
{
808
  char *p1, *p2, *pt, *pp, namebuf[128];
808
  char *p1, *p2, *pt, *pp, namebuf[128];
809
  int n;
809
  int n;
810
 
810