2 * Copyright (c) 1980 Regents of the University of California.
3 * All rights reserved. The Berkeley software License Agreement
4 * specifies the terms and conditions for redistribution.
7 #pragma ident "%Z%%M% %I% %E% SMI"
8 /* from UCB 5.1 (Berkeley) 6/5/85 */
14 char *l_idchars
= "_"; /* characters legal in identifiers in addition
42 printf ("%c", *match
);
49 printf ("<%03o>", *match
);
59 while ((c
= getchar()) != '\n')
67 match
= expmatch (str
, ireg
, matstr
);
71 printf ("match\nmatstr = %s\n", matstr
);