Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Doption.c26 static char *optstring(char *s, char **p_str, char *printopt, char *validchars);
561 static char * optstring(char *s, char **p_str, char *printopt, char *validchars) in optstring() argument
572 *p_str = (char *) ecalloc(strlen(s)+1, sizeof(char)); in optstring()
573 out = *p_str; in optstring()
/dragonfly/contrib/nvi2/regex/
H A Dregcomp.c83 static void p_str(struct parse *p);
257 p_str(p); in regcomp()
484 p_str(struct parse *p) in p_str() function