Home
last modified time | relevance | path

Searched refs:sindex (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/nawk-20071023/
Dproto.h170 extern Cell *sindex(Node **, int);
Drun.c779 Cell *sindex(Node **a, int nnn) /* index(a[0], a[1]) */ in sindex() function
/ndk/sources/host-tools/make-3.81/
DChangeLog1235 * 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().