Searched refs:AddIconLine (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winprefsyacc.y | 71 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)
|
| H A D | winprefsyacc.c | 141 static void AddIconLine(char *matchstr, char *iconfile); 1470 { AddIconLine((yyvsp[-3].sVal), (yyvsp[-2].sVal)); free((yyvsp[-3].sVal)); free((yyvsp[-2].sVal)); } 1930 AddIconLine (char *matchstr, char *iconfile) function in typeref:typename:void
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winprefsyacc.y | 70 static void AddIconLine(char *matchstr, char *iconfile); 188 iconline: STRING STRING NEWLINE newline_or_nada { AddIconLine($1, $2); free($1); free($2); } 365 AddIconLine (char *matchstr, char *iconfile)
|
| H A D | winprefsyacc.c | 139 static void AddIconLine(char *matchstr, char *iconfile); 1689 { AddIconLine((yyvsp[(1) - (4)].sVal), (yyvsp[(2) - (4)].sVal)); free((yyvsp[(1) - (4)].sVal)); free((yyvsp[(2) - (4)].sVal)); } 2217 AddIconLine (char *matchstr, char *iconfile) function in typeref:typename:void
|
Completed in 7 milliseconds