Home
last modified time | relevance | path

Searched refs:NOGRP (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dvars.c206 for (gh = groups[h]; gh != NOGRP; gh = gh->g_link) in findgroup()
209 return(NOGRP); in findgroup()
221 if ((gh = findgroup(name)) == NOGRP) { in printgroup()
H A Dcmd3.c615 for (gh = groups[h]; gh != NOGRP; gh = gh->g_link) in group()
619 for (gh = groups[h]; gh != NOGRP; gh = gh->g_link) in group()
633 if ((gh = findgroup(gname)) == NOGRP) { in group()
686 for (ghp = &groups[h]; *ghp != NOGRP; ghp = &((*ghp)->g_link)) { in ungroup()
H A Dnames.c428 if (gh != NOGRP) in usermap()
465 if ((ngh = findgroup(cp)) != NOGRP) { in gexpand()
/illumos-gate/usr/src/cmd/find/
H A Dfind.c92 MINDEPTH, MMIN, MOUNT, MTIME, NAME, NCPIO, NEWER, NOGRP, NOT, NOUSER, enumerator
149 "-nogroup", NOGRP, Unary,
811 case NOGRP: in compile()
1184 case NOGRP: in execute()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h286 #define NOGRP ((struct grouphead *)0) /* The nil grouphead pointer */ macro