Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sh/
H A Dctype.h113 #define digchar(c) ((c<QUOTE) && _ctype2[c]&(T_AST|T_DIG)) macro
H A Dmacro.c216 else if (digchar(c))