/src/usr.sbin/rmt/ |
rmt.c | 113 goto respond; 121 goto respond; 130 goto respond; 147 goto respond; 175 goto respond; 198 respond:
|
/src/usr.bin/mail/ |
cmdtab.c | 118 { "Reply", Respond, 0, CMP(n) R|I|MSGLIST, 0, MMNDEL }, 119 { "Respond", Respond, 0, CMP(n) R|I|MSGLIST, 0, MMNDEL }, 120 { "reply", respond, 0, CMP(n) R|I|MSGLIST, 0, MMNDEL }, 121 { "respond", respond, 0, CMP(n) R|I|MSGLIST, 0, MMNDEL },
|
extern.h | 92 int Respond(void *); 111 int respond(void *);
|
cmd3.c | 408 respond(void *v) function in typeref:typename:PUBLIC int 418 Respond(void *v)
|