Searched refs:d_next_char (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcp-demangle.c1416 c1 = d_next_char (di);
1417 c2 = d_next_char (di);
1475 switch (d_next_char (di))
1545 switch (d_next_char (di))
1583 c = d_next_char (di);
2513 c = d_next_char (di);
2531 c = d_next_char (di);
H A Dcp-demangle.h135 #define d_next_char(di) (d_peek_char(di) == '\0' ? '\0' : *((di)->n++)) macro
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcp-demangle.c1462 c1 = d_next_char (di);
1463 c2 = d_next_char (di);
1521 switch (d_next_char (di))
1591 switch (d_next_char (di))
1629 c = d_next_char (di);
2559 c = d_next_char (di);
2577 c = d_next_char (di);
H A Dcp-demangle.h135 #define d_next_char(di) (d_peek_char(di) == '\0' ? '\0' : *((di)->n++)) macro

Completed in 137 milliseconds