Searched refs:tdp (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Ddic.c49 static struct td_n_tupple *pushTdn(struct RkContext *cx, struct TD *tdp);
841 * GetLine(cx, gram, tdp, line)
844 * struct TD *tdp
851 pushTdn(struct RkContext *cx, struct TD *tdp)
859 newtd->td = (char *)tdp;
892 GetLine(struct RkContext *cx, struct RkKxGram *gram, struct TD *tdp, WCHAR_T *line, int size)
898 if (tdp) {
901 if(!pushTdn(cx, tdp))
848 pushTdn(struct RkContext *cx, struct TD *tdp) argument
889 GetLine(struct RkContext *cx, struct RkKxGram *gram, struct TD *tdp, WCHAR_T *line, int size) argument
/haiku-fatelf/src/bin/gdb/gdb/
H A Dtracepoint.c2059 int tdp; local
2068 tdp = tracepoint_number; /* default is current TDP */
2071 tdp = parse_and_eval_long (args);
2073 sprintf (target_buf, "QTFrame:tdp:%x", tdp);

Completed in 87 milliseconds