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

/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DXlcDL.c84 #define iscomment(ch) ((ch) == '\0' || (ch) == '#') macro
121 if (iscomment(*p)){
128 if (iscomment(*p)) {
191 if (iscomment(*p)){
H A DlcFile.c42 #define iscomment(ch) ((ch) == '#' || (ch) == '\0') macro
333 if (iscomment(*p)) {
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A Dscan.c1101 int len, curlen, iscomment, hasnewline = 0, endnewline; local in function:xf86addComment
1116 iscomment = 0;
1122 iscomment = (*str == '#');
1126 len += 1 + iscomment + (!hasnewline) + (!endnewline) + eol_seen;
1135 if (!iscomment)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A Dscan.c1059 int len, curlen, iscomment, hasnewline = 0, insnewline, endnewline; local in function:xf86addComment
1074 iscomment = 0;
1080 iscomment = (*cstr == '#');
1088 if (!iscomment)
1102 if (!iscomment)

Completed in 6 milliseconds