HomeSort by: relevance | last modified time | path
    Searched defs:c_exit (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/find/
function.c 922 c_exit(char ***argvp, int isok, char *opt) function
function.c 922 c_exit(char ***argvp, int isok, char *opt) function
  /src/external/gpl3/gcc/dist/gcc/fortran/
frontend-passes.cc 1038 gfc_code *c_if1, *c_if2, *c_exit; local
1060 c_exit = XCNEW (gfc_code);
1061 c_exit->op = EXEC_EXIT;
1062 c_exit->ext.which_construct = co;
1063 c_exit->loc = co->loc;
1069 c_if2->next = c_exit;
frontend-passes.cc 1038 gfc_code *c_if1, *c_if2, *c_exit; local
1060 c_exit = XCNEW (gfc_code);
1061 c_exit->op = EXEC_EXIT;
1062 c_exit->ext.which_construct = co;
1063 c_exit->loc = co->loc;
1069 c_if2->next = c_exit;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
frontend-passes.cc 1038 gfc_code *c_if1, *c_if2, *c_exit; local
1060 c_exit = XCNEW (gfc_code);
1061 c_exit->op = EXEC_EXIT;
1062 c_exit->ext.which_construct = co;
1063 c_exit->loc = co->loc;
1069 c_if2->next = c_exit;
frontend-passes.cc 1038 gfc_code *c_if1, *c_if2, *c_exit; local
1060 c_exit = XCNEW (gfc_code);
1061 c_exit->op = EXEC_EXIT;
1062 c_exit->ext.which_construct = co;
1063 c_exit->loc = co->loc;
1069 c_if2->next = c_exit;

Completed in 45 milliseconds