Searched defs:prompt_Printf (Results 1 - 1 of 1) sorted by relevance

/external/libppp/src/
H A Dprompt.c174 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(
380 prompt_Printf(struct prompt *p, const char *fmt,...) function
[all...]

Completed in 116 milliseconds