Home
last modified time | relevance | path

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

/netbsd-src/bin/sh/
H A Dsyntax.h65 #define ISUNDER 010 /* an underscore */ macro
85 #define is_name(c) (sh_ctype(c) & (ISUPPER|ISLOWER|ISUNDER))
86 #define is_in_name(c) (sh_ctype(c) & (ISUPPER|ISLOWER|ISUNDER|ISDIGIT))
H A Dsyntax.c102 set('_', ISUNDER)