Searched refs:sh_setmatch (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/ksh93/include/ |
H A D | defs.h | 425 extern void sh_setmatch(Shell_t*,const char*,int,int,int[],int);
|
/ast/src/cmd/ksh93/bltins/ |
H A D | test.c | 107 sh_setmatch(shp, str, -1, n, match, 0);
|
/ast/src/cmd/ksh93/sh/ |
H A D | init.c | 766 void sh_setmatch(Shell_t *shp,const char *v, int vsize, int nmatch, regoff_t match[],int index) function
|
Completed in 19 milliseconds