Searched refs:NOGRP (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/mailx/ |
H A D | vars.c | 206 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 D | cmd3.c | 615 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 D | names.c | 428 if (gh != NOGRP) in usermap() 465 if ((ngh = findgroup(cp)) != NOGRP) { in gexpand()
|
/illumos-gate/usr/src/cmd/find/ |
H A D | find.c | 92 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 D | def.h | 286 #define NOGRP ((struct grouphead *)0) /* The nil grouphead pointer */ macro
|