HomeSort by: relevance | last modified time | path
    Searched defs:comment_ch (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/indent/
args.c 272 int ch, comment_ch = -1; local in function:load_profile
275 if (ch == '*' && comment_ch == -1
278 comment_ch = '*';
279 } else if (comment_ch != -1) {
280 comment_ch = ch == '/' && comment_ch == '*'

Completed in 11 milliseconds