Searched refs:notfirst (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dprocess.c95 int notfirst = 0; local
176 if (notfirst) {
182 notfirst++;
222 int notfirst = 0; local
262 if (notfirst) {
267 notfirst++;
270 if (notfirst) {
275 notfirst++;
278 if (notfirst) {
282 notfirst
[all...]
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk2.c494 int notfirst = 0; local
505 if (notfirst++)
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.h111 #define mDNSValidHostChar(X, notfirst, notlast) (mDNSIsLetter(X) || mDNSIsDigit(X) || ((notfirst) && (notlast) && (X) == '-') )
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c632 static int notfirst = 0; local
656 if (Ttyout && Pause && !notfirst++) {
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c713 int notfirst = 0; local
730 if (notfirst == 0)
751 notfirst++;
754 if (notfirst) {

Completed in 87 milliseconds