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);
436 checkdup($1, $3);
483 void checkdup(Node *vl, Cell *cp) /* check if name already in list */
/external/libnl/lib/
Dcache.c741 int checkdup) in __nl_cache_pickup() argument
745 p.pp_cb = checkdup ? pickup_checkdup_cb : pickup_cb; in __nl_cache_pickup()