Searched refs:squirrel (Results 1 – 2 of 2) sorted by relevance
4 Subject: [PATCH] CMakeLists.txt: compile squirrel with -fPIC6 Ensure that squirrel is compiled with -fPIC to allow linking the static23 @@ -412,7 +412,8 @@ ExternalProject_Add(squirrel
444 static int setup_redirects(struct child_prog *prog, int squirrel[]);1207 static int setup_redirects(struct child_prog *prog, int squirrel[]) argument1231 if (squirrel && redir->fd < 3) {1232 squirrel[redir->fd] = dup(redir->fd);1246 static void restore_redirects(int squirrel[]) argument1250 fd = squirrel[i];1576 int squirrel[] = {-1, -1, -1}; local1579 setup_redirects(child, squirrel);1583 restore_redirects(squirrel);1646 int squirrel[] = {-1, -1, -1}; local[all …]