Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sh/
H A Dctype.h99 #define dipchar(c) ((c<QUOTE) && _ctype1[c]&(T_DIP)) macro
H A Dword.c205 }else if (dipchar(c)){ in word()