Lines Matching refs:curdef
3839 struct name_list *curdef = defined; in collate_read() local
3840 while (curdef != NULL) in collate_read()
3841 if (strncmp (arg->val.str.startmb, curdef->str, in collate_read()
3843 && curdef->str[arg->val.str.lenmb] == '\0') in collate_read()
3846 defined = curdef->next; in collate_read()
3848 prevdef->next = curdef->next; in collate_read()
3850 struct name_list *olddef = curdef; in collate_read()
3851 curdef = curdef->next; in collate_read()
3857 prevdef = curdef; in collate_read()
3858 curdef = curdef->next; in collate_read()
3880 curdef = defined; in collate_read()
3881 while (curdef != NULL) in collate_read()
3882 if (strncmp (arg->val.str.startmb, curdef->str, in collate_read()
3884 && curdef->str[arg->val.str.lenmb] == '\0') in collate_read()
3887 curdef = curdef->next; in collate_read()
3889 if ((nowtok == tok_ifdef && curdef != NULL) in collate_read()
3890 || (nowtok == tok_ifndef && curdef == NULL)) in collate_read()