Home | Sort by: relevance | last modified time | path |
/src/tests/usr.bin/indent/ | |
fmt_decl.c | 884 bool is_identifier_start(char ch) function in typeref:typename:bool 890 is_identifier_start(char ch) function in typeref:typename:bool 898 is_identifier_start(char ch) function in typeref:typename:bool 904 is_identifier_start(char ch) function in typeref:typename:bool |
/src/usr.bin/indent/ | |
lexi.c | 168 is_identifier_start(char ch) function in typeref:typename:bool 269 /* XXX: is_identifier_start */ 387 } else if (is_identifier_start(in.p[0])) { 473 if (is_identifier_start(*p)) 510 else if (is_identifier_start(*p)) { |