Home | History | Annotate | Download | only in morse

Lines Matching defs:morse

1 /*	$NetBSD: morse.c,v 1.23 2024/10/12 19:26:24 rillig Exp $	*/
35 /* @(#)morse.c 8.1 (Berkeley) 5/31/93 */
36 __RCSID("$NetBSD: morse.c,v 1.23 2024/10/12 19:26:24 rillig Exp $");
88 const char morse[7];
107 static void morse(int);
132 fprintf(stderr, "usage: morse [-ds] [string ...]\n");
144 char foo[10]; /* All morse chars shorter than this */
182 morse((unsigned char)*p);
186 morse(ch);
209 if (strcmp(other[i].morse, s) == 0) {
221 morse(int c)
232 show(other[i].morse);