Searched refs:PLEN (Results 1 – 2 of 2) sorted by relevance
| /onnv-gate/usr/src/cmd/man/src/ |
| H A D | man.c | 95 #define PLEN 3 /* prefix length {man, cat, fmt} */ macro 842 plen = PLEN; in get_all_sect() 843 if (match(*dv, SGMLDIR, PLEN+1)) in get_all_sect() 1159 plen = PLEN; in getdirs() 1161 if (match(d->d_name, SGMLDIR, PLEN+1)) { in getdirs() 1162 plen = PLEN + 1; in getdirs() 1167 if (match(subdirs[0], d->d_name, PLEN)) in getdirs() 1595 if ((n = strcmp(*p1 + PLEN + (**p1 == 's' ? 1 : 0), in cmp() 1596 *p2 + PLEN + (**p2 == 's' ? 1 : 0)))) in cmp() 1600 return (strncmp(*p2, *p1, PLEN)); in cmp() [all …]
|
| H A D | getNAME.c | 35 #define PLEN 3 /* prefix length "man" */ macro 204 int plen = PLEN; in section() 221 plen = PLEN + 1; in section()
|