ip 102 lib/lua/lmathlib.c double ip; ip 103 lib/lua/lmathlib.c double fp = modf(luaL_checknumber(L, 1), &ip); ip 104 lib/lua/lmathlib.c lua_pushnumber(L, ip); ip 279 tools/chdk_dasm.c static char * append(char * op, const char *ip) { ip 281 tools/chdk_dasm.c while ((c=*ip++)!=0) *op++=c; ip 962 tools/chdk_dasm.c const char * ip = _i_cond[cond]; ip 963 tools/chdk_dasm.c *op++ = *ip++; ip 964 tools/chdk_dasm.c *op++ = *ip; ip 970 tools/chdk_dasm.c { const char * ip = flagchars; ip 971 tools/chdk_dasm.c while (*ip) *op++ = *ip++; ip 983 tools/chdk_dasm.c { const char * ip = format; ip 989 tools/chdk_dasm.c while ((c=*ip++) != 0) { ip 1182 tools/chdk_dasm.c ip = (instr&Pbit) ? "0]" : "0"; ip 1190 tools/chdk_dasm.c if (instr&Pbit) ip="*]'"; ip 1194 tools/chdk_dasm.c ip="*"; ip 1196 tools/chdk_dasm.c else ip="*'"; ip 1198 tools/chdk_dasm.c else ip="*";