Searched refs:CPP_BUF_COLUMN (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/gcc/libcpp/ |
H A D | internal.h | 64 #define CPP_BUF_COLUMN(BUF, CUR) ((CUR) - (BUF)->line_base) macro 65 #define CPP_BUF_COL(BUF) CPP_BUF_COLUMN(BUF, (BUF)->cur)
|
H A D | lex.c | 265 col = CPP_BUF_COLUMN (buffer, note->pos + 1); in _cpp_process_line_notes() 925 CPP_BUF_COLUMN (buffer, buffer->cur)); in _cpp_lex_direct()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | cpphash.h | 48 #define CPP_BUF_COLUMN(BUF, CUR) ((CUR) - (BUF)->line_base + (BUF)->col_adjust) macro 49 #define CPP_BUF_COL(BUF) CPP_BUF_COLUMN(BUF, (BUF)->cur)
|
H A D | cpplex.c | 970 result->col = CPP_BUF_COLUMN (buffer, buffer->cur);
|
H A D | ChangeLog.5 | 12513 CPP_BUF_LINE, CPP_BUF_COL, CPP_BUF_COLUMN, U, ustrcmp, ustrncmp,
|
H A D | ChangeLog.4 | 8033 (CPP_BUF_COLUMN): Update.
|
H A D | ChangeLog.3 | 3241 (CPP_BUF_COLUMN): New.
|