Lines Matching full:sindex
1235 * misc.c: Removed the sindex() function. All instances of this
1239 sindex() used. This can matter with complex makefiles.
1240 * make.h: Remove the prototype for sindex().
1241 * function.c (subst_expand): Convert sindex() call to strstr().
1243 (func_findstring): Convert sindex() to strstr().
1244 * commands.c (chop_commands): Convert sindex() calls to strstr().
1768 call to sindex() call strlen() again, keep track of how much of
1769 the text we've seen and pass the length to sindex().