Searched refs:sh_setmatch (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | defs.h | 430 extern void sh_setmatch(Shell_t*,const char*,int,int,int[],int);
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | test.c | 107 sh_setmatch(shp, str, -1, n, match, 0); in test_strmatch()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | macro.c | 1826 sh_setmatch(mp->shp,v,vsize,nmatch,match,index++); in varsub() 1858 sh_setmatch(mp->shp,vlast,vsize_last,nmatch,match,index++); in varsub()
|
H A D | init.c | 769 void sh_setmatch(Shell_t *shp,const char *v, int vsize, int nmatch, regoff_t match[],int index) in sh_setmatch() function
|