HomeSort by: relevance | last modified time | path
    Searched refs:ishead (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.bin/man/
manconf.c 254 addentry(TAG *tp, const char *newent, int ishead)
266 if (ishead)
man.c 1027 enum inserttype ishead)
1034 if (addentry(m->mymanpath, buf, (int)ishead) < 0)
  /src/usr.bin/mail/
head.c 266 ishead(const char linebuf[]) function in typeref:typename:PUBLIC int
extern.h 180 int ishead(const char []);
fio.c 248 if (maybe && linebuf[0] == 'F' && ishead(linebuf)) {
send.c 578 if (ishead(line))
  /src/usr.bin/fmt/
fmt.c 92 int ishead(const wchar_t *);
350 if ((h = ishead(cp)) != 0) {
  /src/usr.bin/pmap/
pmap.c 330 struct kbit *vm_map_entry, int ishead)
356 if ((ishead && (debug & PRINT_VM_MAP_HEADER)) ||
357 (!ishead && (debug & PRINT_VM_MAP_ENTRY))) {
359 ishead ? "vm_map.header" : "vm_map_entry",
400 if (ishead)

Completed in 18 milliseconds