Searched defs:substring (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Dmacro.c108 static int substring(const char*, const char*, int[], int);
1743 /* check for substring operations */
1811 nmatch=substring(v,pattern,match,flag&STR_MAXIMAL);
2495 * Finds the right substring of STRING using the expression PAT
2496 * the longest substring is found when FLAG is set.
2498 static int substring(register const char *string,const char *pat,int match[], int flag) function

Completed in 17 milliseconds