Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefsyacc.y71 static void AddIconLine(char *matchstr, char *iconfile);
189 iconline: STRING STRING NEWLINE newline_or_nada { AddIconLine($1, $2); free($1); free($2); }
362 AddIconLine (char *matchstr, char *iconfile) in AddIconLine() function
H A Dwinprefsyacc.c141 static void AddIconLine(char *matchstr, char *iconfile);
1465 …{ AddIconLine((yyvsp[-3].sVal), (yyvsp[-2].sVal)); free((yyvsp[-3].sVal)); free((yyvsp[-2].sVal));… in yyparse()
1926 AddIconLine (char *matchstr, char *iconfile) in AddIconLine() function