Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_lex.c78 #define is_sfollow(c) (is_sstart(c) || is_digit(c)) macro
265 } while (is_sfollow(c)); in yylex()