Home
last modified time | relevance | path

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

/freebsd/bin/ed/
H A Dsub.c121 int nsubs = 0; in search_and_replace() local
150 nsubs++; in search_and_replace()
155 if (nsubs == 0 && !(gflag & GLB)) { in search_and_replace()
/freebsd/contrib/less/
H A Dpattern.c261 … pattern_len, constant char *buf, int buf_len, constant char ***sp, constant char ***ep, int nsubs) in match() argument
268 (void) nsubs; in match()
/freebsd/contrib/tzcode/
H A Dzic.c4037 register int nsubs; in getfields() local
4039 nsubs = 0; in getfields()
4061 if (nsubs == arrayelts) { in getfields()
4065 array[nsubs++] = dstart + (*dstart == '-' && dp == dstart + 1); in getfields()
4067 return nsubs; in getfields()