openenvutils/commandshell/shell/inc/glob.epro
author fimarlaht2 <>
Mon, 18 Oct 2010 15:01:14 +0300
branchRCL_3
changeset 85 32f887d619a0
parent 0 2e3d3ce01487
permissions -rw-r--r--
Bug 3556 - Not possible to restore factory settings

/* Generated automatically */
#ifndef have_Src_glob_globals
#define have_Src_glob_globals

extern int badcshglob;
extern int pathpos;
extern char*pathbuf;
extern mod_import_variable char*glob_pre;
extern mod_import_variable char*glob_suf;
extern mod_import_function int haswilds _((char*str));
extern void zglob _((LinkList list,LinkNode np,int nountok));
extern mod_import_function char file_type _((mode_t filemode));
extern mod_import_function int hasbraces _((char*str));
extern int xpandredir _((struct redir*fn,LinkList tab));
extern mod_import_function void xpandbraces _((LinkList list,LinkNode*np));
extern int matchpat _((char*a,char*b));
extern int getmatch _((char**sp,char*pat,int fl,int n,char*replstr));
extern void getmatcharr _((char***ap,char*pat,int fl,int n,char*replstr));
extern mod_import_function void tokenize _((char*s));
extern mod_import_function void shtokenize _((char*s));
extern mod_import_function void remnulargs _((char*s));

#endif /* !have_Src_glob_globals */