Searched refs:checkdup (Results 1 – 2 of 2) sorted by relevance
30 void checkdup(Node *list, Cell *item);430 checkdup($1, $3);477 void checkdup(Node *vl, Cell *cp) /* check if name already in list */
71 void checkdup(Node *list, Cell *item);3393 checkdup((yyvsp[-2].p), (yyvsp[0].cp)); in yyparse()3684 void checkdup(Node *vl, Cell *cp) /* check if name already in list */ in checkdup() function