Searched refs:BACKSLASH (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/usr.bin/indent/
H A Dlexi.c214 while (chartype[(int)*buf_ptr] == alphanum || *buf_ptr == BACKSLASH) {
216 if (*buf_ptr == BACKSLASH) {
395 if (*e_token == BACKSLASH) { /* if escape, copy extra char */
399 *++e_token = BACKSLASH;
400 if (*buf_ptr == BACKSLASH)
401 *++e_token = BACKSLASH;
H A Dindent_globs.h39 #define BACKSLASH '\\' macro
H A Dio.c216 if (*p == BACKSLASH)
217 putc(BACKSLASH, output);
H A Dindent.c1062 case BACKSLASH:
1064 *e_lab++ = BACKSLASH;

Completed in 190 milliseconds