Home
last modified time | relevance | path

Searched refs:dolabel (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c823 int dolabel; /* TRUE if label to be written */ in writemsg() local
848 dolabel = (verbosity & MV_LBL) && (label != MM_NULLLBL); in writemsg()
860 if (dolabel) { in writemsg()
936 if (dosev || dolabel) { in writemsg()
959 if (dolabel) { in writemsg()
/titanic_41/usr/src/cmd/csh/
H A Dsh.func.c56 int dolabel(void);
82 static struct biltins label = { S_, dolabel, 0, 0 }; in isbfunc()
144 dolabel(void) in dolabel() function