Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-lex.l184 NONSPACE [^[:space:]]
422 <HASH>{NONSPACE} {
445 <DEFINE>[/][^*]{NONSPACE}* {
453 <DEFINE>[^_a-zA-Z/[:space:]]{NONSPACE}* {
/external/u-boot/lib/
Dslre.c32 STAR, PLUS, STARQ, PLUSQ, QUEST, SPACE, NONSPACE, DIGIT}; enumerator
226 res = NONSPACE << 8; in get_escape_char()
575 case NONSPACE: in match()