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

  /src/external/bsd/nvi/dist/common/
util.h 43 enum nresult { NUM_ERR, NUM_OK, NUM_OVER, NUM_UNDER }; enum
  /src/lib/libedit/
readline.c 1023 char *nresult = el_realloc(result, \
1024 (size += len + 1) * sizeof(*nresult)); \
1025 if (nresult == NULL) { \
1030 result = nresult; \
1204 char **nresult; local
1206 nresult = el_realloc(result, (size_t)size * sizeof(*nresult));
1207 if (nresult == NULL) {
1211 result = nresult;
  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 4429 tree nresult, nop;
4431 nresult = gimple_phi_result (nphi);
4472 redirect_edge_var_map_add (e, nresult, oop, oloc);
4484 redirect_edge_var_map_add (e, nresult, nop, nloc);
4424 tree nresult, nop; local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 4408 tree nresult, nop;
4410 nresult = gimple_phi_result (nphi);
4451 redirect_edge_var_map_add (e, nresult, oop, oloc);
4463 redirect_edge_var_map_add (e, nresult, nop, nloc);
4403 tree nresult, nop; local
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 8058 tree nresult = copy_decl (oresult); local
8059 DECL_TEMPLATE_INFO (nresult)
8061 DECL_TEMPLATE_RESULT (ntmpl) = nresult;

Completed in 52 milliseconds