HomeSort by: relevance | last modified time | path
    Searched refs:p_func (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
pending.c 31 int (*p_func) (int);
42 p_func = dlsym (h, "pendfunc2");
43 if (p_func == NULL) return 2;
45 (*p_func) (4);
mi-pending.c 30 int (*p_func) ();
36 p_func = dlsym (h, "pendfunc3");
37 if (p_func == NULL)
40 (*p_func) ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
change-loc.c 31 int (*p_func) (int);
42 p_func = dlsym (h, "func2");
43 if (p_func == NULL) return 2;
45 (*p_func) (4);
pending.c 30 int (*p_func) (int);
41 p_func = dlsym (h, "pendfunc2");
42 if (p_func == NULL) return 2;
44 (*p_func) (4);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
pending.c 31 int (*p_func) (int);
42 p_func = dlsym (h, "pendfunc2");
43 if (p_func == NULL) return 2;
45 (*p_func) (4);
mi-pending.c 30 int (*p_func) ();
36 p_func = dlsym (h, "pendfunc3");
37 if (p_func == NULL)
40 (*p_func) ();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
change-loc.c 31 int (*p_func) (int);
42 p_func = dlsym (h, "func2");
43 if (p_func == NULL) return 2;
45 (*p_func) (4);
pending.c 30 int (*p_func) (int);
41 p_func = dlsym (h, "pendfunc2");
42 if (p_func == NULL) return 2;
44 (*p_func) (4);
  /src/lib/libedit/
prompt.c 94 p = (*elp->p_func)(el);
96 p = ct_decode_string((char *)(void *)(*elp->p_func)(el),
126 el->el_prompt.p_func = prompt_default;
130 el->el_rprompt.p_func = prompt_default_r;
163 p->p_func = prompt_default;
165 p->p_func = prompt_default_r;
167 p->p_func = prf;
197 *prf = p->p_func;
prompt.h 46 el_pfunc_t p_func; /* Function to return the prompt */ member in struct:el_prompt_t

Completed in 29 milliseconds