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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/
H A Ddirectives-only.c43 cppchar_t c, last_c; local
66 for (last_c = '\n', c = *cur; cur < rlimit; last_c = c, c = *++cur, ++col)
83 c = last_c;
88 if (__builtin_expect (last_c == '#', false) && !(flags & DO_SPECIAL))
124 else if (__builtin_expect (last_c == '/', false) \
136 if ((flags & DO_BLOCK_COMMENT) && last_c == '*')
141 else if (!(flags & DO_SPECIAL) && last_c == '/')
152 if (last_c == '/')
174 else if ((flags & state) && last_c !
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m32c/
H A Dopc2c.c472 char *last_c = 0; local
485 if (last_c && (ind[i].u.op->comment == last_c))
489 last_c = ind[i].u.op->comment;
498 last_c = 0;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dopc2c.c535 char * last_c = 0; local
548 if (last_c && (ind[i].u.op->comment == last_c))
552 last_c = ind[i].u.op->comment;
561 last_c = 0;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dopc2c.c535 char * last_c = 0; local
548 if (last_c && (ind[i].u.op->comment == last_c))
552 last_c = ind[i].u.op->comment;
561 last_c = 0;

Completed in 163 milliseconds