Searched refs:_metachar (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/usr.bin/make/
H A Dmetachar.c51 const unsigned char _metachar[128] = { variable
H A Dmetachar.h36 extern const unsigned char _metachar[];
41 return _metachar[c & 0x7f] != 0;
/netbsd-current/usr.bin/xinstall/
H A Dxinstall.c1342 static unsigned char _metachar[128] = { variable
1377 #define ismeta(c) _metachar[(c) & 0x7f]

Completed in 188 milliseconds