Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/listen/
H A Dnlps_serv.c99 static void nls_reply(int code, char *text);
497 nls_reply(NLSDISABLED, scratch);
508 nls_reply(NLSSTART, msgbuf);
543 nls_reply(NLSUNKNOWN, scratch);
593 nls_reply(int code, char *text) in nls_reply() function
652 nls_reply(NLSSTART, msgbuf); in exec_cmd()