HomeSort by: relevance | last modified time | path
    Searched refs:ch_isblank (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/indent/
pr_comment.c 66 && ch_isblank(p[-1])
67 && ch_isblank(p[-2]))
71 ind += p == start || ch_isblank(p[-1]) ? 2 : 3;
140 if (!(in.p[0] == '\t' && !ch_isblank(in.p[1])))
141 while (ch_isblank(in.p[0]))
158 if (!ch_isblank(in.p[0]))
176 if (ch_isblank(ch))
226 if (!(com.len > 0 && ch_isblank(com.s[com.len - 1])))
234 while (ch_isblank(in.p[0]))
240 while (ch_isblank(in.p[0])
    [all...]
indent.h 529 ch_isblank(char ch) function in typeref:typename:bool

Completed in 13 milliseconds