HomeSort by relevance Sort by last modified time
    Searched defs:VModDef (Results 1 - 2 of 2) sorted by null

  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.y 174 VModDef *vmod;
203 %type <vmod> VModDecl VModDefList VModDef
402 VModDefList : VModDefList COMMA VModDef
403 { $$ = (VModDef *) AppendStmt((ParseCommon *) $1,
405 | VModDef
409 VModDef : Ident
ast.h 260 } VModDef;

Completed in 662 milliseconds