Searched refs:startcomment (Results 1 – 1 of 1) sorted by relevance
51 #define startcomment(where) (where[0] == '/' && where[1] == '*') macro198 } else if (startcomment(where)) { in get_token()