Rev 9227 | Rev 11123 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9227 | Rev 9229 | ||
---|---|---|---|
Line 56... | Line 56... | ||
56 | { |
56 | { |
57 | char vbuf_gen[MAX_LINELEN+1]; |
57 | char vbuf_gen[MAX_LINELEN+1]; |
58 | if(p==NULL) return; |
58 | if(p==NULL) return; |
59 | snprintf(vbuf_gen,sizeof(vbuf_gen),"%s",p[0]); subst(vbuf_gen); |
59 | snprintf(vbuf_gen,sizeof(vbuf_gen),"%s",p[0]); subst(vbuf_gen); |
60 | singlespace(vbuf_gen); |
60 | singlespace(vbuf_gen); |
61 | fprintf(outf,"%s=%s |
61 | fprintf(outf,"%s=%s\n", name_gen, vbuf_gen); |
62 | } |
62 | } |
63 | void p_css(char *p[MAX_PARM]) {p_gen2("oefcss", p);} |
63 | void p_css(char *p[MAX_PARM]) {p_gen2("oefcss", p);} |
64 | void p_credits(char *p[MAX_PARM]){p_gen2("credits", p);} |
64 | void p_credits(char *p[MAX_PARM]){p_gen2("credits", p);} |
- | 65 | void p_description(char *p[MAX_PARM]){p_gen2("oefdescription", p);} |
|
- | 66 | void p_observation(char *p[MAX_PARM]){p_gen2("oefobservation", p);} |
|
65 | 67 | ||
66 | void p_wims(char *p[MAX_PARM]) |
68 | void p_wims(char *p[MAX_PARM]) |
67 | { |
69 | { |
68 | char vbuf[MAX_LINELEN+1]; |
70 | char vbuf[MAX_LINELEN+1]; |
69 | snprintf(vbuf,sizeof(vbuf),"%s",p[0]); subst(vbuf); |
71 | snprintf(vbuf,sizeof(vbuf),"%s",p[0]); subst(vbuf); |