Searched refs:checkdup (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/awk-20/src/
H A Dawkgram.y30 void checkdup(Node *list, Cell *item);
431 checkdup($1, $3);
478 void checkdup(Node *vl, Cell *cp) /* check if name already in list */
H A Dytab.c271 void checkdup(Node *list, Cell *item);
3444 checkdup((yyvsp[(1) - (3)].p), (yyvsp[(3) - (3)].cp));
3717 void checkdup(Node *vl, Cell *cp) /* check if name already in list */
3714 void checkdup(Node *vl, Cell *cp) /* check if name already in list */ function
H A Dytabc.bak255 void checkdup(Node *list, Cell *item);
3119 checkdup((yyvsp[-2].p), (yyvsp[0].cp));
3409 void checkdup(Node *vl, Cell *cp) /* check if name already in list */
/macosx-10.10.1/ruby-106/ruby/
H A Dregparse.c1735 int checkdup)
1785 if (checkdup && from <= data[low*2+1]
1826 add_code_range0(BBuf** pbuf, ScanEnv* env, OnigCodePoint from, OnigCodePoint to, int checkdup) argument
1835 return add_code_range_to_buf0(pbuf, env, from, to, checkdup);
1734 add_code_range_to_buf0(BBuf** pbuf, ScanEnv* env, OnigCodePoint from, OnigCodePoint to, int checkdup) argument

Completed in 287 milliseconds