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

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

Completed in 17 milliseconds