Searched defs:strip (Results 1 – 14 of 14) sorted by relevance
30 int strip; member209 int strip) { in luaU_dump()
1000 LUA_API int lua_dump (lua_State *L, lua_Writer writer, void *data, int strip) { in lua_dump()
191 int strip = lua_toboolean(L, 2); in str_dump() local
314 strip= @vi_cv_path_strip@ macro
363 strip(Char *cp) in strip() function
140 sop *strip; /* malloced area for strip */ member
72 sop *strip; /* malloced strip */ member
181 sop *strip; /* malloced area for strip */ member
112 sop *strip; /* malloced strip */ member
132 sop *strip; /* malloced area for strip */ member
68 sop *strip; /* malloced strip */ member
1059 strip(const char *to_name) in strip() function
69 #define strip(x) ((my_want_state_is_wont(TELOPT_BINARY)) ? ((x)&0x7f) : (x)) macro
3042 mkdbname(struct magic_set *ms, const char *fn, int strip) in mkdbname()