Searched refs:fcall (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/cctools-845/ar/
H A Dar.c108 int (*fcall) __P((char **));
110 fcall = 0;
150 fcall = delete;
160 fcall = move;
167 fcall = print;
171 fcall = append;
175 fcall = replace;
189 fcall = contents;
202 fcall = extract;
263 if(fcall !
[all...]
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dcheck_forensic37 create_temp fcall
/macosx-10.9.5/uucp-11/uucp/
H A Duuchk.c47 static void ukshow_size P((struct uuconf_timespan *q, boolean fcall,
397 boolean fcall, fcalled;
409 fcall = qsys->uuconf_fcall;
411 fcall = FALSE;
416 if (! fcall && ! fcalled)
422 if (fcall)
451 if (fcall)
651 if (fcall && qsys->uuconf_csuccess_wait != 0)
667 if (fcall)
678 if (fcall)
392 boolean fcall, fcalled; local
[all...]
H A Duucico.c134 static boolean fcall P((pointer puuconf, const char *zconfig, boolean fuuxqt,
531 fret = fcall (puuconf, zconfig, fuuxqt, &sLocked_system, qport,
615 if (! fcall (puuconf, zconfig, fuuxqt, &sLocked_system,
876 fcall (puuconf, zconfig, fuuxqt, qorigsys, qport, fifwork, fforce, fdetach,
874 fcall (puuconf, zconfig, fuuxqt, qorigsys, qport, fifwork, fforce, fdetach, function
/macosx-10.9.5/swig-10/Source/Swig/
H A Dcwrap.c259 String *fcall; local
261 fcall = NewStringEmpty();
268 Printf(fcall, "%s = (%s) &", name, lstr);
273 Printf(fcall, "%s = ", name);
280 Printf(fcall, "%s = (%s)", name, lstr);
287 Append(fcall, decl);
293 Append(fcall, ";");
296 return fcall;
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/tool/
H A Drb_nibtool.rb77 when :fcall
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.y765 %type <val> expr_value arg_value primary_value fcall
1369 fcall : operation label
1379 command : fcall command_args %prec tLOWEST
1388 | fcall command_args cmd_brace_block
2585 $$ = method_arg(dispatch1(fcall, $1), arg_new());
2735 | fcall brace_block
2741 $$ = method_arg(dispatch1(fcall, $1), arg_new());
3583 method_call : fcall paren_args
3589 $$ = method_arg(dispatch1(fcall, $1), $2);
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.y765 %type <node> expr_value arg_value primary_value fcall
1369 fcall : operation label
1379 command : fcall command_args %prec tLOWEST
1388 | fcall command_args cmd_brace_block
2585 $$ = method_arg(dispatch1(fcall, $1), arg_new());
2735 | fcall brace_block
2741 $$ = method_arg(dispatch1(fcall, $1), arg_new());
3583 method_call : fcall paren_args
3589 $$ = method_arg(dispatch1(fcall, $1), $2);

Completed in 158 milliseconds