Searched refs:ntags (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/dix/ | ||
| H A D | inpututils.c | 348 int ntags = 0; local in function:DuplicateInputAttributes 373 ntags++; 375 new_attr->tags = calloc(ntags + 1, sizeof(char*)); |
| /xsrc/external/mit/xorg-server/dist/dix/ | ||
| H A D | inpututils.c | 350 int ntags = 0; local in function:DuplicateInputAttributes 374 ntags++; 376 new_attr->tags = calloc(ntags + 1, sizeof(char *)); |
Completed in 4 milliseconds