Searched refs:NOGRP (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/mailx/ |
H A D | vars.c | 208 for (gh = groups[h]; gh != NOGRP; gh = gh->g_link) in findgroup() 211 return(NOGRP); in findgroup() 223 if ((gh = findgroup(name)) == NOGRP) { in printgroup()
|
H A D | cmd3.c | 617 for (gh = groups[h]; gh != NOGRP; gh = gh->g_link) in group() 621 for (gh = groups[h]; gh != NOGRP; gh = gh->g_link) in group() 635 if ((gh = findgroup(gname)) == NOGRP) { in group() 688 for (ghp = &groups[h]; *ghp != NOGRP; ghp = &((*ghp)->g_link)) { in ungroup()
|
H A D | names.c | 427 if (gh != NOGRP) in usermap() 464 if ((ngh = findgroup(cp)) != NOGRP) { in gexpand()
|
/titanic_41/usr/src/cmd/find/ |
H A D | find.c | 89 MTIME, NAME, NCPIO, NEWER, NOGRP, NOT, NOUSER, OK, OR, PATH, PERM, enumerator 143 "-nogroup", NOGRP, Unary, 742 case NOGRP: 1056 case NOGRP:
|
/titanic_41/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 285 #define NOGRP ((struct grouphead *)0) /* The nil grouphead pointer */ macro
|