Home
last modified time | relevance | path

Searched refs:prompt_Create (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dprompt.h69 extern struct prompt *prompt_Create(struct server *, struct bundle *, int);
H A Dserver.c157 if ((p = prompt_Create(s, bundle, wfd)) == NULL) { in server_Read()
H A Dmain.c354 SignalPrompt = prompt = prompt_Create(NULL, NULL, PROMPT_STD); in main()
H A Dprompt.c314 prompt_Create(struct server *s, struct bundle *bundle, int fd) in prompt_Create() function