Searched defs:dolabel (Results 1 - 2 of 2) sorted by relevance

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

Completed in 69 milliseconds