Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mailx/
H A Dvars.c208 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 Dcmd3.c617 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 Dnames.c427 if (gh != NOGRP) in usermap()
464 if ((ngh = findgroup(cp)) != NOGRP) { in gexpand()
/titanic_41/usr/src/cmd/find/
H A Dfind.c89 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 Ddef.h285 #define NOGRP ((struct grouphead *)0) /* The nil grouphead pointer */ macro