Searched refs:ISKW (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/soltools/cpp/ |
H A D | _nlist.c | 50 {"if", KIF, ISKW}, 51 {"ifdef", KIFDEF, ISKW}, 52 {"ifndef", KIFNDEF, ISKW}, 53 {"elif", KELIF, ISKW}, 54 {"else", KELSE, ISKW}, 55 {"endif", KENDIF, ISKW}, 60 {"undef", KUNDEF, ISKW}, 61 {"line", KLINE, ISKW}, 62 {"error", KERROR, ISKW}, 64 {"ident", KIDENT, ISKW}, [all …]
|
H A D | cpp.h | 61 #define ISKW 0x02 /* is PP keyword */ macro
|
H A D | _cpp.c | 137 if ((np = lookup(tp, 0)) == NULL || ((np->flag & ISKW) == 0 && !skipping)) in control()
|
Completed in 12 milliseconds