Home
last modified time | relevance | path

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

/titanic_44/usr/src/head/
H A Ddial.h56 #define NO_ANS (-3) /* no answer (caller script failed) */ macro
/titanic_44/usr/src/cmd/bnu/
H A Ddial.h54 #define NO_ANS (-3) /* no answer (caller script failed) */ macro
H A Ddial.c241 case SS_CHAT_FAILED: return(NO_ANS);
/titanic_44/usr/src/lib/libnsl/dial/
H A Ddial.c237 return (NO_ANS); in dial()