Searched defs:verbose (Results 1 - 25 of 40) sorted by relevance

12

/ast/src/cmd/pack/
H A Dpack.c64 "[v:verbose?Causes additional information to be written to standard ouput.]"
96 int nfile=0, npack=0, force=0, verbose=0; local
108 verbose = !verbose;
132 verbose = !verbose;
180 if(verbose)
/ast/src/cmd/std/
H A Dtouch.c86 "[v:verbose?Write a diagnostic for each nonexistent \afile\a.]"
113 int verbose = 0; local
172 verbose = 1;
292 else if (verbose)
H A Dmount.c68 "[v:verbose?Ignored by this implementation.]"
100 "[v:verbose?Ignored by this implementation.]"
182 int verbose; member in struct:__anon234
384 state.verbose = 1;
/ast/src/lib/libcmd/
H A Drm.c61 "[v:verbose?Print the name of each file before removing it.]"
95 int verbose; /* display each file */ member in struct:State_s
213 if (state->verbose)
256 if (state->verbose)
372 state.verbose = 1;
396 state.verbose = 0;
H A Dcp.c99 "[v:verbose?Print the name of each file before operating on it.]"
180 int verbose; /* list each file before op */ member in struct:State_s
435 if (state->verbose)
448 if (state->verbose)
826 state->verbose = 1;
/ast/src/lib/libcodex/
H A Dcodexlib.h59 char* verbose; member in struct:Codexstate_s
/ast/src/cmd/nmake/
H A Ddump.c509 dump(Sfio_t* sp, int verbose) argument
517 if (verbose)
/ast/src/cmd/pzip/
H A Dpcmp.c40 int verbose; member in struct:__anon190
147 state.verbose = 1;
H A Dr2c.c57 int verbose; member in struct:State_s
198 state.verbose = 1;
H A Drectify.c40 " descriptions are listed with the \b--verbose\b option. Supported"
70 "[v:verbose?Dump description labels with data.]"
150 rectify(register Sfio_t* fp, char* file, int verbose) argument
255 describe(register Sfio_t* dp, char* desc, register Sfio_t* fp, char* file, int verbose) argument
292 if (verbose && offset >= state.offset)
302 else if (verbose && offset >= state.offset)
306 if (verbose && offset >= state.offset)
313 if (verbose)
325 if (verbose && offset >= state.offset)
349 if (verbose)
497 int verbose = 0; local
[all...]
/ast/src/cmd/sort/
H A Dsfopen.c28 * option<del>[no]verbose<del>
72 int verbose; member in struct:State_s
146 else if (streq(v, "verbose"))
147 state.verbose = n;
178 if (state.verbose)
179 sfprintf(sfstdout, " option verbose\n");
244 if (state.verbose)
/ast/src/lib/libz/
H A Dzutil.c117 # ifndef verbose
118 # define verbose 0 macro
120 int z_verbose = verbose;
/ast/src/cmd/dsslib/validate/
H A Dvalidate.c32 "[v:verbose?Warn about each invalid field and the action taken.]"
72 unsigned char verbose; member in struct:State_s
177 state->summary = state->verbose = 1;
264 if (!state->verbose)
304 if (state->verbose && disc->errorf)
313 if (state->verbose && disc->errorf)
327 if (state->verbose && disc->errorf)
333 if (state->verbose && disc->errorf)
/ast/src/cmd/html/
H A Dhtml2rtf.h104 int verbose; /* verbose messages */ member in struct:State_s
H A Dhtmlrefs.c106 "[v:verbose?List files as they are copied (see \b--copy\b.)]"
199 int verbose; member in struct:State_s
974 state->verbose = opt_info.num;
1107 if (state->verbose)
1117 if (state->verbose)
1138 if (state->verbose)
1144 if (state->verbose)
1165 if (state->verbose)
1180 if (state->verbose || !state->exec)
1216 if (state->verbose || !stat
[all...]
/ast/src/cmd/ksh93/sh/
H A Dbash.c195 int verbose=PRINT_SHOPT|PRINT_ALL|PRINT_NO_HEADER|PRINT_VERBOSE; local
206 verbose&=~PRINT_VERBOSE;
222 verbose&=~PRINT_SHOPT;
300 sh_printopts(newflags,verbose,&opt);
315 int n=0,xtrace,verbose; local
413 verbose = sh_isoption(SH_VERBOSE);
421 if(verbose)
H A Dargs.c148 int verbose,f; local
184 verbose = (f?PRINT_VERBOSE:PRINT_NO_HEADER)|
328 sh_printopts(newflags,verbose,0);
/ast/src/cmd/re/
H A Dtestfmt.c330 int verbose = 0; local
355 verbose = 1;
419 if (verbose)
420 sfprintf(sfstdout, ", verbose");
525 if (verbose)
H A Dtestfnmatch.c502 int verbose = 0; local
527 verbose = 1;
592 if (verbose)
593 printf(", verbose");
872 if (!query && verbose)
/ast/src/cmd/sortlib/vcodex/
H A Dvcodex.c47 "[v:verbose?Enable file and stream encoding messages on the standard "
85 int verbose; member in struct:State_s
150 if (state->verbose)
196 if (state->verbose)
225 if (state->verbose)
245 else if (i > 0 && state->verbose)
308 state->verbose = 1;
/ast/src/cmd/tests/
H A Ddate.c249 int verbose = 0; local
264 verbose = 1;
265 sfprintf(sfstdout, ", verbose");
377 if (verbose)
/ast/src/lib/libpz/
H A Dpzsplit.c79 int verbose; member in struct:__anon367
/ast/src/cmd/mailx/
H A Dcmd2.c813 split1(char* str, Dt_t** ignore, long num, char* dir, int verbose, int flag) argument
839 if (verbose)
846 if (!getatt(ap, file, 0, &lc, &cc) && verbose)
851 if (verbose)
H A Dproc.c134 int verbose = 0; local
139 verbose = 1;
170 if (verbose)
177 if (verbose)
184 if (verbose)
195 else if (verbose)
/ast/src/lib/librecsort/
H A Drecsort.h122 int verbose; /* trace execution */ member in struct:_rskey_s

Completed in 48 milliseconds

12