Home
last modified time | relevance | path

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

/third_party/mksh/
H A Dhistrap.c193 size_t len, pat_len, rep_len; in c_fc() local
198 pat_len = strlen(pat); in c_fc()
202 (!any_subst || gflag); s = s1 + pat_len) { in c_fc()
/third_party/python/Lib/
H A Denum.py81 pat_len = len(pattern)
83 len(name) > pat_len
85 and name[pat_len:pat_len+1] != ['_']

Completed in 4 milliseconds