Searched refs:incomment (Results 1 – 1 of 1) sorted by relevance
2332 int incomment = FALSE; in is_ident() local2343 else if ((line[i] == '"' || line[i] == '\'') && !incomment) in is_ident()2349 if (incomment) in is_ident()2352 incomment = FALSE; in is_ident()2356 incomment = TRUE; in is_ident()2367 return incomment == FALSE && instring == 0; in is_ident()