Home
last modified time | relevance | path

Searched refs:checkdup (Results 1 – 2 of 2) sorted by relevance

/external/one-true-awk/
Dawkgram.y30 void checkdup(Node *list, Cell *item);
430 checkdup($1, $3);
477 void checkdup(Node *vl, Cell *cp) /* check if name already in list */
Dytab.c71 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