Searched refs:pathput (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/bin/zip/
H A Dglobals.c28 int pathput = 1; /* 1=store path with name */ variable
H A Dfileio.c386 if (pathput && !recurse) error("empty name without -j or -r");
394 if (dosflag || !pathput) {
395 int save_dosify = dosify, save_pathput = pathput;
397 pathput = 1;
404 pathput = save_pathput;
412 /* Do not clear z->mark if "exclude", because, when "dosify || !pathput"
H A Dzip.h255 extern int pathput; /* Store path with name */
H A Dzip.c980 pathput = 1; /* 1=store path with name */
1256 pathput = 0; break;
1260 pathput = 0; break;
H A Dbeos.c217 if (!pathput)

Completed in 66 milliseconds