Home
last modified time | relevance | path

Searched refs:backsl (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.bin/deroff/
H A Dderoff.c248 static void backsl(void);
490 backsl(); in regline()
610 backsl(void) in backsl() function
622 backsl(); in backsl()
671 backsl(); in backsl()
793 backsl(); in inpic()
/netbsd-src/external/bsd/nvi/dist/regex/
H A Dregcomp.c575 int backsl; in p_simp_re() local
581 backsl = c == '\\'; in p_simp_re()
582 if (backsl) { in p_simp_re()
679 } else if (!backsl && c == (unsigned char)'$') /* $ (but not \$) ends it */ in p_simp_re()