indxword          504 clib/wstring.cpp       wrdlen = len - indxword(which, delim);
indxword          506 clib/wstring.cpp       wrdlen = indxword(which + 1, delim) - (indxword(which, delim) + 1);
indxword          529 clib/wstring.cpp    pos = indxword(which, delim);
indxword         1086 clib/wstring.cpp       indx = new_str.indxword(which, delim);
indxword         1111 clib/wstring.cpp          indx = new_str.indxword(2, delim);
indxword         1124 clib/wstring.cpp       indx = new_str.indxword(which, delim);
indxword         1136 clib/wstring.cpp       indx = new_str.indxword(which, delim);
indxword         1142 clib/wstring.cpp       indx = new_str.indxword(which + 1, delim);
indxword           84 include/parse.h int indxword(char *, int);
indxword          103 include/wstring.h       int indxword(int which, char delim = ' ');