Searched refs:filearg (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/patch_cmds-17/patch/
H A Dcommon.h76 extern char *filearg[MAXFILEC];
H A Dpatch.c56 char *filearg[MAXFILEC]; variable
155 filearg[i] = NULL;
209 for (open_patch_file(filearg[1]); there_is_another_patch();
218 outname = savestr(filearg[0]);
234 scan_input(filearg[0]);
421 free(filearg[0]);
422 filearg[0] = NULL;
541 filearg[filec] = savestr(optarg);
600 filearg[0] = savestr(*Argv++);
605 filearg[file
[all...]
H A Dpch.c213 while (filearg[0] == NULL) {
216 filearg[0] = savestr(bestguess);
224 filearg[0] = fetchname(buf, &exists, 0);
232 free(filearg[0]);
233 filearg[0] = fetchname(bestguess, &exists, 0);
372 if (filearg[0] == NULL) {
374 filearg[0] = posix_name(names, ok_to_create_file);
382 filearg[0] = best_name(names, ok_to_create_file);
388 if (filearg[0] != NULL)
389 bestguess = savestr(filearg[
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkSound.c862 int arg, filearg = 0, newobjc; local
1044 filearg = arg + 1;
1050 filearg = arg + 1;
1056 filearg = arg + 1;
1178 if (filearg > 0) {
1184 if (SetFcname(s, interp, objv[filearg]) != TCL_OK) {
1189 if (filearg > 0 && strlen(s->fcname) > 0) {
1238 if (filearg > 0 && strlen(s->fcname) == 0) {
1672 int arg, arg1, filearg = 0, flag; local
1742 filearg
[all...]

Completed in 490 milliseconds