Home | Sort by: relevance | last modified time | path |
/src/usr.bin/uniq/ | |
uniq.c | 57 static int numchars, numfields, repeats; variable in typeref:typename:int 92 numchars = strtol(optarg, &p, 10); 93 if (numchars < 0 || *p) 133 if (numfields || numchars) 153 if (numfields || numchars) { 215 for (nchars = numchars; nchars-- && *str; ++str, --ls) |
/src/sys/compat/netbsd32/ | |
netbsd32_ioctl.h | 205 int firstchar, numchars; member in struct:netbsd32_wsdisplay_font |
/src/sys/dev/wscons/ | |
wsconsio.h | 447 int firstchar, numchars; member in struct:wsdisplay_font |