/ast/src/lib/libdss/ |
H A D | dss-scan.h | 42 char** files = expr->files; local 70 else if (files) 72 argv = files; 73 files = 0; 119 if (!files) 121 argv = files; 122 files = 0; 133 "scan all input files", \
|
H A D | cxlib.h | 65 char** files; \
|
/ast/src/cmd/dsslib/merge/ |
H A D | merge.c | 24 "[+DESCRIPTION?The \bmerge\b query merges the input files based on" 26 " The files must already be ordered; there is no verification." 66 File_t files[1]; member in struct:State_s 133 char** files = expr->files; local 203 if (files) 205 for (v = files; *v; v++); 206 n += v - files; 228 state->files[n].data = operands; 241 else if (files) [all...] |
/ast/src/cmd/pax/ |
H A D | tar.sh | 29 # $command r[bBfkLvVwzZ[[0-9][hlm]]] [files ...] 37 [+NAME?tar - create tape archives, and add or extract files] 39 the \bpax\b(1) utility. It archives and extracts files to and from a 51 directory names\) that specify which files are to be archived or 53 files and \(recursively\) subdirectories of that directory.] 54 [A:catenate|concatenate?Append \btar\b files to an archive.] 56 [r:append?Append files to the end of an archive.] 58 [x:extract|get?Extract files from an archive.] 59 [13:atime-preserve?Do not change access times on dumped files.] 67 [k?On archive read only extract files tha [all...] |
H A D | testpax.sh | 67 : all files created in $tmp 76 : old files and base archive 95 : new files and base archive
|
/ast/src/cmd/cs/ |
H A D | cat.c | 56 Hash_table_t* files; /* Fid_t hash */ member in struct:__anon70 75 if (!(state->files = hashalloc(NiL, HASH_set, HASH_ALLOCATE, HASH_namesize, sizeof(Fid_t), HASH_name, "files", 0))) 76 error(3, "out of space [files]"); 116 if (!(fp = (File_t*)hashlook(state->files, (char*)&fid, HASH_CREATE|HASH_SIZE(sizeof(File_t)), NiL))) 171 hashlook(state->files, fp->name, HASH_DELETE, NiL);
|
/ast/src/cmd/html/ |
H A D | html2rtf.h | 119 Hash_table_t* files; /* project file dictionary */ member in struct:State_s
|
H A D | htmlrefs.c | 34 " files.]" 51 " [+dynamic?All files under \adir\a are considered referenced.]" 65 " copied. If \b--unreferenced\b is also specified then files and" 70 " all local files referring to the file.]" 74 "[F:force?By default files are not copied if the source and target size and" 75 " modification times match. \b--force\b forces all files to be copied.]" 87 "[p!:perlwarn?Check HTML files for unintentional embedded \bperl\b(1)" 92 "[X:remove?Unreferenced files are removed when \b--unreferenced\b and" 98 "[s:strict?By default unreferenced \b--index\b files and the containing" 100 " unreferenced \b--index\b files unreference 185 Dt_t* files; member in struct:State_s [all...] |
H A D | html2rtf.c | 40 " \afile\a. This file combines individual RTF files into a" 1256 if (state.files) 1265 hashput(state.files, s, &state); 1282 if (hashwalk(state.files, 0, project_update, state.files)) 1290 hashwalk(state.files, 0, project_list, fp); 1512 if (state.project && !(state.files = hashalloc(state.tags, HASH_set, HASH_ALLOCATE, HASH_name, "files", 0))) 1568 error(ERROR_SYSTEM|3, "%s: input files required when project file specified", state.project); 1592 hashput(state.files, [all...] |
H A D | mm2twiki.sh | 68 typeset cond dirs files fg frame label list prev text title type 805 else files[++nfiles]=$i 811 document="${files[@]}" 813 getfiles "${files[@]}" |
|
/ast/src/cmd/re/ |
H A D | sed.h | 74 extern Text files;
|
H A D | sed1.c | 283 Text files; variable 296 putword(script, (unsigned char*)lablook(u, &files) - files.s); 305 p = (word*)(files.s + ((word*)script->w)[-1]);
|
H A D | sed2.c | 330 word *q = (word*)(files.s + offset); 516 f = sfopen(NiL, (char*)(files.s+q[1]+sizeof(word)), "r");
|
/ast/src/lib/libcmd/ |
H A D | tail.c | 24 * print the tail of one or more files 33 "[+NAME?tail - output trailing portion of one or more files ]" 34 "[+DESCRIPTION?\btail\b copies one or more input files to standard output " 96 "[+0?All files copied successfully.]" 97 "[+>0?One or more files did not copy.]" 234 * see whether both files are needed 424 Tail_t* files; local 614 files = 0; 623 if (files) 626 files [all...] |
/ast/src/lib/libtksh/lib/tksh7.6/ |
H A D | init.tcl | 229 # look for files with .exe, .com, or .bat extensions. Also, the path 367 # Regenerate a tclIndex file from Tcl source files. Takes as argument 370 # locate all of the relevant files. 375 # names of files within dir. If no additional 434 # files given as arguments. 440 # more shared libraries or Tcl script files in 486 # files that aren't shared libraries, because on some systems 522 lappend files($pkg) [list $file [$c eval set type] \ 527 foreach pkg [lsort [array names files]] { 530 [list $files( [all...] |
/ast/src/cmd/std/ |
H A D | ls.c | 36 "[+NAME?ls - list files and/or directories]" 87 " [+dir.files?directory file count]" 107 " [+total.files?running total file count]" 237 #define LS_DIRECTORY (LS_USER<<5) /* list directories as files */ 311 Sfulong_t files; /* number of files */ member in struct:__anon229 349 char* ignore; /* ignore files matching this */ 375 { "dir.files", KEY_dir_files }, 394 { "total.files", KEY_total_files }, 586 n = lp->count.files; 846 register int files; local [all...] |
H A D | shar.sh | 44 [+DESCRIPTION?\bshar\b reads one or more input files and creates a 46 of these files. This is called a shell archive or \ashar\a. 57 [d:here-delimiter]:[string?Use \astring\a to delimit the files 59 [f:basenames?Use the basenames for the files.] 69 [o:output-prefix]:[prefix?Save the archive files \aprefix\a\b.01\b 73 \b-B\b, \b-T\b, \b-z\b and \b-Z\b may be embedded, and files 84 [z:gzip?\bgzip\b(1) and \buuencode\b(1) all files prior to packing.] 85 [B:uuencode,binary-files-files?Treat all files a [all...] |
/ast/src/cmd/mailx/ |
H A D | proc.c | 89 fpp->link = state.files; 90 state.files = fpp; 275 for (pp = &state.files;; pp = &p->link) { 301 * fileclose() all registered files. 307 while (state.files) 308 fileclose(state.files->fp);
|
/ast/src/cmd/sort/ |
H A D | main.c | 42 "[+NAME?sort - sort and/or merge files]" 45 "standard input. If no files are named, the standard input is sorted.]" 136 "[m:merge?Merge; the input files are already sorted.]" 151 "[T:tempdir?Put temporary files in \atempdir\a.]:[tempdir:=/usr/tmp]" 175 "[+m?Maximum number of intermediate merge files.]" 258 #define TEST_io 0x40000000 /* dump io files */ 280 int intermediates; /* number of intermediate files */ 305 int mfiles; /* multi-stage files[] count */ 306 int nfiles; /* files[] count */ 307 int xfiles; /* max files[] coun 312 Sfio_t* files[OPEN_MAX > 68 ? 64 : (OPEN_MAX-4)]; member in struct:Sort_s [all...] |
/ast/src/lib/libcs/ |
H A D | Makefile | 49 * so we generate minimal files with obnoxious warnings
|
/ast/src/cmd/ksh93/sh/ |
H A D | main.c | 205 char **files = shp->gd->login_files; local 206 while ((name = *files++) && !sh_source(shp, iop, sh_mactry(shp,name))); 611 /* prints out messages if files in list have been modified since last call */ 612 static void chkmail(Shell_t *shp, char *files) argument 620 if(*(cp=files) == 0)
|
/ast/src/cmd/proto/ |
H A D | sear.sh | 42 can be used to install win32 files and applications. \bpax\b(1) is used 52 [+?\b.exe\b files generated by \bsear\b(1) are fully functional 68 files have been read into the temporary directory.]:[command:='$cmd$'] 184 files=0
|
/ast/src/lib/libtk/library/ |
H A D | xmfbox.tcl | 505 # Load the files and synchronize the "filter" and "selection" fields 549 set files [lsort -command tclSortNoCase [glob -nocomplain .* *]] 551 set files [lsort -command tclSortNoCase \ 556 foreach f $files { 565 # The user probably doesn't want to see the . files. We adjust the view 566 # so that the listbox displays all the non-dot files
|
/ast/src/cmd/kshlib/cmdtst/ |
H A D | grep.c | 27 "[+NAME?grep - search lines in files for matching patterns]" 28 "[+DESCRIPTION?The \bgrep\b commands search the named input files for " 30 "printed by default. The standard input is searched if no files are " 70 "[l:files-with-matches?Only print file names with at least one match.]" 71 "[L:files-without-matches?Only print file names with no matches.]" 85 "[r|R:recursive?Recursively process all files in each named directory. " 90 "[t:total?Only print a single matching line count for all files.]" 173 List_t files; /* pattern file list */ member in struct:State_s 187 int list; /* list files with hits */ 330 for (x = state->files [all...] |
/ast/src/cmd/nmake/ |
H A D | bind.c | 157 table.file = hashalloc(NiL, HASH_set, HASH_ALLOCATE, HASH_compare, file_compare, HASH_hash, file_hash, HASH_name, "files", 0); 161 table.file = hashalloc(table.ar, HASH_set, HASH_ALLOCATE, HASH_name, "files", 0); 594 * return a vector of the top view of files in all views matching pattern s 868 File_t* files; local 1062 files = getfile(base); 1074 for (f = files; f; f = f->next) 1131 files = getfile(base); 1187 files = getfile(base); 1192 else if (!files && name[0] == '.' && (name[1] == 0 || name[1] == '/' || name[1] == '.' && (name[2] == 0 || name[2] == '/' || state.fsview && name[2] == '.' && (name[3] == 0 || name[3] == '/')))) 1195 ofiles = files; [all...] |