Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dvi.c2698 static char *strchr_backslash(const char *s, int c) in strchr_backslash() function
2760 # define strchr_backslash(s, c) strchr(s, c) macro
3198 R = strchr_backslash(F, c); // middle delimiter in colon()
3203 flags = strchr_backslash(R, c); in colon()