openenvutils/commandshell/shell/inc/subst.pro
author William Roberts <williamr@symbian.org>
Fri, 28 May 2010 14:11:37 +0100
branchRCL_3
changeset 34 2495cfdb1a0f
parent 0 2e3d3ce01487
permissions -rw-r--r--
Re-merge Symbian Foundation splash screen changes

/* 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));