Searched refs:sindex (Results 1 – 3 of 3) sorted by relevance
170 extern Cell *sindex(Node **, int);
779 Cell *sindex(Node **a, int nnn) /* index(a[0], a[1]) */ in sindex() function
1235 * misc.c: Removed the sindex() function. All instances of this1239 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 of1769 the text we've seen and pass the length to sindex().