Lines Matching defs:col6
1241 const char *col6{nextLine_ + 5};1242 if (*col6 != '\n' && *col6 != '0' && !IsSpaceOrTab(col6)) {1271 const char *col6{nextLine_ + 5};1272 if (*col6 != '\n' && *col6 != '0' && !IsSpaceOrTab(col6)) {1273 if ((*col6 == 'i' || *col6 == 'I') && IsIncludeLine(nextLine_)) {