Lines Matching refs:ret
241 int ret = l->hash - r->hash;
243 if (!ret) {
247 return ret;
471 int len = strlen(toys.optargs[TT.dir_num]), ret = 0;
479 if (tmp && !stat(tmp, &st)) ret = 0; //it is there on other side
480 else ret = 1; //not present on other side.
484 return ret; //add otherwise
500 int ret = 0;
510 if (!(toys.optflags & FLAG_N)) ret = skip(node);
511 if (!ret) return (DIRTREE_RECURSE|DIRTREE_SYMFOLLOW);