Searched refs:AppendKeysymList (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xkbcomp/dist/
H A Dparseutils.h163 extern ExprDef *AppendKeysymList(ExprDef * /* list */ ,
H A Dxkbparse.y718 { $$= AppendKeysymList($1,$3); }
720 { $$= AppendKeysymList($1,strdup("NoSymbol")); }
H A Dparseutils.c642 AppendKeysymList(ExprDef * list, char *sym) function in typeref:typename:ExprDef *
H A Dxkbparse.c2847 { (yyval.expr)= AppendKeysymList((yyvsp[-2].expr),(yyvsp[0].str)); }
2853 { (yyval.expr)= AppendKeysymList((yyvsp[-2].expr),strdup("NoSymbol")); }

Completed in 11 milliseconds