Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sh/
H A Dctype.h97 #define qotchar(c) ((c<QUOTE) && _ctype1[c]&(T_QOT)) macro
H A Dword.c142 if (qotchar(c)) in word()