Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c821 int dolabel; /* TRUE if label to be written */ in writemsg() local
846 dolabel = (verbosity & MV_LBL) && (label != MM_NULLLBL); in writemsg()
858 if (dolabel) { in writemsg()
934 if (dosev || dolabel) { in writemsg()
957 if (dolabel) { in writemsg()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c67 int dolabel(void);
93 static struct biltins label = { S_, dolabel, 0, 0 }; in isbfunc()
155 dolabel(void) in dolabel() function