Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dexpr.c272 static VALUE *docolon(VALUE *sv, VALUE *pv) in docolon() argument
280 tostring(pv); in docolon()
282 if (pv->u.s[0] == '^') { in docolon()
285 "of a basic regular expression is not portable; it is ignored", pv->u.s); in docolon()
290 xregcomp(&re_buffer, pv->u.s, 0); in docolon()