Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sh/
H A Djobs.c76 #define PR_CUR 00001 /* print job currency ('+', '-', or ' ') */ macro
84 #define PR_DFL (PR_CUR|PR_JID|PR_STAT|PR_CMD) /* default options */
465 if (propts & PR_CUR) { in printjob()