Home
last modified time | relevance | path

Searched refs:ISKW (Results 1 – 3 of 3) sorted by relevance

/trunk/main/soltools/cpp/
H A D_nlist.c50 {"if", KIF, ISKW},
51 {"ifdef", KIFDEF, ISKW},
52 {"ifndef", KIFNDEF, ISKW},
53 {"elif", KELIF, ISKW},
54 {"else", KELSE, ISKW},
55 {"endif", KENDIF, ISKW},
56 {"include", KINCLUDE, ISKW},
57 {"include_next", KINCLUDENEXT, ISKW},
58 {"import", KIMPORT, ISKW},
59 {"define", KDEFINE, ISKW},
[all …]
H A Dcpp.h60 #define ISKW 0x02 /* is PP keyword */ macro
H A D_cpp.c137 if ((np = lookup(tp, 0)) == NULL || ((np->flag & ISKW) == 0 && !skipping)) in control()