Home
last modified time | relevance | path

Searched refs:keyword (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dunifdef.c191 static char *keyword; /* used for editing #elif's */ variable
453 static void Mpass (void) { strncpy(keyword, "if ", 4); Pelif(); } in Mpass()
522 snprintf(keyword, tline + sizeof(tline) - keyword, in keywordedit()
669 keyword = tline + (cp - tline); in parseline()
671 kwlen = cp - keyword; in parseline()
676 if (strlcmp("ifdef", keyword, kwlen) == 0 || in parseline()
677 strlcmp("ifndef", keyword, kwlen) == 0) { in parseline()
682 retval = (keyword[2] == 'n') in parseline()
692 } else if (strlcmp("if", keyword, kwlen) == 0) in parseline()
694 else if (strlcmp("elif", keyword, kwlen) == 0) in parseline()
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/lnt/
H A Dco-gnu3.lnt95 +rw(__inline) // enable the (non-standard) __inline keyword
96 +rw(__inline__) // enable the (non-standard) __inline__ keyword
153 -d__attribute__()= // ignore this keyword and following parenthetical
154 -d__extension__= // ignore this keyword
178 +rw(__typeof__) // activate __typeof__ keyword
195 +rw(__restrict) // ignore this keyword.
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A DMakefile81 --add-comments --keyword=_ --keyword=N_ \
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dkeywords.gperf32 # field name which breaks the genksyms parser. It is not a gcc keyword anyway.
H A Dlex.c_shipped2249 /* Bring in the keyword recognizer. */
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstab.def88 GNU M2 keyword %INITIALIZE. Perhaps N_M2C can be used if there
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile237 # instead of private inheritance when no explicit protection keyword is present.
H A Dbsp.dxyfile236 # instead of private inheritance when no explicit protection keyword is present.