/ast/src/cmd/pack/ |
H A D | pack.c | 64 "[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 D | touch.c | 86 "[v:verbose?Write a diagnostic for each nonexistent \afile\a.]" 113 int verbose = 0; local 172 verbose = 1; 292 else if (verbose)
|
H A D | mount.c | 68 "[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 D | rm.c | 61 "[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 D | cp.c | 99 "[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 D | codexlib.h | 59 char* verbose; member in struct:Codexstate_s
|
/ast/src/cmd/nmake/ |
H A D | dump.c | 509 dump(Sfio_t* sp, int verbose) argument 517 if (verbose)
|
/ast/src/cmd/pzip/ |
H A D | pcmp.c | 40 int verbose; member in struct:__anon190 147 state.verbose = 1;
|
H A D | r2c.c | 57 int verbose; member in struct:State_s 198 state.verbose = 1;
|
H A D | rectify.c | 40 " 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 D | sfopen.c | 28 * 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 D | zutil.c | 117 # ifndef verbose 118 # define verbose 0 macro 120 int z_verbose = verbose;
|
/ast/src/cmd/dsslib/validate/ |
H A D | validate.c | 32 "[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 D | html2rtf.h | 104 int verbose; /* verbose messages */ member in struct:State_s
|
H A D | htmlrefs.c | 106 "[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 D | bash.c | 195 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 D | args.c | 148 int verbose,f; local 184 verbose = (f?PRINT_VERBOSE:PRINT_NO_HEADER)| 328 sh_printopts(newflags,verbose,0);
|
/ast/src/cmd/re/ |
H A D | testfmt.c | 330 int verbose = 0; local 355 verbose = 1; 419 if (verbose) 420 sfprintf(sfstdout, ", verbose"); 525 if (verbose)
|
H A D | testfnmatch.c | 502 int verbose = 0; local 527 verbose = 1; 592 if (verbose) 593 printf(", verbose"); 872 if (!query && verbose)
|
/ast/src/cmd/sortlib/vcodex/ |
H A D | vcodex.c | 47 "[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 D | date.c | 249 int verbose = 0; local 264 verbose = 1; 265 sfprintf(sfstdout, ", verbose"); 377 if (verbose)
|
/ast/src/lib/libpz/ |
H A D | pzsplit.c | 79 int verbose; member in struct:__anon367
|
/ast/src/cmd/mailx/ |
H A D | cmd2.c | 813 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 D | proc.c | 134 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 D | recsort.h | 122 int verbose; /* trace execution */ member in struct:_rskey_s
|