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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/
H A Dunifdef.c187 static Comment_state incomment; /* comment parser state */ variable
429 if (incomment)
535 wascomment = incomment;
544 if (!incomment && linestate == LS_HASH) {
588 if (retval != LT_PLAIN && (wascomment || incomment)) {
590 if (incomment)
602 comment_name[incomment], linestate_name[linestate]);
794 else switch (incomment) {
797 incomment = STARTING_COMMENT;
800 incomment
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DHTMLparser.c4427 int incomment = 0; local
4446 if (!incomment && (base + 4 < len) && !iscomment) {
4449 incomment = 1;
4454 if (incomment) {
4459 incomment = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DHTMLparser.c4527 int incomment = 0; local
4546 if (!incomment && (base + 4 < len) && !iscomment) {
4549 incomment = 1;
4554 if (incomment) {
4559 incomment = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DHTMLparser.c4427 int incomment = 0; local
4446 if (!incomment && (base + 4 < len) && !iscomment) {
4449 incomment = 1;
4454 if (incomment) {
4459 incomment = 0;

Completed in 178 milliseconds