Home | History | Annotate | Download | only in src

Lines Matching refs:prompt_Printf

174   prompt_Printf(p, "The following commands are available:\n");
175 prompt_Printf(p, " ~p\tEnter Packet mode\n");
176 prompt_Printf(p, " ~t\tShow timers\n");
177 prompt_Printf(p, " ~m\tShow memory map\n");
178 prompt_Printf(p, " ~.\tTerminate program\n");
179 prompt_Printf(p, " ~?\tThis help\n");
205 prompt_Printf(p, "Syntax error\n");
219 prompt_Printf(p, "Link lost, terminal mode.\n");
229 prompt_Printf(p, "\nPacket mode detected.\n");
264 prompt_Printf(p, "\nPacket mode.\n");
380 prompt_Printf(struct prompt *p, const char *fmt,...)