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

/netbsd-current/usr.bin/vgrind/
H A Dregexp.c141 #define SCNT(A) (*(A+1)) /* byte count of a string */ macro
204 SCNT(cs) = 1;
207 SCNT(cs)++;
311 SCNT(cs) = 1;
314 SCNT(cs)++;
376 matched = !STRNCMP (s, SSTR(cs), SCNT(cs));
380 s += SCNT(cs);

Completed in 114 milliseconds