Searched refs:idtypes (Results 1 – 5 of 5) sorted by relevance
79 static struct idtypes { struct82 } idtypes [] = { argument97 #define IDCNT (sizeof (idtypes) / sizeof (struct idtypes))105 register struct idtypes *curp;106 register struct idtypes *endp;108 for (curp = idtypes, endp = &idtypes[IDCNT]; curp < endp; curp++) {123 register struct idtypes *curp;124 register struct idtypes *endp;126 for (curp = idtypes, endp = &idtypes[IDCNT]; curp < endp; curp++) {
64 } idtypes[] = { variable133 for (i = 0; idtypes[i].str != NULL; i++) { in main()134 if (strcmp(optarg, idtypes[i].str) == 0) { in main()135 idtype = idtypes[i].idtype; in main()136 idstr = idtypes[i].str; in main()141 idtypes[i].str == NULL) in main()
3318 static struct idtypes { struct3321 } idtypes[] = { argument3336 struct idtypes *idp; in rparseidtype()3338 for (idp = idtypes; idp->idtype != NULL; idp++) { in rparseidtype()
674 static struct idtypes { struct677 } idtypes[] = { variable692 struct idtypes *idp; in parseidtype()702 for (idp = idtypes; idp->idtype != NULL; idp++) { in parseidtype()
708 static keywdtab_t idtypes[] = { variable746 for (idp = idtypes; idp->kw_str != NULL; idp++) { in parse_idtype()