Searched refs:exec_f (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/shell_cmds-175/find/
H A Dextern.h79 exec_f f_Xmin;
80 exec_f f_Xtime;
81 exec_f f_acl;
82 exec_f f_always_true;
83 exec_f f_closeparen;
84 exec_f f_delete;
85 exec_f f_depth;
86 exec_f f_empty;
87 exec_f f_exec;
88 exec_f f_exp
[all...]
H A Dfind.h43 typedef int exec_f(struct _plandata *, FTSENT *); typedef
78 exec_f *execute; /* node evaluation function */
141 exec_f *execute; /* execute function */
/macosx-10.9.5/ruby-104/ruby/ext/nkf/nkf-utf8/
H A Dnkf.c454 static int exec_f = 0; variable
5629 exec_f = 0;
6517 exec_f = 1;
6521 exec_f = -1;
6938 if (exec_f){
6944 if (exec_f > 0){
6953 if (exec_f > 0){
6971 int exec_f_back = exec_f;
6985 exec_f = exec_f_back;

Completed in 133 milliseconds