Searched refs:SP (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | engine.c | 160 #define SP(t, s, c) print(m, t, s, c, stdout) macro 165 #define SP(t, s, c) /* nothing */ macro 797 SP("start", st, *p); in fast() 822 SP("boleol", st, c); in fast() 836 SP("boweow", st, c); in fast() 848 SP("aft", st, c); in fast() 891 SP("sstart", st, *p); in slow() 915 SP("sboleol", st, c); in slow() 929 SP("sboweow", st, c); in slow() 943 SP("saft", st, c); in slow()
|