insque man page on BSDOS

Man page or keyword search:  
man Server   6284 pages
apropos Keyword Search (all sections)
Output format
BSDOS logo
[printable version]

INSQUE(3)		    BSD Programmer's Manual		     INSQUE(3)

NAME
     insque, remque - insert/remove element from a queue

SYNOPSIS
     struct qelem {
	     struct  qelem *q_forw;
	     struct  qelem *q_back;
	     char    q_data[];
     };

     insque((caddr_t) struct qelem *elem, (caddr_t) struct qelem *pred);

     remque((caddr_t) struct qelem *elem);

DESCRIPTION
     The insque() and remque() functions manipulate queues built from doubly
     linked lists.  Each element in the queue must be in the form of ``struct
     qelem''. The function insque() inserts elem in a queue immediately after
     pred; remque() removes an entry elem from a queue.

SEE ALSO
     VAX Architecture Handbook, pp. 228-235.

HISTORY
     The insque() and remque() functions appeared in 4.2BSD.

4.2 Berkeley Distribution      December 11, 1993			     1
[top]
                             _         _         _ 
                            | |       | |       | |     
                            | |       | |       | |     
                         __ | | __ __ | | __ __ | | __  
                         \ \| |/ / \ \| |/ / \ \| |/ /  
                          \ \ / /   \ \ / /   \ \ / /   
                           \   /     \   /     \   /    
                            \_/       \_/       \_/ 
More information is available in HTML format for server BSDOS

List of man pages available for BSDOS

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net