HomeSort by: relevance | last modified time | path
    Searched defs:morse (Results 1 - 1 of 1) sorted by relevancy

  /src/games/morse/
morse.c 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]; member in struct:__anonc3962c150108
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) function in typeref:typename:void
    [all...]

Completed in 14 milliseconds