Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregexec.c123 #define ASSIGN(d, s) ((d) = (s)) macro
152 #undef ASSIGN
175 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates) macro
Dengine.c904 ASSIGN(fresh, st); in walk()
996 ASSIGN(tmp, st); in walk()
998 ASSIGN(st, fresh); in walk()
1000 ASSIGN(st, empty); in walk()