Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ qenter(3) — libiris R1c

Media Vault

Software Library

Restoration Projects

Artifacts Sought

qenter(3)  —  Unix Programmer’s Manual

NAME

qenter - create a queue entry

SYNOPSIS

C
qenter(qtype, val)
short qtype, val;

FORTRAN
subroutine qenter(qtype, val)
integer∗2 qtype, val

Pascal
procedure qenter(qtype, val: Short);

DESCRIPTION

Qenter takes two 16-bit integers, qtype and value, and enters them into the queue.  There is no way to distinguish user-defined and system-defined entries unless disjoint sets of types are used.  See the IRIS Graphics Library for a list of system-defined types. 

SEE ALSO

qreset, qtest, qread

NOTE

This command can only be used in immediate mode. 

Silicon Graphics  —  R1c

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026