Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-port.c684 enum { OP_NONE, OP_SUBMIT, OP_QUERY, OP_CANCEL } operation = OP_NONE; in main() enumerator
756 operation = OP_SUBMIT; in main()
769 if (operation == OP_SUBMIT) /* get a job-id if we need it */ in main()
793 case OP_SUBMIT: /* transfer the job, close the fd */ in main()