Searched refs:slashSlashCommentsP (Results 1 – 1 of 1) sorted by relevance
91 private boolean slashSlashCommentsP = false; field in StreamTokenizer473 slashSlashCommentsP = flag; in slashSlashComments()706 if (c == '/' && (slashSlashCommentsP || slashStarCommentsP)) { in nextToken()728 } else if (c == '/' && slashSlashCommentsP) { in nextToken()