openenvutils/commandshell/shell/inc/pattern.epro
author William Roberts <williamr@symbian.org>
Fri, 23 Apr 2010 14:37:17 +0100
branchRCL_3
changeset 22 c82a39b81a38
parent 0 2e3d3ce01487
permissions -rw-r--r--
Rework addition of Symbian splash screen to reduce the source impact (uses SVG from Bug 2414) Notes: by using the OPTION SOURCEDIR parameter in the mifconv extension instructions, I can arrange to use the same source file name in sfimage, without having to export over the original Nokia file. This means that the name inside splashscreen.mbg is the same, which removes the need for the conditional compilation in SplashScreen.cpp, and gets rid of sf_splashscreen.mmp.

/* Generated automatically */
#ifndef have_Src_pattern_globals
#define have_Src_pattern_globals

extern void patcompstart _((void));
extern mod_import_function Patprog patcompile _((char*exp,int inflags,char**endexp));
extern int patgetglobflags _((char**strp,long*assertp,int*ignore));
extern int errsfound;
extern int forceerrs;
extern void pattrystart _((void));
extern mod_import_function int pattry _((Patprog prog,char*string));
extern mod_import_function int pattrylen _((Patprog prog,char*string,int len,int unmetalen,int offset));
extern mod_import_function int pattryrefs _((Patprog prog,char*string,int stringlen,int unmetalen,int patoffset,int*nump,int*begp,int*endp));
extern int patmatchlen _((void));
extern mod_import_function void freepatprog _((Patprog prog));
#ifdef ZSH_PAT_DEBUG
extern int bin_patdebug _((char*name,char**args,char*ops,int func));
#endif /* ZSH_PAT_DEBUG */

#endif /* !have_Src_pattern_globals */