Home
last modified time | relevance | path

Searched refs:PROMPT_DESCRIPTOR (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Ddescriptor.h31 #define PROMPT_DESCRIPTOR (3) macro
H A Dprompt.h66 ((d)->type == PROMPT_DESCRIPTOR ? (struct prompt *)(d) : NULL)
H A Dprompt.c319 p->desc.type = PROMPT_DESCRIPTOR; in prompt_Create()