Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/regex/
H A Dregex.c109 previous_charp(const char *current_charp);
436 previous_charp(const char *current_charp) in previous_charp() argument
443 const char *prev_cs0 = current_charp - 1; in previous_charp()
444 const char *prev_cs1 = current_charp - eucw1; in previous_charp()
445 const char *prev_cs2 = current_charp - eucw2 - 1; in previous_charp()
446 const char *prev_cs3 = current_charp - eucw3 - 1; in previous_charp()