Searched refs:wild (Results 1 – 5 of 5) sorted by relevance
35 a case of this in the wild, but I've seen *similar* things.
904 const char *wild; in luaL_gsub() local908 while ((wild = strstr(s, p)) != NULL) { in luaL_gsub()909 luaL_addlstring(&b, s, wild - s); /* push prefix */ in luaL_gsub()911 s = wild + l; /* continue after `p' */ in luaL_gsub()
171 timsort. No other kind of data has shown this wild x-platform behavior,
174 timsort. No other kind of data has shown this wild x-platform behavior,
198 " file - Specifies the file name (wild cards are permitted).\r\n"