diff -r 000000000000 -r 2e3d3ce01487 openenvutils/commandshell/shell/inc/subst.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/openenvutils/commandshell/shell/inc/subst.pro Tue Feb 02 10:12:00 2010 +0200 @@ -0,0 +1,9 @@ +/* Generated automatically */ +static LinkNode stringsubst _((LinkList list,LinkNode node,int ssub,int asssub)); +static int mult_isarr; +static int multsub _((char**s,char***a,int*isarr,UNUSED(char*sep))); +static char*strcatsub _((char**d,char*pb,char*pe,char*src,int l,char*s,int glbsub,int copied)); +static char*dopadding _((char*str,int prenum,int postnum,char*preone,char*postone,char*premul,char*postmul)); +static int get_intarg _((char**s)); +static char*arithsubst _((char*a,char**bptr,char*rest)); +static char*dstackent _((char ch,int val));