The teepeedee2 Reference Manual

This is the teepeedee2 Reference Manual, version 1.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Jun 15 05:10:04 2026 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 teepeedee2

Multiprotocol fast networking framework

Author

John Fremlin <>

Version

1.1

Dependencies
  • trivial-garbage (system).
  • cl-cont (system).
  • cffi (system).
  • iterate (system).
  • alexandria (system).
  • cl-irregsexp (system).
  • trivial-backtrace (system).
  • parenscript (system).
Source

teepeedee2.asd.

Child Component

src (module).


3 Modules

Modules are listed depth-first from the system components tree.


3.1 teepeedee2/src

Source

teepeedee2.asd.

Parent Component

teepeedee2 (system).

Child Components

3.2 teepeedee2/src/lib

Dependency

packages.lisp (file).

Source

teepeedee2.asd.

Parent Component

src (module).

Child Components

3.3 teepeedee2/src/io

Dependency

lib (module).

Source

teepeedee2.asd.

Parent Component

src (module).

Child Components

3.4 teepeedee2/src/http

Dependencies
  • lib (module).
  • io (module).
Source

teepeedee2.asd.

Parent Component

src (module).

Child Components

3.5 teepeedee2/src/ml

Dependencies
  • lib (module).
  • io (module).
Source

teepeedee2.asd.

Parent Component

src (module).

Child Components

3.6 teepeedee2/src/datastore

Dependency

lib (module).

Source

teepeedee2.asd.

Parent Component

src (module).

Child Component

datastore.lisp (file).


3.7 teepeedee2/src/webapp

Dependencies
Source

teepeedee2.asd.

Parent Component

src (module).

Child Components

3.8 teepeedee2/src/game

Dependencies
Source

teepeedee2.asd.

Parent Component

src (module).

Child Components

3.9 teepeedee2/src/small-games

Dependency

game (module).

Source

teepeedee2.asd.

Parent Component

src (module).

Child Components

3.10 teepeedee2/src/blog

Dependencies
Source

teepeedee2.asd.

Parent Component

src (module).

Child Components

3.11 teepeedee2/src/survey

Dependencies
Source

teepeedee2.asd.

Parent Component

src (module).

Child Component

survey.lisp (file).


3.12 teepeedee2/src/truc

Dependency

game (module).

Source

teepeedee2.asd.

Parent Component

src (module).

Child Components

4 Files

Files are sorted by type and then listed depth-first from the systems components trees.


4.1 Lisp


4.1.1 teepeedee2/teepeedee2.asd

Source

teepeedee2.asd.

Parent Component

teepeedee2 (system).

ASDF Systems

teepeedee2.


4.1.3 teepeedee2/src/lib/macros.lisp

Dependencies
Source

teepeedee2.asd.

Parent Component

lib (module).

Public Interface
Internals

4.1.4 teepeedee2/src/lib/once-only.lisp

Source

teepeedee2.asd.

Parent Component

lib (module).

Public Interface

once-only (macro).


4.1.5 teepeedee2/src/lib/one-liners.lisp

Source

teepeedee2.asd.

Parent Component

lib (module).

Public Interface
Internals

4.1.6 teepeedee2/src/lib/utils.lisp

Dependencies
Source

teepeedee2.asd.

Parent Component

lib (module).

Public Interface

4.1.7 teepeedee2/src/lib/superquote.lisp

Dependency

utils.lisp (file).

Source

teepeedee2.asd.

Parent Component

lib (module).

Public Interface
Internals

4.1.8 teepeedee2/src/lib/strcat.lisp

Dependencies
Source

teepeedee2.asd.

Parent Component

lib (module).

Public Interface
Internals

strcat-go (function).


4.1.9 teepeedee2/src/lib/my.lisp

Dependencies
Source

teepeedee2.asd.

Parent Component

lib (module).

Public Interface
Internals

4.1.10 teepeedee2/src/lib/byte-vector.lisp

Dependency

macros.lisp (file).

Source

teepeedee2.asd.

Parent Component

lib (module).

Public Interface
Internals

4.1.11 teepeedee2/src/lib/callcc.lisp

Dependency

macros.lisp (file).

Source

teepeedee2.asd.

Parent Component

lib (module).

Public Interface
Internals

4.1.12 teepeedee2/src/lib/quick-queue.lisp

Dependencies
Source

teepeedee2.asd.

Parent Component

lib (module).

Internals

4.1.13 teepeedee2/src/lib/timeout.lisp

Dependency

quick-queue.lisp (file).

Source

teepeedee2.asd.

Parent Component

lib (module).

Public Interface
Internals

4.1.14 teepeedee2/src/io/socket.lisp

Source

teepeedee2.asd.

Parent Component

io (module).

Public Interface
Internals

4.1.15 teepeedee2/src/io/recvbuf.lisp

Dependency

socket.lisp (file).

Source

teepeedee2.asd.

Parent Component

io (module).

Public Interface

print-object (method).

Internals

4.1.16 teepeedee2/src/io/sendbuf.lisp

Dependencies
Source

teepeedee2.asd.

Parent Component

io (module).

Public Interface
Internals

4.1.17 teepeedee2/src/io/posix-socket.lisp

Dependencies
Source

teepeedee2.asd.

Parent Component

io (module).

Public Interface
Internals

4.1.18 teepeedee2/src/io/con.lisp

Dependencies
Source

teepeedee2.asd.

Parent Component

io (module).

Public Interface
Internals

4.1.19 teepeedee2/src/io/mux.lisp

Dependency

con.lisp (file).

Source

teepeedee2.asd.

Parent Component

io (module).

Internals

4.1.20 teepeedee2/src/io/epoll.lisp

Dependencies
Source

teepeedee2.asd.

Parent Component

io (module).

Public Interface
Internals

4.1.21 teepeedee2/src/io/syscalls.lisp

Source

teepeedee2.asd.

Parent Component

io (module).

Public Interface
Internals

4.1.22 teepeedee2/src/io/protocol.lisp

Dependencies
Source

teepeedee2.asd.

Parent Component

io (module).

Public Interface
Internals

4.1.23 teepeedee2/src/io/repeater.lisp

Dependencies
Source

teepeedee2.asd.

Parent Component

io (module).

Public Interface

forward-port (function).

Internals

4.1.24 teepeedee2/src/io/openssl.lisp

Source

teepeedee2.asd.

Parent Component

io (module).

Internals

4.1.25 teepeedee2/src/io/ssl.lisp

Dependencies
Source

teepeedee2.asd.

Parent Component

io (module).

Public Interface
Internals

4.1.26 teepeedee2/src/http/encoding.lisp

Source

teepeedee2.asd.

Parent Component

http (module).

Public Interface

percent-hexpair-encode (function).

Internals

url-encoding-decode (function).


4.1.27 teepeedee2/src/http/headers.lisp

Source

teepeedee2.asd.

Parent Component

http (module).

Internals

4.1.28 teepeedee2/src/http/dispatcher.lisp

Dependency

servestate.lisp (file).

Source

teepeedee2.asd.

Parent Component

http (module).

Public Interface
Internals

4.1.29 teepeedee2/src/http/servestate.lisp

Source

teepeedee2.asd.

Parent Component

http (module).

Public Interface
Internals

4.1.30 teepeedee2/src/http/serve.lisp

Dependencies
Source

teepeedee2.asd.

Parent Component

http (module).

Public Interface
Internals

4.1.31 teepeedee2/src/http/request.lisp

Dependency

headers.lisp (file).

Source

teepeedee2.asd.

Parent Component

http (module).

Public Interface
Internals

4.1.32 teepeedee2/src/ml/output.lisp

Source

teepeedee2.asd.

Parent Component

ml (module).

Public Interface
Internals

4.1.33 teepeedee2/src/ml/object-to-ml.lisp

Dependency

output.lisp (file).

Source

teepeedee2.asd.

Parent Component

ml (module).

Public Interface

4.1.34 teepeedee2/src/ml/define-dtd.lisp

Dependency

object-to-ml.lisp (file).

Source

teepeedee2.asd.

Parent Component

ml (module).

Public Interface

define-dtd (macro).

Internals

4.1.35 teepeedee2/src/ml/css.lisp

Dependency

html.lisp (file).

Source

teepeedee2.asd.

Parent Component

ml (module).

Public Interface
Internals

4.1.36 teepeedee2/src/ml/js.lisp

Dependency

html.lisp (file).

Source

teepeedee2.asd.

Parent Component

ml (module).

Public Interface
Internals

4.1.37 teepeedee2/src/ml/html.lisp

Dependency

define-dtd.lisp (file).

Source

teepeedee2.asd.

Parent Component

ml (module).

Packages

teepeedee2.ml.html.

Public Interface

4.1.38 teepeedee2/src/ml/atom.lisp

Dependency

define-dtd.lisp (file).

Source

teepeedee2.asd.

Parent Component

ml (module).

Packages

teepeedee2.ml.atom.

Public Interface

4.1.39 teepeedee2/src/ml/rss.lisp

Dependency

define-dtd.lisp (file).

Source

teepeedee2.asd.

Parent Component

ml (module).

Packages

teepeedee2.ml.rss.

Public Interface

4.1.40 teepeedee2/src/datastore/datastore.lisp

Source

teepeedee2.asd.

Parent Component

datastore (module).

Public Interface
Internals

4.1.41 teepeedee2/src/webapp/page.lisp

Dependency

site.lisp (file).

Source

teepeedee2.asd.

Parent Component

webapp (module).

Public Interface
Internals

4.1.42 teepeedee2/src/webapp/list-channel.lisp

Dependency

simple-channel.lisp (file).

Source

teepeedee2.asd.

Parent Component

webapp (module).

Public Interface
Internals

4.1.43 teepeedee2/src/webapp/simple-channel.lisp

Dependency

channel.lisp (file).

Source

teepeedee2.asd.

Parent Component

webapp (module).

Public Interface
Internals

4.1.44 teepeedee2/src/webapp/frame.lisp

Dependencies
Source

teepeedee2.asd.

Parent Component

webapp (module).

Public Interface
Internals

4.1.45 teepeedee2/src/webapp/names.lisp

Source

teepeedee2.asd.

Parent Component

webapp (module).

Internals

4.1.46 teepeedee2/src/webapp/html-constants.lisp

Source

teepeedee2.asd.

Parent Component

webapp (module).

Public Interface
Internals

4.1.48 teepeedee2/src/webapp/default-site.lisp

Dependencies
Source

teepeedee2.asd.

Parent Component

webapp (module).

Public Interface

*default-site* (special variable).


4.1.49 teepeedee2/src/webapp/js-library.lisp

Dependencies
Source

teepeedee2.asd.

Parent Component

webapp (module).

Public Interface
Internals

js-library-footer (function).


4.1.50 teepeedee2/src/webapp/actions.lisp

Dependencies
Source

teepeedee2.asd.

Parent Component

webapp (module).

Public Interface
Internals

4.1.51 teepeedee2/src/webapp/channel.lisp

Dependencies
Source

teepeedee2.asd.

Parent Component

webapp (module).

Public Interface
Internals

4.1.52 teepeedee2/src/webapp/webapp.lisp

Dependency

actions.lisp (file).

Source

teepeedee2.asd.

Parent Component

webapp (module).

Public Interface
Internals

4.1.53 teepeedee2/src/webapp/message-channel.lisp

Dependency

channel.lisp (file).

Source

teepeedee2.asd.

Parent Component

webapp (module).

Public Interface
Internals

4.1.54 teepeedee2/src/game/generic.lisp

Source

teepeedee2.asd.

Parent Component

game (module).

Public Interface
Internals

4.1.55 teepeedee2/src/game/framework.lisp

Dependency

generic.lisp (file).

Source

teepeedee2.asd.

Parent Component

game (module).

Public Interface
Internals

4.1.56 teepeedee2/src/game/controllers.lisp

Dependency

framework.lisp (file).

Source

teepeedee2.asd.

Parent Component

game (module).

Public Interface
Internals

4.1.57 teepeedee2/src/game/card.lisp

Source

teepeedee2.asd.

Parent Component

game (module).

Public Interface
Internals

4.1.58 teepeedee2/src/game/coins.lisp

Dependency

framework.lisp (file).

Source

teepeedee2.asd.

Parent Component

game (module).

Public Interface
Internals

4.1.59 teepeedee2/src/game/unassigned-controller.lisp

Dependency

controllers.lisp (file).

Source

teepeedee2.asd.

Parent Component

game (module).

Public Interface
Internals

4.1.60 teepeedee2/src/game/web.lisp

Dependencies
Source

teepeedee2.asd.

Parent Component

game (module).

Public Interface
Internals

4.1.61 teepeedee2/src/game/web-messages.lisp

Dependency

web.lisp (file).

Source

teepeedee2.asd.

Parent Component

game (module).

Internals

4.1.62 teepeedee2/src/small-games/nash-bargain.lisp

Source

teepeedee2.asd.

Parent Component

small-games (module).

Public Interface
Internals

4.1.63 teepeedee2/src/small-games/prisoners-dilemma.lisp

Source

teepeedee2.asd.

Parent Component

small-games (module).

Public Interface
Internals

4.1.64 teepeedee2/src/small-games/ultimatum.lisp

Source

teepeedee2.asd.

Parent Component

small-games (module).

Public Interface
Internals

4.1.65 teepeedee2/src/small-games/roshambo.lisp

Source

teepeedee2.asd.

Parent Component

small-games (module).

Public Interface
Internals

4.1.66 teepeedee2/src/blog/entry.lisp

Source

teepeedee2.asd.

Parent Component

blog (module).

Public Interface
Internals

4.1.67 teepeedee2/src/blog/feed.lisp

Dependency

blog.lisp (file).

Source

teepeedee2.asd.

Parent Component

blog (module).

Internals

4.1.68 teepeedee2/src/blog/blog.lisp

Dependency

entry.lisp (file).

Source

teepeedee2.asd.

Parent Component

blog (module).

Internals

4.1.69 teepeedee2/src/survey/survey.lisp

Source

teepeedee2.asd.

Parent Component

survey (module).

Public Interface
Internals

4.1.70 teepeedee2/src/truc/truc.lisp

Source

teepeedee2.asd.

Parent Component

truc (module).

Public Interface
Internals

4.1.71 teepeedee2/src/truc/web.lisp

Dependency

truc.lisp (file).

Source

teepeedee2.asd.

Parent Component

truc (module).

Public Interface

4.1.72 teepeedee2/src/truc/robots.lisp

Dependency

truc.lisp (file).

Source

teepeedee2.asd.

Parent Component

truc (module).

Public Interface
Internals

5 Packages

Packages are listed by definition order.


5.1 teepeedee2.blog-user

Source

packages.lisp.

Nickname

tpd2.blog-user

Use List

5.2 teepeedee2.game.cheat

Source

packages.lisp.

Nickname

tpd2.game.cheat

Use List

5.3 teepeedee2.demo

Source

packages.lisp.

Nickname

tpd2.demo

Use List

5.4 teepeedee2.ml.html

Source

html.lisp.

Nickname

tpd2.ml.html

Used By List
Public Interface

5.5 teepeedee2.munnel

Source

packages.lisp.

Nickname

tpd2.munnel

Use List

5.6 teepeedee2.blog

Source

packages.lisp.

Nickname

tpd2.blog

Use List
Internals

5.7 teepeedee2.datastore

Source

packages.lisp.

Nickname

tpd2.datastore

Use List
Used By List
Public Interface
Internals

5.8 teepeedee2.system

Source

packages.lisp.

Use List

common-lisp.


5.9 teepeedee2.game.roshambo

Source

packages.lisp.

Nickname

tpd2.game.roshambo

Use List
Internals

5.10 teepeedee2.game.dating

Source

packages.lisp.

Nickname

tpd2.game.dating

Use List

5.11 teepeedee2.lib

Source

packages.lisp.

Nickname

tpd2.lib

Use List
  • cl-irregsexp.bytestrings.
  • common-lisp.
  • iterate.
Used By List
Public Interface
Internals

5.12 teepeedee2.game.prisoners-dilemma

Source

packages.lisp.

Nickname

tpd2.game.prisoners-dilemma

Use List
Internals

5.13 teepeedee2.http

Source

packages.lisp.

Nickname

tpd2.http

Use List
Used By List
Public Interface
Internals

5.14 teepeedee2.game

Source

packages.lisp.

Nickname

tpd2.game

Use List
Used By List
Public Interface
Internals

5.15 teepeedee2.survey

Source

packages.lisp.

Nickname

tpd2.survey

Use List
Internals

5.16 teepeedee2.ml.atom

Source

atom.lisp.

Nickname

tpd2.ml.atom

Public Interface

5.17 teepeedee2.user

Source

packages.lisp.

Nickname

tpd2.user

Use List

5.18 teepeedee2.webapp

Source

packages.lisp.

Nickname

tpd2.webapp

Use List
Used By List
Public Interface
Internals

5.19 teepeedee2.ml

Source

packages.lisp.

Nickname

tpd2.ml

Use List
Used By List
Public Interface
Internals

5.20 teepeedee2

Source

packages.lisp.

Nickname

tpd2

Use List
Used By List

teepeedee2.user.


5.21 teepeedee2.game.blackjack

Source

packages.lisp.

Nickname

tpd2.game.blackjack

Use List

5.22 teepeedee2.game.nash-bargain

Source

packages.lisp.

Nickname

tpd2.game.nash-bargain

Use List
Used By List

teepeedee2.game.prisoners-dilemma.

Public Interface

nash-bargain (class).

Internals

5.23 teepeedee2.game.ultimatum

Source

packages.lisp.

Nickname

tpd2.game.ultimatum

Use List
Internals

5.24 teepeedee2.ml.rss

Source

rss.lisp.

Nickname

tpd2.ml.rss

Public Interface

5.25 teepeedee2.io

Source

packages.lisp.

Nickname

tpd2.io

Use List
Used By List
Public Interface
Internals

5.26 teepeedee2.game.truc

Source

packages.lisp.

Nickname

tpd2.game.truc

Use List
Internals

6 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


6.1 Public Interface


6.1.1 Constants

Constant: +cards-per-suit+
Package

teepeedee2.game.

Source

card.lisp.

Constant: +html-class-scroll-to-bottom+
Package

teepeedee2.webapp.

Source

html-constants.lisp.

Constant: +html-id-async-status+
Package

teepeedee2.webapp.

Source

html-constants.lisp.

Constant: +newline+
Package

teepeedee2.io.

Source

con.lisp.

Constant: +sock_dgram+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +sock_stream+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +suits+
Package

teepeedee2.game.

Source

card.lisp.


6.1.2 Special variables

Special Variable: *client-http-connection-cache*
Package

teepeedee2.http.

Source

request.lisp.

Special Variable: *default-dispatcher*
Package

teepeedee2.http.

Source

dispatcher.lisp.

Special Variable: *default-site*
Package

teepeedee2.webapp.

Source

default-site.lisp.

Special Variable: *servestate*
Package

teepeedee2.http.

Source

servestate.lisp.

Special Variable: *webapp-frame*
Package

teepeedee2.webapp.

Source

page.lisp.


6.1.3 Macros

Macro: <a (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <abbr (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <acronym (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <address (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <area (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <author (&body contents)
Package

teepeedee2.ml.atom.

Source

atom.lisp.

Macro: <b (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <base (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <bdo (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <big (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <blockquote (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <body (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <br (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <button (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <caption (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <channel (&body contents)
Package

teepeedee2.ml.rss.

Source

rss.lisp.

Macro: <cite (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <code (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <col (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <colgroup (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <content (&body contents)
Package

teepeedee2.ml.atom.

Source

atom.lisp.

Macro: <dd (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <del (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <description (&body contents)
Package

teepeedee2.ml.rss.

Source

rss.lisp.

Macro: <dfn (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <div (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <dl (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <dt (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <em (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <email (&body contents)
Package

teepeedee2.ml.atom.

Source

atom.lisp.

Macro: <entry (&body contents)
Package

teepeedee2.ml.atom.

Source

atom.lisp.

Macro: <feed (&body contents)
Package

teepeedee2.ml.atom.

Source

atom.lisp.

Macro: <fieldset (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <form (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <h1 (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <h2 (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <h3 (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <h4 (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <h5 (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <h6 (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <head (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <hr (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <html (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <i (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <id (&body contents)
Package

teepeedee2.ml.atom.

Source

atom.lisp.

Macro: <iframe (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <img (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <input (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <ins (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <item (&body contents)
Package

teepeedee2.ml.rss.

Source

rss.lisp.

Macro: <kbd (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <label (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <legend (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <li (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Package

teepeedee2.ml.html.

Source

html.lisp.

Package

teepeedee2.ml.atom.

Source

atom.lisp.

Package

teepeedee2.ml.rss.

Source

rss.lisp.

Macro: <map (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <meta (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <name (&body contents)
Package

teepeedee2.ml.atom.

Source

atom.lisp.

Macro: <noscript (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <object (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <ol (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <optgroup (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <option (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <p (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <param (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <pre (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <q (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <rss (&body contents)
Package

teepeedee2.ml.rss.

Source

rss.lisp.

Macro: <samp (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <script (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <select (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <small (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <span (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <strong (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <style (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <sub (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <subtitle (&body contents)
Package

teepeedee2.ml.atom.

Source

atom.lisp.

Macro: <summary (&body contents)
Package

teepeedee2.ml.atom.

Source

atom.lisp.

Macro: <sup (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <table (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <tbody (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <td (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <textarea (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <tfoot (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <th (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <thead (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <title (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <title (&body contents)
Package

teepeedee2.ml.atom.

Source

atom.lisp.

Macro: <title (&body contents)
Package

teepeedee2.ml.rss.

Source

rss.lisp.

Macro: <tr (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <tt (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <ul (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: <updated (&body contents)
Package

teepeedee2.ml.atom.

Source

atom.lisp.

Macro: <var (&body contents)
Package

teepeedee2.ml.html.

Source

html.lisp.

Macro: acond (&rest clauses)
Package

teepeedee2.lib.

Source

macros.lisp.

Macro: adolist (list &body body)
Package

teepeedee2.lib.

Source

macros.lisp.

Macro: aif (test then &optional else)
Package

teepeedee2.lib.

Source

macros.lisp.

Macro: appendf (place &rest lists)
Package

teepeedee2.lib.

Source

macros.lisp.

Macro: awhen (test &body body)
Package

teepeedee2.lib.

Source

macros.lisp.

Macro: case-= (keyform &rest clauses)
Package

teepeedee2.lib.

Source

macros.lisp.

Macro: case-equalp (keyform &rest clauses)
Package

teepeedee2.lib.

Source

macros.lisp.

Macro: case-match-fold-ascii-case (keyform &rest clauses)
Package

teepeedee2.lib.

Source

byte-vector.lisp.

Macro: check-symbols (&rest names)
Package

teepeedee2.lib.

Source

macros.lisp.

Macro: css-attrib (&rest properties)
Package

teepeedee2.ml.

Source

css.lisp.

Macro: css-html-style (&body selector-properties)
Package

teepeedee2.ml.

Source

css.lisp.

Macro: current-site ()
Package

teepeedee2.webapp.

Source

site.lisp.

Macro: debug-assert (test-form &optional places datum &rest arguments)
Package

teepeedee2.lib.

Source

one-liners.lisp.

Macro: debug-unreachable ()
Package

teepeedee2.lib.

Source

one-liners.lisp.

Macro: def-if-unbound (def name args &body body)
Package

teepeedee2.lib.

Source

macros.lisp.

Macro: defconstant-bv (name value &optional documentation)
Package

teepeedee2.lib.

Source

one-liners.lisp.

Macro: defconstant-string (name value &optional documentation)
Package

teepeedee2.lib.

Source

one-liners.lisp.

Macro: defgame (name superclasses slots defplayer &rest options)
Package

teepeedee2.game.

Source

framework.lisp.

Macro: define-dtd (pkg &rest tags-and-defpackage-arguments)
Package

teepeedee2.ml.

Source

define-dtd.lisp.

Macro: defmyclass (name-and-options &rest slots)
Package

teepeedee2.lib.

Source

my.lisp.

Macro: defmystruct (name-and-options &rest slots)
Package

teepeedee2.lib.

Source

my.lisp.

Macro: defpage (path defaulting-lambda-list &body body)
Package

teepeedee2.webapp.

Source

page.lisp.

Macro: defpage-lambda (path function &key defaulting-lambda-list create-frame)
Package

teepeedee2.webapp.

Source

page.lisp.

Macro: defprotocol (name (con-var &rest args) &body body)
Package

teepeedee2.io.

Source

protocol.lisp.

Macro: defrecord (name &rest original-slot-defs)
Package

teepeedee2.datastore.

Source

datastore.lisp.

Macro: defrules (game func lambda-list &body body)
Package

teepeedee2.game.

Source

framework.lisp.

Macro: defsite (name &rest args-for-make-site)
Package

teepeedee2.webapp.

Source

site.lisp.

Macro: deletef (item place &rest misc-args)
Package

teepeedee2.lib.

Source

macros.lisp.

Macro: dohash ((key value table &optional result-form) &body body)
Package

teepeedee2.lib.

Source

macros.lisp.

Macro: eval-always (&body body)
Package

teepeedee2.lib.

Source

macros.lisp.

Macro: html-action-form (title-and-options lambda-list &body body)
Package

teepeedee2.webapp.

Source

actions.lisp.

Macro: html-action-form-collapsed (title lambda-list &body body)
Package

teepeedee2.webapp.

Source

actions.lisp.

Package

teepeedee2.webapp.

Source

actions.lisp.

Macro: html-change-username-form ()
Package

teepeedee2.webapp.

Source

actions.lisp.

Macro: html-collapser (toggle &body body)
Package

teepeedee2.webapp.

Source

actions.lisp.

Macro: html-jiggle-text (text)
Package

teepeedee2.webapp.

Source

js-library.lisp.

Package

teepeedee2.webapp.

Source

actions.lisp.

Macro: ignorable-let (let-name bindings &body body)
Package

teepeedee2.lib.

Source

macros.lisp.

Macro: io (func con-var &rest args)
Package

teepeedee2.io.

Source

protocol.lisp.

Macro: its (func instance &rest args)
Setf Expander: (setf its) (func instance &rest args)
Package

teepeedee2.lib.

Source

my.lisp.

Macro: js-attrib (&body body)
Package

teepeedee2.ml.

Source

js.lisp.

Macro: js-html-script (&body body)
Package

teepeedee2.ml.

Source

js.lisp.

Macro: js-html-script-as-bv (&body body)
Package

teepeedee2.ml.

Source

js.lisp.

Macro: js-to-bv (&body body)
Package

teepeedee2.ml.

Source

js.lisp.

Macro: js-to-string (&body body)
Package

teepeedee2.ml.

Source

js.lisp.

Macro: launch-io (func con-var &rest args)
Package

teepeedee2.io.

Source

protocol.lisp.

Macro: let-current-values (vars &body body)
Package

teepeedee2.lib.

Source

macros.lisp.

Package

teepeedee2.webapp.

Source

webapp.lisp.

Macro: my-call ()

Inside a my-defun, #’my-call is the function call again

Package

teepeedee2.lib.

Source

my.lisp.

Macro: my-defun (class func lambda-list &body body)
Package

teepeedee2.lib.

Source

my.lisp.

Macro: once-only ((&rest names-and-decls) &body body)
Package

teepeedee2.lib.

Source

once-only.lisp.

Macro: output-escaped-ml (&rest args)
Package

teepeedee2.ml.

Source

output.lisp.

Macro: output-ml-comment (&rest body)
Package

teepeedee2.ml.

Source

output.lisp.

Macro: output-object-to-ml (object)
Package

teepeedee2.ml.

Source

object-to-ml.lisp.

Macro: output-raw-ml (&rest body)
Package

teepeedee2.ml.

Source

output.lisp.

Package

teepeedee2.webapp.

Source

page.lisp.

Macro: signal-protect (protected &body cleanup)
Package

teepeedee2.lib.

Source

macros.lisp.

Macro: superquote (form)
Package

teepeedee2.lib.

Source

superquote.lisp.

Macro: unquote (form)
Package

teepeedee2.lib.

Source

superquote.lisp.

Macro: unquote-splice (form)
Package

teepeedee2.lib.

Source

superquote.lisp.

Macro: webapp (title-and-options &body body)
Package

teepeedee2.webapp.

Source

webapp.lisp.

Macro: webapp-display (object)
Package

teepeedee2.webapp.

Source

webapp.lisp.

Macro: webapp-section (title &body body)
Package

teepeedee2.webapp.

Source

webapp.lisp.

Macro: webapp-select-one (title list-generation-form &key action replace display describe)
Package

teepeedee2.webapp.

Source

webapp.lisp.

Macro: with-compile-time-site ((&optional site) &body body)
Package

teepeedee2.webapp.

Source

site.lisp.

Macro: with-game (&body body)
Package

teepeedee2.game.

Source

framework.lisp.

Macro: with-http-headers (() &body body)
Package

teepeedee2.http.

Source

dispatcher.lisp.

Macro: with-http-params (bindings &body body)
Package

teepeedee2.http.

Source

dispatcher.lisp.

Macro: with-ignored-errors ((&optional report-function) &body body)
Package

teepeedee2.lib.

Source

utils.lisp.

Macro: with-independent-event-loop (() &body body)
Package

teepeedee2.io.

Source

epoll.lisp.

Macro: with-independent-timeouts (() &body body)
Package

teepeedee2.lib.

Source

timeout.lisp.

Macro: with-its-type ((instance type) &body body)
Package

teepeedee2.lib.

Source

my.lisp.

Macro: with-join-spawn/cc ((&optional name) &body body)
Package

teepeedee2.lib.

Source

callcc.lisp.

Macro: with-ml-output (&body body)
Package

teepeedee2.ml.

Source

output.lisp.

Macro: with-ml-output-start (&body body)
Package

teepeedee2.ml.

Source

output.lisp.

Macro: with-ml-to-string (&body body)
Package

teepeedee2.ml.

Source

output.lisp.

Macro: with-pointer-to-vector-data ((ptr lisp-vector) &body body)
Package

teepeedee2.lib.

Source

byte-vector.lisp.

Macro: with-preserve-specials (specials &body body)
Package

teepeedee2.lib.

Source

macros.lisp.

Macro: with-sendbuf ((&optional var) &body body)
Package

teepeedee2.io.

Source

sendbuf.lisp.

Macro: with-sendbuf-continue ((var) &body body)
Package

teepeedee2.io.

Source

sendbuf.lisp.

Macro: with-shorthand-accessor ((accessor class &optional instance) &body body)
Package

teepeedee2.lib.

Source

my.lisp.

Macro: with-site ((site) &body body)
Package

teepeedee2.webapp.

Source

site.lisp.

Macro: without-call/cc (&body body)
Package

teepeedee2.lib.

Source

one-liners.lisp.

Macro: without-ml-output (&body body)
Package

teepeedee2.ml.

Source

output.lisp.


6.1.4 Compiler macros

Compiler Macro: strcat (&rest original-args)
Package

teepeedee2.lib.

Source

strcat.lisp.

Compiler Macro: superquote-function (quotee)
Package

teepeedee2.lib.

Source

superquote.lisp.


6.1.5 Ordinary functions

Function: accept (con done)
Package

teepeedee2.io.

Source

con.lisp.

Function: accept-forever (con done proto)
Package

teepeedee2.io.

Source

protocol.lisp.

Function: apply-byte-vector-cat (args)
Package

teepeedee2.lib.

Source

utils.lisp.

Function: backtrace-description (err)
Package

teepeedee2.lib.

Source

utils.lisp.

Function: byte-to-ascii-upper (x)
Package

teepeedee2.lib.

Source

byte-vector.lisp.

Function: byte-vector-cat (&rest args)
Package

teepeedee2.lib.

Source

utils.lisp.

Function: byte-vector-parse-integer (string &optional base)
Package

teepeedee2.lib.

Source

byte-vector.lisp.

Function: byte-vector=-fold-ascii-case (a b)
Package

teepeedee2.lib.

Source

byte-vector.lisp.

Function: card-number (card)
Package

teepeedee2.game.

Source

card.lisp.

Reader: card-value (instance)
Writer: (setf card-value) (instance)
Package

teepeedee2.game.

Source

card.lisp.

Target Slot

value.

Function: channel-destroy (channel)
Package

teepeedee2.webapp.

Source

channel.lisp.

Function: channel-notify (channel)
Package

teepeedee2.webapp.

Source

channel.lisp.

Function: con-add-failure-callback (con func)
Package

teepeedee2.io.

Source

con.lisp.

Function: con-clear-failure-callbacks (con)
Package

teepeedee2.io.

Source

con.lisp.

Function: con-connected? (con)
Package

teepeedee2.io.

Source

con.lisp.

Function: con-dead? (con)
Package

teepeedee2.io.

Source

con.lisp.

Function: con-default-timeout-function (con)
Package

teepeedee2.io.

Source

con.lisp.

Function: con-fail (con &optional e)
Package

teepeedee2.io.

Source

con.lisp.

Reader: con-hangup-hook (instance)
Writer: (setf con-hangup-hook) (instance)
Package

teepeedee2.io.

Source

con.lisp.

Target Slot

hangup-hook.

Function: con-peek (con)
Package

teepeedee2.io.

Source

con.lisp.

Reader: con-peer-info (instance)
Writer: (setf con-peer-info) (instance)
Package

teepeedee2.io.

Source

con.lisp.

Target Slot

peer-info.

Reader: con-socket (instance)
Writer: (setf con-socket) (instance)
Package

teepeedee2.io.

Source

con.lisp.

Target Slot

socket.

Reader: con-timeout (instance)
Writer: (setf con-timeout) (instance)
Package

teepeedee2.io.

Source

con.lisp.

Target Slot

timeout.

Function: con-when-ready-to-read (con &optional callback)
Package

teepeedee2.io.

Source

con.lisp.

Function: convert-con-to-ssl (con)
Package

teepeedee2.io.

Source

ssl.lisp.

Function: convert-continuation-to-normal-function (k)
Package

teepeedee2.lib.

Source

callcc.lisp.

Function: copy-byte-vector (a)
Package

teepeedee2.lib.

Source

byte-vector.lisp.

Function: current-web-controller (controller)
Package

teepeedee2.game.

Source

web.lisp.

Function: datastore-close ()
Package

teepeedee2.datastore.

Source

datastore.lisp.

Function: datastore-retrieve-unique (class index value)
Package

teepeedee2.datastore.

Source

datastore.lisp.

Function: datastore-use-file (filename)
Package

teepeedee2.datastore.

Source

datastore.lisp.

Function: dispatcher-add-alias (dispatcher alias)
Package

teepeedee2.http.

Source

dispatcher.lisp.

Reader: dispatcher-canonical-name (instance)
Writer: (setf dispatcher-canonical-name) (instance)
Package

teepeedee2.http.

Source

dispatcher.lisp.

Target Slot

canonical-name.

Function: dispatcher-register-path (dispatcher path func)
Package

teepeedee2.http.

Source

dispatcher.lisp.

Function: event-loop ()
Package

teepeedee2.io.

Source

epoll.lisp.

Function: event-loop-reset ()
Package

teepeedee2.io.

Source

epoll.lisp.

Function: filter (fn list)
Package

teepeedee2.lib.

Source

macros.lisp.

Function: filter-non-nil (list)
Package

teepeedee2.lib.

Source

macros.lisp.

Function: filter-until-full (fn list max-num)
Package

teepeedee2.lib.

Source

macros.lisp.

Function: find-channel (id)
Package

teepeedee2.webapp.

Source

channel.lisp.

Function: find-frame (id)
Package

teepeedee2.webapp.

Source

frame.lisp.

Function: find-or-make-dispatcher (host &rest args)
Package

teepeedee2.http.

Source

dispatcher.lisp.

Function: force-class (class)
Package

teepeedee2.lib.

Source

one-liners.lisp.

Function: force-first (form)
Package

teepeedee2.lib.

Source

one-liners.lisp.

Function: force-list (val)
Package

teepeedee2.lib.

Source

one-liners.lisp.

Function: force-rest (form)
Package

teepeedee2.lib.

Source

one-liners.lisp.

Function: forget-timeouts ()
Package

teepeedee2.lib.

Source

timeout.lisp.

Function: forward-port (&key src-address src-port dst-address dst-port)
Package

teepeedee2.io.

Source

repeater.lisp.

Function: frame-id (frame)
Package

teepeedee2.webapp.

Source

frame.lisp.

Function: frame-var (frame id &optional default)
Package

teepeedee2.webapp.

Source

frame.lisp.

Function: (setf frame-var) (frame id)
Package

teepeedee2.webapp.

Source

frame.lisp.

Function: get-timeout-time ()
Package

teepeedee2.lib.

Source

timeout.lisp.

Function: hangup (con)
Package

teepeedee2.io.

Source

con.lisp.

Function: http-serve (con done0)
Package

teepeedee2.http.

Source

serve.lisp.

Function: http-serve-timeout ()
Package

teepeedee2.http.

Source

serve.lisp.

Function: http-start-server (port)
Package

teepeedee2.http.

Source

serve.lisp.

Function: js-library ()
Package

teepeedee2.webapp.

Source

js-library.lisp.

Function: js-library-animate ()
Package

teepeedee2.webapp.

Source

js-library.lisp.

Function: launch-game (game-name players)
Package

teepeedee2.game.

Source

framework.lisp.

Function: launch-http-request (&key ssl port address body path extra-header-lines hostname timeout failure done method)
Package

teepeedee2.http.

Source

request.lisp.

Function: list-all-frames ()
Package

teepeedee2.webapp.

Source

frame.lisp.

Function: list-channel-add (list-channel message)
Package

teepeedee2.webapp.

Source

list-channel.lisp.

Function: list-channel-del (list-channel message)
Package

teepeedee2.webapp.

Source

list-channel.lisp.

Function: lookup-hostname (hostname)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: make-card (&key suit value)
Package

teepeedee2.game.

Source

card.lisp.

Function: make-card-from-number (number)
Package

teepeedee2.game.

Source

card.lisp.

Function: make-con (&rest args)
Package

teepeedee2.io.

Source

con.lisp.

Function: make-con-bind (&key port address socket-family socket-type)
Package

teepeedee2.io.

Source

con.lisp.

Function: make-con-connect (&key address port socket-family socket-type)
Package

teepeedee2.io.

Source

con.lisp.

Function: make-con-listen (&key port address socket-family socket-type)
Package

teepeedee2.io.

Source

con.lisp.

Function: make-displaced-vector (vector &key start end)
Package

teepeedee2.lib.

Source

one-liners.lisp.

Function: make-message-channel (&rest args)
Package

teepeedee2.webapp.

Source

message-channel.lisp.

Function: make-timeout (&key func delay)
Package

teepeedee2.lib.

Source

timeout.lisp.

Function: max-nil-ok (&rest args)
Package

teepeedee2.lib.

Source

utils.lisp.

Function: merge-constant-arguments (args &key process-one join env)
Package

teepeedee2.lib.

Source

macros.lisp.

Function: message-channel-broadcast (message-channel message)
Package

teepeedee2.webapp.

Source

message-channel.lisp.

Function: mv-filter (fn list)
Package

teepeedee2.lib.

Source

macros.lisp.

Function: next-timeout (&optional now)
Package

teepeedee2.lib.

Source

timeout.lisp.

Function: percent-hexpair-encode (plain)
Package

teepeedee2.http.

Source

encoding.lisp.

Function: random-between (min max)
Package

teepeedee2.lib.

Source

utils.lisp.

Function: random-elt (sequence)
Package

teepeedee2.lib.

Source

utils.lisp.

Function: random-shuffle (sequence)
Package

teepeedee2.lib.

Source

utils.lisp.

Function: read-safely (&rest args)
Package

teepeedee2.lib.

Source

utils.lisp.

Function: read-safely-from-string (string)
Package

teepeedee2.lib.

Source

utils.lisp.

Function: recv (con done amount)
Package

teepeedee2.io.

Source

con.lisp.

Function: recv-discard-and-close (con done)
Package

teepeedee2.io.

Source

con.lisp.

Function: recv-until-close (con done)
Package

teepeedee2.io.

Source

con.lisp.

Function: recvline (con done &optional delimiter)
Package

teepeedee2.io.

Source

con.lisp.

Function: recvline-shared-buf (con done &optional delimiter)
Package

teepeedee2.io.

Source

con.lisp.

Function: report-error (err &key stream)
Package

teepeedee2.lib.

Source

utils.lisp.

Function: report-unless-normal-connection-error (e)
Package

teepeedee2.io.

Source

con.lisp.

Function: reset-timeout (con &optional delay)
Package

teepeedee2.io.

Source

con.lisp.

Function: safely-load-system (&key system)
Package

teepeedee2.lib.

Source

utils.lisp.

Function: send (con done sendbuf)
Package

teepeedee2.io.

Source

con.lisp.

Function: send-http-response (con done body)
Package

teepeedee2.http.

Source

dispatcher.lisp.

Function: sendbuf-add (sendbuf x)
Package

teepeedee2.io.

Source

sendbuf.lisp.

Function: sendbuf-empty (sendbuf)
Package

teepeedee2.io.

Source

sendbuf.lisp.

Reader: sendbuf-len (instance)
Writer: (setf sendbuf-len) (instance)
Package

teepeedee2.io.

Source

sendbuf.lisp.

Target Slot

len.

Function: sendbuf-to-byte-vector (sendbuf)
Package

teepeedee2.io.

Source

sendbuf.lisp.

Function: separate-declarations (declarations-and-body)
Package

teepeedee2.lib.

Source

macros.lisp.

Function: separate-keywords (arglist)
Package

teepeedee2.lib.

Source

macros.lisp.

Function: servestate-origin* ()
Package

teepeedee2.http.

Source

servestate.lisp.

Function: (setf servestate-origin*) ()
Package

teepeedee2.http.

Source

servestate.lisp.

Function: start-http-response (&key banner content-type)
Package

teepeedee2.http.

Source

dispatcher.lisp.

Function: strcat (&rest args)
Package

teepeedee2.lib.

Source

strcat.lisp.

Function: superquote-function (form)
Package

teepeedee2.lib.

Source

superquote.lisp.

Function: timeout-cancel (timeout)
Package

teepeedee2.lib.

Source

timeout.lisp.

Reader: timeout-func (instance)
Writer: (setf timeout-func) (instance)
Package

teepeedee2.lib.

Source

timeout.lisp.

Target Slot

func.

Function: timeout-remaining (timeout)
Package

teepeedee2.lib.

Source

timeout.lisp.

Function: timeout-set (timeout delay &optional func)
Package

teepeedee2.lib.

Source

timeout.lisp.

Function: unquote-quoted-symbol (func)
Package

teepeedee2.lib.

Source

one-liners.lisp.

Function: w3c-timestring (&optional universal-time)

For example 2003-12-13T18:30:02Z

Package

teepeedee2.ml.

Source

atom.lisp.

Function: web-state-queue-choice (web-state move-type choice)
Package

teepeedee2.game.

Source

web.lisp.

Function: webapp-default-page-footer ()
Package

teepeedee2.webapp.

Source

webapp.lisp.

Function: webapp-default-page-head-contents ()
Package

teepeedee2.webapp.

Source

webapp.lisp.

Function: webapp-frame (&rest args-for-make-frame)
Package

teepeedee2.webapp.

Source

frame.lisp.

Function: webapp-frame-available-p ()
Package

teepeedee2.webapp.

Source

frame.lisp.

Function: webapp-frame-var (id &optional default)
Package

teepeedee2.webapp.

Source

frame.lisp.

Function: (setf webapp-frame-var) (id &optional default)
Package

teepeedee2.webapp.

Source

frame.lisp.

Function: webapp-respond-ajax-body ()
Package

teepeedee2.webapp.

Source

actions.lisp.


6.1.6 Generic functions

Generic Function: assign (original copy)
Package

teepeedee2.lib.

Source

my.lisp.

Methods
Method: assign ((original truc) (copy truc))
Source

truc.lisp.

Method: assign ((original truc-player) (copy truc-player))
Source

truc.lisp.

Method: assign ((original survey-channel) (copy survey-channel))
Source

survey.lisp.

Method: assign ((original entry-channel) (copy entry-channel))
Source

entry.lisp.

Method: assign ((original entry) (copy entry))
Source

entry.lisp.

Method: assign ((original roshambo) (copy roshambo))
Source

roshambo.lisp.

Method: assign ((original roshambo-player) (copy roshambo-player))
Source

roshambo.lisp.

Method: assign ((original ultimatum) (copy ultimatum))
Source

ultimatum.lisp.

Method: assign ((original ultimatum-player) (copy ultimatum-player))
Source

ultimatum.lisp.

Method: assign ((original prisoners-dilemma) (copy prisoners-dilemma))
Source

prisoners-dilemma.lisp.

Method: assign ((original prisoners-dilemma-player) (copy prisoners-dilemma-player))
Source

prisoners-dilemma.lisp.

Method: assign ((original nash-bargain) (copy nash-bargain))
Source

nash-bargain.lisp.

Method: assign ((original nash-bargain-player) (copy nash-bargain-player))
Source

nash-bargain.lisp.

Method: assign ((original web-state) (copy web-state))
Source

web.lisp.

Method: assign ((original coin-game) (copy coin-game))
Source

coins.lisp.

Method: assign ((original coin-game-player) (copy coin-game-player))
Source

coins.lisp.

Method: assign ((original player) (copy player))
Source

generic.lisp.

Method: assign ((original game) (copy game))
Source

generic.lisp.

Method: assign ((original message-channel) (copy message-channel))
Source

message-channel.lisp.

Method: assign ((original frame) (copy frame))
Source

frame.lisp.

Method: assign ((original list-channel) (copy list-channel))
Source

list-channel.lisp.

Method: assign ((original simple-channel) (copy simple-channel))
Source

simple-channel.lisp.

Method: assign ((original channel) (copy channel))
Source

channel.lisp.

Method: assign ((original raw-ml-sendbuf) (copy raw-ml-sendbuf))
Source

output.lisp.

Method: assign ((original array) (copy array))
Generic Function: channel-update (channel subscriber-state)
Package

teepeedee2.webapp.

Source

channel.lisp.

Methods
Method: channel-update ((message-channel message-channel) subscriber-state)
Source

message-channel.lisp.

Method: channel-update ((simple-channel simple-channel) subscriber-state)
Source

simple-channel.lisp.

Generic Function: choices-list (choice)
Package

teepeedee2.game.

Source

generic.lisp.

Methods
Method: choices-list ((choices (eql :boolean)))
Method: choices-list ((choices list))
Generic Function: copy (original)
Package

teepeedee2.lib.

Source

my.lisp.

Methods
Method: copy ((original standard-object))
Method: copy ((original array))
Method: copy ((original cons))
Method: copy ((original symbol))
Method: copy ((original number))
Generic Function: datastore-delete (object)
Package

teepeedee2.datastore.

Source

datastore.lisp.

Methods
Method: datastore-delete ((object response))
Source

survey.lisp.

Method: datastore-delete ((object survey))
Source

survey.lisp.

Method: datastore-delete ((object comment))
Source

entry.lisp.

Generic Function: datastore-record-constructor-form (object)
Package

teepeedee2.datastore.

Source

datastore.lisp.

Methods
Method: datastore-record-constructor-form ((object response))
Source

survey.lisp.

Method: datastore-record-constructor-form ((object survey))
Source

survey.lisp.

Method: datastore-record-constructor-form ((object comment))
Source

entry.lisp.

Generic Function: datastore-retrieve-all (class &optional max-returned)
Package

teepeedee2.datastore.

Source

datastore.lisp.

Methods
Method: datastore-retrieve-all ((class (eql teepeedee2.survey::response)) &optional max-returned)
Source

survey.lisp.

Method: datastore-retrieve-all ((class (eql teepeedee2.survey::survey)) &optional max-returned)
Source

survey.lisp.

Method: datastore-retrieve-all ((class (eql teepeedee2.blog::comment)) &optional max-returned)
Source

entry.lisp.

Generic Function: datastore-retrieve-indexed (class index value)
Package

teepeedee2.datastore.

Source

datastore.lisp.

Methods
Method: datastore-retrieve-indexed ((class (eql teepeedee2.survey::response)) (index (eql teepeedee2.survey::survey-name)) value)
Source

survey.lisp.

Method: datastore-retrieve-indexed ((class (eql teepeedee2.survey::response)) (index (eql teepeedee2.datastore::datastore-id)) value)
Source

survey.lisp.

Method: datastore-retrieve-indexed ((class (eql teepeedee2.survey::survey)) (index (eql teepeedee2.survey::name)) value)
Source

survey.lisp.

Method: datastore-retrieve-indexed ((class (eql teepeedee2.survey::survey)) (index (eql teepeedee2.datastore::datastore-id)) value)
Source

survey.lisp.

Method: datastore-retrieve-indexed ((class (eql teepeedee2.blog::comment)) (index (eql teepeedee2.blog::author)) value)
Source

entry.lisp.

Method: datastore-retrieve-indexed ((class (eql teepeedee2.blog::comment)) (index (eql teepeedee2.blog::entry-index-name)) value)
Source

entry.lisp.

Method: datastore-retrieve-indexed ((class (eql teepeedee2.blog::comment)) (index (eql teepeedee2.datastore::datastore-id)) value)
Source

entry.lisp.

Generic Reader: frame-destroy-hooks (object)
Package

teepeedee2.webapp.

Methods
Reader Method: frame-destroy-hooks ((frame frame))

automatically generated reader method

Source

frame.lisp.

Target Slot

destroy-hooks.

Generic Writer: (setf frame-destroy-hooks) (object)
Package

teepeedee2.webapp.

Methods
Writer Method: (setf frame-destroy-hooks) ((frame frame))

automatically generated writer method

Source

frame.lisp.

Target Slot

destroy-hooks.

Generic Reader: frame-trace-info (object)
Package

teepeedee2.webapp.

Methods
Reader Method: frame-trace-info ((frame frame))

automatically generated reader method

Source

frame.lisp.

Target Slot

trace-info.

Generic Writer: (setf frame-trace-info) (object)
Package

teepeedee2.webapp.

Methods
Writer Method: (setf frame-trace-info) ((frame frame))

automatically generated writer method

Source

frame.lisp.

Target Slot

trace-info.

Generic Reader: frame-username (object)
Package

teepeedee2.webapp.

Methods
Reader Method: frame-username ((frame frame))

automatically generated reader method

Source

frame.lisp.

Target Slot

username.

Generic Writer: (setf frame-username) (object)
Package

teepeedee2.webapp.

Methods
Writer Method: (setf frame-username) ((frame frame))

automatically generated writer method

Source

frame.lisp.

Target Slot

username.

Generic Function: move (controller player-state move-type choices &rest args)
Package

teepeedee2.game.

Source

generic.lisp.

Methods
Method: move ((controller robot-bully) (player-state truc-player) (move-type (eql :reject-cards)) choices &rest args)
Source

robots.lisp.

Method: move ((controller robot-bully) (player-state truc-player) (move-type (eql :accept-new-stake)) choices &rest args)
Source

robots.lisp.

Method: move ((controller robot-bully) (player-state truc-player) (move-type (eql :select-new-stake)) choices &rest args)
Source

robots.lisp.

Method: move ((controller robot-sensible) (player-state truc-player) (move-type (eql :select-new-stake)) choices &rest args)
Source

robots.lisp.

Method: move ((controller robot-sensible) (player-state truc-player) (move-type (eql :accept-new-stake)) choices &rest args)
Source

robots.lisp.

Method: move ((controller robot-sensible) (player-state truc-player) (move-type (eql :select-card)) choices &rest args)
Source

robots.lisp.

Method: move ((controller robot) (player-state truc-player) (move-type (eql :select-card)) choices &rest args)
Source

robots.lisp.

Method: move ((stream stream) player-state move-type choices &rest args)
Source

controllers.lisp.

Method: move (controller player-state move-type choices &rest args)
Generic Function: move-continuation (k controller player-state move-type choices &rest args)
Package

teepeedee2.game.

Source

generic.lisp.

Methods
Method: move-continuation (k (controller web-state) player-state (move-type (eql :ready-to-play)) choices &rest args)
Source

web.lisp.

Method: move-continuation (k (controller web-state) player-state move-type choices &rest args)
Source

web.lisp.

Method: move-continuation (k (controller unassigned-controller) player-state move-type choices &rest args)
Source

unassigned-controller.lisp.

Method: move-continuation (k controller player-state move-type choices &rest args)
Generic Function: object-to-ml (object)
Package

teepeedee2.ml.

Source

object-to-ml.lisp.

Methods
Method: object-to-ml ((truc truc))
Source

web.lisp.

Method: object-to-ml ((truc-player truc-player))
Source

web.lisp.

Method: object-to-ml ((response response))
Source

survey.lisp.

Method: object-to-ml ((entry entry))
Source

entry.lisp.

Method: object-to-ml ((comment comment))
Source

entry.lisp.

Method: object-to-ml ((ultimatum ultimatum))
Source

ultimatum.lisp.

Method: object-to-ml ((prisoners-dilemma prisoners-dilemma))
Source

prisoners-dilemma.lisp.

Method: object-to-ml ((nash-bargain nash-bargain))
Source

nash-bargain.lisp.

Method: object-to-ml ((player player))
Source

web.lisp.

Method: object-to-ml :around ((game game))
Source

web.lisp.

Method: object-to-ml ((game game))
Source

web.lisp.

Method: object-to-ml ((move-state move-state))
Source

web.lisp.

Method: object-to-ml :around ((coin-game coin-game))
Source

coins.lisp.

Method: object-to-ml ((card card))
Source

card.lisp.

Method: object-to-ml ((message-channel message-channel))
Source

message-channel.lisp.

Method: object-to-ml ((simple-channel simple-channel))
Source

simple-channel.lisp.

Method: object-to-ml ((channel channel))
Source

channel.lisp.

Method: object-to-ml ((sendbuf sendbuf))
Method: object-to-ml (object)
Method: object-to-ml ((f function))
Method: object-to-ml ((list list))
Generic Function: play (game)
Package

teepeedee2.game.

Source

generic.lisp.

Methods
Method: play ((truc truc))
Source

truc.lisp.

Method: play ((roshambo roshambo))
Source

roshambo.lisp.

Method: play ((ultimatum ultimatum))
Source

ultimatum.lisp.

Method: play ((prisoners-dilemma prisoners-dilemma))
Source

prisoners-dilemma.lisp.

Method: play ((nash-bargain nash-bargain))
Source

nash-bargain.lisp.

Generic Reader: player-controller (object)
Package

teepeedee2.game.

Methods
Reader Method: player-controller ((player player))

automatically generated reader method

Source

generic.lisp.

Target Slot

controller.

Generic Writer: (setf player-controller) (object)
Package

teepeedee2.game.

Methods
Writer Method: (setf player-controller) ((player player))

automatically generated writer method

Source

generic.lisp.

Target Slot

controller.

Generic Function: player-controller-name-to-ml (controller)
Package

teepeedee2.game.

Source

generic.lisp.

Methods
Method: player-controller-name-to-ml ((web-state web-state))
Source

web.lisp.

Method: player-controller-name-to-ml ((unassigned-controller unassigned-controller))
Source

unassigned-controller.lisp.

Method: player-controller-name-to-ml ((robot-sensible robot-sensible))
Source

controllers.lisp.

Method: player-controller-name-to-ml ((robot-bully robot-bully))
Source

controllers.lisp.

Method: player-controller-name-to-ml ((robot robot))
Source

controllers.lisp.

Method: player-controller-name-to-ml ((player player))
Source

framework.lisp.

Generic Function: player-controller-var (controller var)
Package

teepeedee2.game.

Source

generic.lisp.

Methods
Method: player-controller-var ((web-state web-state) var)
Source

web.lisp.

Method: player-controller-var ((player player) var)
Source

framework.lisp.

Method: player-controller-var (controller var)
Generic Function: (setf player-controller-var) (controller var)
Package

teepeedee2.game.

Source

generic.lisp.

Methods
Method: (setf player-controller-var) ((web-state web-state) var)
Source

web.lisp.

Method: (setf player-controller-var) ((player player) var)
Source

framework.lisp.

Method: (setf player-controller-var) (controller var)
Generic Function: simple-channel-body-ml (simple-channel)
Package

teepeedee2.webapp.

Source

simple-channel.lisp.

Methods
Method: simple-channel-body-ml ((survey-channel survey-channel))
Source

survey.lisp.

Method: simple-channel-body-ml ((entry-channel entry-channel))
Source

entry.lisp.

Method: simple-channel-body-ml ((web-state web-state))
Source

web.lisp.

Method: simple-channel-body-ml ((frame frame))
Source

frame.lisp.

Method: simple-channel-body-ml ((list-channel list-channel))
Source

list-channel.lisp.

Generic Function: socket-only-accept-if-data-ready (socket timeout)
Package

teepeedee2.io.

Source

socket.lisp.

Methods
Method: socket-only-accept-if-data-ready ((fd integer) timeout)
Source

posix-socket.lisp.

Method: socket-only-accept-if-data-ready (socket timeout)
Generic Function: socket-shutdown-write (socket)
Package

teepeedee2.io.

Source

socket.lisp.

Methods
Method: socket-shutdown-write ((fd integer))
Source

posix-socket.lisp.

Method: socket-shutdown-write (socket)

6.1.7 Standalone methods

Method: initialize-instance :after ((frame frame) &key)
Source

frame.lisp.

Method: initialize-instance :after ((channel channel) &key)
Source

channel.lisp.

Method: make-load-form ((raw-ml-sendbuf raw-ml-sendbuf) &optional env)
Source

output.lisp.

Method: make-load-form ((sendbuf sendbuf) &optional env)
Source

sendbuf.lisp.

Method: print-object ((comment comment) stream)
Source

entry.lisp.

Method: print-object ((timeout timeout) stream)
Source

timeout.lisp.

Method: print-object ((dispatcher dispatcher) stream)
Source

dispatcher.lisp.

Method: print-object ((sendbuf sendbuf) stream)
Source

sendbuf.lisp.

Method: print-object ((ss ssl-error) stream)
Source

ssl.lisp.

Method: print-object ((recvbuf recvbuf) stream)
Source

recvbuf.lisp.


6.1.8 Conditions

Condition: protocol-error
Package

teepeedee2.io.

Source

protocol.lisp.

Direct superclasses

socket-error.

Direct subclasses

connection-buffer-overflow-error.

Condition: socket-closed
Package

teepeedee2.io.

Source

socket.lisp.

Direct superclasses

socket-error.


6.1.9 Structures

Structure: card
Package

teepeedee2.game.

Source

card.lisp.

Direct superclasses

structure-object.

Direct methods

object-to-ml.

Direct slots
Slot: suit
Type

(member :clubs :hearts :spades :diamonds)

Initform

:clubs

Readers

card-suit.

Writers

(setf card-suit).

Slot: value
Type

(integer 0 13)

Initform

0

Readers

card-value.

Writers

(setf card-value).

Structure: robot
Package

teepeedee2.game.

Source

controllers.lisp.

Direct superclasses

structure-object.

Direct subclasses
Direct methods
Structure: robot-bully
Package

teepeedee2.game.

Source

controllers.lisp.

Direct superclasses

robot.

Direct methods
Structure: robot-sensible
Package

teepeedee2.game.

Source

controllers.lisp.

Direct superclasses

robot.

Direct methods
Structure: sendbuf
Package

teepeedee2.io.

Source

sendbuf.lisp.

Direct superclasses

structure-object.

Direct subclasses

raw-ml-sendbuf.

Direct methods
Direct slots
Slot: head
Type

list

Readers

sendbuf-head.

Writers

(setf sendbuf-head).

Slot: tail
Type

list

Readers

sendbuf-tail.

Writers

(setf sendbuf-tail).

Slot: num-bufs
Type

teepeedee2.io::sendbuf-small-integer

Initform

0

Readers

sendbuf-num-bufs.

Writers

(setf sendbuf-num-bufs).

Slot: len
Type

teepeedee2.io::sendbuf-small-integer

Initform

0

Readers

sendbuf-len.

Writers

(setf sendbuf-len).

Slot: offset
Type

teepeedee2.io::sendbuf-small-integer

Initform

0

Readers

sendbuf-offset.

Writers

(setf sendbuf-offset).


6.1.10 Classes

Class: channel
Package

teepeedee2.webapp.

Source

channel.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: id
Initform

(teepeedee2.webapp::random-web-sparse-key 10)

Initargs

:id

Readers

channel-id.

Writers

(setf channel-id).

Slot: state
Initform

0

Initargs

:state

Readers

channel-state.

Writers

(setf channel-state).

Slot: subscribers
Initargs

:subscribers

Readers

channel-subscribers.

Writers

(setf channel-subscribers).

Class: coin-game
Package

teepeedee2.game.

Source

coins.lisp.

Direct superclasses

game.

Direct subclasses
Direct methods
Class: coin-game-player
Package

teepeedee2.game.

Source

coins.lisp.

Direct superclasses

player.

Direct subclasses
Direct methods
Direct slots
Slot: coins
Initargs

:coins

Readers

coin-game-player-coins.

Writers

(setf coin-game-player-coins).

Class: frame
Package

teepeedee2.webapp.

Source

frame.lisp.

Direct superclasses

simple-channel.

Direct methods
Direct slots
Slot: current-page
Initargs

:current-page

Readers

frame-current-page.

Writers

(setf frame-current-page).

Slot: site
Initform

(teepeedee2.webapp:current-site)

Initargs

:site

Readers

frame-site.

Writers

(setf frame-site).

Slot: variables
Initargs

:variables

Readers

frame-variables.

Writers

(setf frame-variables).

Slot: username
Initform

(teepeedee2.webapp::random-name)

Initargs

:username

Readers

frame-username.

Writers

(setf frame-username).

Slot: timeout
Initargs

:timeout

Readers

frame-timeout.

Writers

(setf frame-timeout).

Slot: trace-info
Initargs

:trace-info

Readers

frame-trace-info.

Writers

(setf frame-trace-info).

Slot: destroy-hooks
Initargs

:destroy-hooks

Readers

frame-destroy-hooks.

Writers

(setf frame-destroy-hooks).

Class: game
Package

teepeedee2.game.

Source

generic.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: game-over
Initargs

:game-over

Readers

game-game-over.

Writers

(setf game-game-over).

Slot: players
Initargs

:players

Readers

game-players.

Writers

(setf game-players).

Slot: other-listeners
Initargs

:other-listeners

Readers

game-other-listeners.

Writers

(setf game-other-listeners).

Class: list-channel
Package

teepeedee2.webapp.

Source

list-channel.lisp.

Direct superclasses

simple-channel.

Direct methods
Direct slots
Slot: list
Package

common-lisp.

Initargs

:list

Readers

list-channel-list.

Writers

(setf list-channel-list).

Class: message-channel
Package

teepeedee2.webapp.

Source

message-channel.lisp.

Direct superclasses

channel.

Direct methods
Direct slots
Slot: messages
Initargs

:messages

Readers

message-channel-messages.

Writers

(setf message-channel-messages).

Class: nash-bargain
Package

teepeedee2.game.nash-bargain.

Source

nash-bargain.lisp.

Direct superclasses

coin-game.

Direct methods
Direct slots
Slot: pot
Initform

(teepeedee2.lib:random-between teepeedee2.game.nash-bargain::*min-pot* teepeedee2.game.nash-bargain::*max-pot*)

Initargs

:pot

Readers

nash-bargain-pot.

Writers

(setf nash-bargain-pot).

Slot: penalty
Initform

(teepeedee2.lib:random-between teepeedee2.game.nash-bargain::*min-penalty* teepeedee2.game.nash-bargain::*max-penalty*)

Initargs

:penalty

Readers

nash-bargain-penalty.

Writers

(setf nash-bargain-penalty).

Class: player
Package

teepeedee2.game.

Source

generic.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: controller
Initargs

:controller

Readers

player-controller.

Writers

(setf player-controller).

Slot: game
Initargs

:game

Readers

player-game.

Writers

(setf player-game).

Slot: waiting-for-input
Initargs

:waiting-for-input

Readers

player-waiting-for-input.

Writers

(setf player-waiting-for-input).

Class: simple-channel
Package

teepeedee2.webapp.

Source

simple-channel.lisp.

Direct superclasses

channel.

Direct subclasses
Direct methods

6.2 Internals


6.2.1 Constants

Constant: +action-form-class+
Package

teepeedee2.webapp.

Source

html-constants.lisp.

Package

teepeedee2.webapp.

Source

html-constants.lisp.

Constant: +action-page-name+
Package

teepeedee2.webapp.

Source

html-constants.lisp.

Constant: +af_appletalk+

AppleTalk DDP

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_ash+

Ash

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_atmpvc+

ATM PVCs

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_atmsvc+

ATM SVCs

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_ax25+

Amateur Radio AX.25

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_bluetooth+

Bluetooth sockets

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_bridge+

Multiprotocol bridge

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_decnet+

Reserved for DECnet project

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_econet+

Acorn Econet

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_inet+

Internet IP Protocol

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_inet6+

IP version 6

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_ipx+

Novell IPX

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_irda+

IRDA sockets

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_key+

PF_KEY key management API

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_llc+

Linux LLC

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_local+

POSIX name for AF_UNIX

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_max+

For now..

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_netbeui+

Reserved for 802.2LLC project

Package

teepeedee2.io.

Source

syscalls.lisp.

AF_NETLINK

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_netrom+

Amateur Radio NET/ROM

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_packet+

Packet family

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_pppox+

PPPoX sockets

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_rose+

Amateur Radio X.25 PLP

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_route+

Alias to emulate 4.4BSD

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_security+

Security callback pseudo AF

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_sna+

Linux SNA Project (nutters!)

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_tipc+

TIPC sockets

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_unix+

Unix domain sockets

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_unspec+

AF_UNSPEC

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_wanpipe+

Wanpipe API Sockets

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +af_x25+

Reserved for X.25 project

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +best-starts+

Given the hand described by the index, 0 means play the highest card, 1 the middle card and 2 the lowest card first

Package

teepeedee2.game.truc.

Source

robots.lisp.

Constant: +byte-to-digit-table+
Package

teepeedee2.lib.

Source

byte-vector.lisp.

Constant: +channel-page-name+
Package

teepeedee2.webapp.

Source

html-constants.lisp.

Constant: +e2big+

Argument list too long

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +eacces+

Permission denied

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +eaddrinuse+

Address already in use

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +eaddrnotavail+

Cannot assign requested address

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +eadv+

Advertise error

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +eafnosupport+

Address family not supported by protocol

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +eagain+

Try again

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ealready+

Operation already in progress

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ebadf+

Bad file number

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ebadfd+

File descriptor in bad state

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ebadmsg+

Not a data message

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ebfont+

Bad font file format

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ebusy+

Device or resource busy

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ecanceled+

Operation Canceled

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +echild+

No child processes

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ecomm+

Communication error on send

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +econnaborted+

Software caused connection abort

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +econnrefused+

Connection refused

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +econnreset+

Connection reset by peer

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +edestaddrreq+

Destination address required

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +edom+

Math argument out of domain of func

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +edotdot+

RFS specific error

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +edquot+

Quota exceeded

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +eexist+

File exists

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +efault+

Bad address

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +efbig+

File too large

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ehostdown+

Host is down

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ehostunreach+

No route to host

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +eilseq+

Illegal byte sequence

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +einprogress+

Operation now in progress

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +eintr+

Interrupted system call

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +einval+

Invalid argument

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +eio+

I/O error

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +eisconn+

Transport endpoint is already connected

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +eisdir+

Is a directory

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +eisnam+

Is a named type file

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ekeyexpired+

Key has expired

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ekeyrejected+

Key was rejected by service

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ekeyrevoked+

Key has been revoked

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +elibacc+

Can not access a needed shared library

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +elibbad+

Accessing a corrupted shared library

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +elibexec+

Cannot exec a shared library directly

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +elibmax+

Attempting to link in too many shared libraries

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +elibscn+

.lib section in a.out corrupted

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +emediumtype+

Wrong medium type

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +emfile+

Too many open files

Package

teepeedee2.io.

Source

syscalls.lisp.

Too many links

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +emsgsize+

Message too long

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +emultihop+

Multihop attempted

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enavail+

No XENIX semaphores available

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enetdown+

Network is down

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enetreset+

Network dropped connection because of reset

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enetunreach+

Network is unreachable

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enfile+

File table overflow

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enobufs+

No buffer space available

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enodata+

No data available

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enodev+

No such device

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enoent+

No such file or directory

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enoexec+

Exec format error

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enokey+

Required key not available

Package

teepeedee2.io.

Source

syscalls.lisp.

Link has been severed

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enomedium+

No medium found

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enomem+

Out of memory

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enonet+

Machine is not on the network

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enopkg+

Package not installed

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enoprotoopt+

Protocol not available

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enospc+

No space left on device

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enosr+

Out of streams resources

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enostr+

Device not a stream

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enotblk+

Block device required

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enotconn+

Transport endpoint is not connected

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enotdir+

Not a directory

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enotnam+

Not a XENIX named type file

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enotrecoverable+

State not recoverable

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enotsock+

Socket operation on non-socket

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enotty+

Not a typewriter

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enotuniq+

Name not unique on network

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +enxio+

No such device or address

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +eopnotsupp+

Operation not supported on transport endpoint

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +eoverflow+

Value too large for defined data type

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +eownerdead+

Owner died

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +eperm+

Operation not permitted

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +epfnosupport+

Protocol family not supported

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +epipe+

Broken pipe

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +epoll_ctl_add+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +epoll_ctl_del+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +epoll_ctl_mod+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +epollet+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +epolloneshot+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +eproto+

Protocol error

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +eprotonosupport+

Protocol not supported

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +eprototype+

Protocol wrong type for socket

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +erange+

Math result not representable

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +eremchg+

Remote address changed

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +eremote+

Object is remote

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +eremoteio+

Remote I/O error

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +erestart+

Interrupted system call should be restarted

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +erofs+

Read-only file system

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +eshutdown+

Cannot send after transport endpoint shutdown

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +esocktnosupport+

Socket type not supported

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +espipe+

Illegal seek

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +esrch+

No such process

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +esrmnt+

Srmount error

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +estale+

Stale NFS file handle

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +estrpipe+

Streams pipe error

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +etime+

Timer expired

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +etimedout+

Connection timed out

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +etoomanyrefs+

Too many references: cannot splice

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +etxtbsy+

Text file busy

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +euclean+

Structure needs cleaning

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +eusers+

Too many users

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +exdev+

Cross-device link

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +f_getfl+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +f_setfl+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +header-end+
Package

teepeedee2.http.

Source

serve.lisp.

Constant: +html-class-collapsed+
Package

teepeedee2.webapp.

Source

html-constants.lisp.

Constant: +html-jiggle-class+
Package

teepeedee2.webapp.

Source

html-constants.lisp.

Constant: +http-header-html-content-type+
Package

teepeedee2.webapp.

Source

html-constants.lisp.

Constant: +ipproto_ah+

Authentication Header protocol

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ipproto_beetph+

IP option pseudo header for BEET

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ipproto_comp+

Compression Header protocol

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ipproto_dccp+

Datagram Congestion Control Protocol

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ipproto_egp+

Exterior Gateway Protocol

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ipproto_esp+

Encapsulation Security Payload protocol

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ipproto_gre+

Cisco GRE tunnels (rfc 1701,1702)

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ipproto_icmp+

Internet Control Message Protocol

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ipproto_idp+

XNS IDP protocol

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ipproto_igmp+

Internet Group Management Protocol

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ipproto_ip+

Dummy protocol for TCP

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ipproto_ipip+

IPIP tunnels (older KA9Q tunnels use 94)

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ipproto_ipv6+

IPv6-in-IPv4 tunnelling

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ipproto_pim+

Protocol Independent Multicast

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ipproto_pup+

PUP protocol

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ipproto_raw+

Raw IP packets

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ipproto_rsvp+

RSVP protocol

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ipproto_sctp+

Stream Control Transport Protocol

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ipproto_tcp+

Transmission Control Protocol

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ipproto_udp+

User Datagram Protocol

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ipproto_udplite+

UDP-Lite (RFC 3828)

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +max-comment-length+
Package

teepeedee2.blog.

Source

blog.lisp.

Constant: +max-iovecs+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +names+
Package

teepeedee2.webapp.

Source

names.lisp.

Constant: +o_nonblock+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +octet-to-bv+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +pollerr+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +pollhup+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +pollin+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +pollmsg+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +pollout+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +pollpri+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +pollrdband+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +pollrdhup+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +pollrdnorm+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +pollwrband+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +pollwrnorm+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +recvbuf-default-size+
Package

teepeedee2.io.

Source

recvbuf.lisp.

Constant: +recvbuf-maximum-size+
Package

teepeedee2.io.

Source

recvbuf.lisp.

Constant: +recvbuf-oversize+
Package

teepeedee2.io.

Source

recvbuf.lisp.

Constant: +recvbuf-target-available-size+
Package

teepeedee2.io.

Source

recvbuf.lisp.

Package

teepeedee2.webapp.

Source

html-constants.lisp.

Constant: +shut_rd+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +shut_rdwr+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +shut_wr+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +sig_dfl+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +sig_ign+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +sigpipe+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +site-customization-func-args+
Package

teepeedee2.webapp.

Source

site.lisp.

Constant: +site-customization-funcs+
Package

teepeedee2.webapp.

Source

site.lisp.

Constant: +so_broadcast+

SO_BROADCAST

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +so_bsdcompat+

SO_BSDCOMPAT

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +so_debug+

SO_DEBUG

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +so_dontroute+

SO_DONTROUTE

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +so_error+

SO_ERROR

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +so_keepalive+

SO_KEEPALIVE

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +so_linger+

SO_LINGER

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +so_no_check+

SO_NO_CHECK

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +so_oobinline+

SO_OOBINLINE

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +so_passcred+

SO_PASSCRED

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +so_peercred+

SO_PEERCRED

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +so_priority+

SO_PRIORITY

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +so_rcvbuf+

SO_RCVBUF

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +so_rcvbufforce+

SO_RCVBUFFORCE

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +so_rcvlowat+

SO_RCVLOWAT

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +so_rcvtimeo+

SO_RCVTIMEO

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +so_reuseaddr+

SO_REUSEADDR

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +so_sndbuf+

SO_SNDBUF

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +so_sndbufforce+

SO_SNDBUFFORCE

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +so_sndlowat+

SO_SNDLOWAT

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +so_sndtimeo+

SO_SNDTIMEO

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +so_type+

SO_TYPE

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +sock_nonblock+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +sock_packet+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +sock_raw+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +sock_rdm+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +sock_seqpacket+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +sol_aal+

ATM Adaption Layer (packet level).

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +sol_atm+

ATM layer (cell level).

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +sol_decnet+

SOL_DECNET

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +sol_irda+

SOL_IRDA

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +sol_packet+

SOL_PACKET

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +sol_raw+

SOL_RAW

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +sol_socket+

SOL_SOCKET

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +sol_x25+

SOL_X25

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +ssl_ctrl_mode+
Package

teepeedee2.io.

Source

openssl.lisp.

Constant: +ssl_error_none+
Package

teepeedee2.io.

Source

openssl.lisp.

Constant: +ssl_error_want_read+
Package

teepeedee2.io.

Source

openssl.lisp.

Constant: +ssl_error_want_write+
Package

teepeedee2.io.

Source

openssl.lisp.

Constant: +ssl_error_zero_return+
Package

teepeedee2.io.

Source

openssl.lisp.

Constant: +ssl_mode_accept_moving_write_buffer+
Package

teepeedee2.io.

Source

openssl.lisp.

Constant: +ssl_mode_enable_partial_write+
Package

teepeedee2.io.

Source

openssl.lisp.

Constant: +ssl_st_connect+
Package

teepeedee2.io.

Source

openssl.lisp.

Constant: +tcp_congestion+

Congestion control algorithm

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +tcp_cork+

Never send partially complete segments

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +tcp_defer_accept+

Wake up listener only when data arrive

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +tcp_info+

Information about this connection.

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +tcp_keepcnt+

Number of keepalives before death

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +tcp_keepidle+

Start keeplives after this period

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +tcp_keepintvl+

Interval between keepalives

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +tcp_linger2+

Life time of orphaned FIN-WAIT-2 state

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +tcp_maxseg+

Limit MSS

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +tcp_md5sig+

TCP MD5 Signature (RFC2385)

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +tcp_nodelay+

Turn off Nagle’s algorithm.

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +tcp_quickack+

Block/reenable quick acks

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +tcp_syncnt+

Number of SYN retransmits

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +tcp_window_clamp+

Bound advertised window

Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +three-card-win-probabilities+
Package

teepeedee2.game.truc.

Source

robots.lisp.

Constant: +truc-deck+
Package

teepeedee2.game.truc.

Source

truc.lisp.

Constant: +truc-ranking+
Package

teepeedee2.game.truc.

Source

truc.lisp.

Constant: +truc-winning-stack+
Package

teepeedee2.game.truc.

Source

truc.lisp.

Constant: +unix-epoch-to-universal-time-offset+
Package

teepeedee2.io.

Source

syscalls.lisp.

Constant: +web-safe-chars+
Package

teepeedee2.webapp.

Source

page.lisp.

Constant: +webapp-frame-id-param+
Package

teepeedee2.webapp.

Source

page.lisp.


6.2.2 Special variables

Special Variable: *age-units*
Package

teepeedee2.blog.

Source

entry.lisp.

Special Variable: *bots*
Package

teepeedee2.game.

Source

controllers.lisp.

Special Variable: *channels*
Package

teepeedee2.webapp.

Source

channel.lisp.

Special Variable: *comment-score*
Package

teepeedee2.blog.

Source

entry.lisp.

Special Variable: *css-properties*
Package

teepeedee2.ml.

Source

css.lisp.

Special Variable: *current-site*
Package

teepeedee2.webapp.

Source

site.lisp.

Special Variable: *datastore*
Package

teepeedee2.datastore.

Source

datastore.lisp.

Special Variable: *datastore-id-max*
Package

teepeedee2.datastore.

Source

datastore.lisp.

Special Variable: *dispatchers*
Package

teepeedee2.http.

Source

dispatcher.lisp.

Special Variable: *entry-fresh-time*
Package

teepeedee2.blog.

Source

entry.lisp.

Special Variable: *entry-score*
Package

teepeedee2.blog.

Source

entry.lisp.

Special Variable: *epoll*
Package

teepeedee2.io.

Source

epoll.lisp.

Special Variable: *frames*
Package

teepeedee2.webapp.

Source

frame.lisp.

Special Variable: *games*
Package

teepeedee2.game.

Source

framework.lisp.

Special Variable: *max-big-penalty*
Package

teepeedee2.game.prisoners-dilemma.

Source

prisoners-dilemma.lisp.

Special Variable: *max-grab*
Package

teepeedee2.game.prisoners-dilemma.

Source

prisoners-dilemma.lisp.

Special Variable: *max-penalty*
Package

teepeedee2.game.prisoners-dilemma.

Source

prisoners-dilemma.lisp.

Special Variable: *max-penalty*
Package

teepeedee2.game.nash-bargain.

Source

nash-bargain.lisp.

Special Variable: *max-penalty*
Package

teepeedee2.game.ultimatum.

Source

ultimatum.lisp.

Special Variable: *max-pot*
Package

teepeedee2.game.nash-bargain.

Source

nash-bargain.lisp.

Special Variable: *max-pot*
Package

teepeedee2.game.ultimatum.

Source

ultimatum.lisp.

Special Variable: *max-share*
Package

teepeedee2.game.prisoners-dilemma.

Source

prisoners-dilemma.lisp.

Special Variable: *min-big-penalty*
Package

teepeedee2.game.prisoners-dilemma.

Source

prisoners-dilemma.lisp.

Special Variable: *min-grab*
Package

teepeedee2.game.prisoners-dilemma.

Source

prisoners-dilemma.lisp.

Special Variable: *min-penalty*
Package

teepeedee2.game.prisoners-dilemma.

Source

prisoners-dilemma.lisp.

Special Variable: *min-penalty*
Package

teepeedee2.game.nash-bargain.

Source

nash-bargain.lisp.

Special Variable: *min-penalty*
Package

teepeedee2.game.ultimatum.

Source

ultimatum.lisp.

Special Variable: *min-pot*
Package

teepeedee2.game.nash-bargain.

Source

nash-bargain.lisp.

Special Variable: *min-pot*
Package

teepeedee2.game.ultimatum.

Source

ultimatum.lisp.

Special Variable: *min-share*
Package

teepeedee2.game.prisoners-dilemma.

Source

prisoners-dilemma.lisp.

Special Variable: *my-fast-inline-declaration*
Package

teepeedee2.lib.

Source

my.lisp.

Special Variable: *objects*
Package

teepeedee2.game.roshambo.

Source

roshambo.lisp.

Special Variable: *openssl-initialized*
Package

teepeedee2.io.

Source

openssl.lisp.

Special Variable: *recvbufs*
Package

teepeedee2.io.

Source

recvbuf.lisp.

Special Variable: *score-decay*
Package

teepeedee2.blog.

Source

entry.lisp.

Special Variable: *site*
Package

teepeedee2.game.

Source

web.lisp.

Special Variable: *socket-accept-burst*
Package

teepeedee2.io.

Source

protocol.lisp.

Special Variable: *ssl-ctx*
Package

teepeedee2.io.

Source

openssl.lisp.

Special Variable: *stored-servestate-header-fields*
Package

teepeedee2.http.

Source

servestate.lisp.

Special Variable: *timeout-started*
Package

teepeedee2.lib.

Source

timeout.lisp.

Special Variable: *timeouts*
Package

teepeedee2.lib.

Source

timeout.lisp.

Special Variable: *web-state-move-timeout*
Package

teepeedee2.game.

Source

web.lisp.


6.2.3 Symbol macros

Symbol Macro: errno
Package

teepeedee2.io.

Source

syscalls.lisp.


6.2.4 Macros

Macro: apply-page-call ((&key con function create-frame) &rest args)
Package

teepeedee2.webapp.

Source

page.lisp.

Macro: awhile (test &body body)
Package

teepeedee2.lib.

Source

macros.lisp.

Macro: case-func (keyform func &rest clauses)
Package

teepeedee2.lib.

Source

macros.lisp.

Macro: cl-cont-pass-through-constructs (&rest names)
Package

teepeedee2.lib.

Source

callcc.lisp.

Macro: cl-cont-pass-through-one-construct (name)
Package

teepeedee2.lib.

Source

callcc.lisp.

Macro: current-site-call (method &rest args)
Package

teepeedee2.webapp.

Source

site.lisp.

Macro: def-servestate-struct (&rest fields)
Package

teepeedee2.http.

Source

servestate.lisp.

Macro: def-simple-syscall (name-and-options &rest args)
Package

teepeedee2.io.

Source

syscalls.lisp.

Macro: def-specialvar-struct (name &rest fields)
Package

teepeedee2.http.

Source

servestate.lisp.

Macro: def-syscall (name &rest args)
Package

teepeedee2.io.

Source

syscalls.lisp.

Macro: def-web-state-message (message args &body body)
Package

teepeedee2.game.

Source

web-messages.lisp.

Macro: defmyclass-defstruct (name-and-options &rest slots)
Package

teepeedee2.lib.

Source

my.lisp.

Macro: defpage-lambda-blog (path function &rest args)
Package

teepeedee2.blog.

Source

blog.lisp.

Macro: defun-simple-io (name lambda-list &body body)
Package

teepeedee2.io.

Source

protocol.lisp.

Macro: escape-attribute-value (value)
Package

teepeedee2.ml.

Source

output.lisp.

Macro: ml-to-byte-vector (ml)
Package

teepeedee2.webapp.

Source

webapp.lisp.

Macro: page-action-lambda (&body body)
Package

teepeedee2.webapp.

Source

actions.lisp.

Package

teepeedee2.webapp.

Source

actions.lisp.

Macro: reversed-deletef (place item &rest misc-args)
Package

teepeedee2.lib.

Source

macros.lisp.

Macro: set-its (new-value func instance &rest args)
Package

teepeedee2.lib.

Source

my.lisp.

Macro: simple-io-function (sym)
Package

teepeedee2.io.

Source

protocol.lisp.

Macro: socket-io-syscall (call)
Package

teepeedee2.io.

Source

posix-socket.lisp.

Macro: syscall-error-number (symbol number description)
Package

teepeedee2.io.

Source

syscalls.lisp.

Macro: webapp-ml (title-and-options &body body)
Package

teepeedee2.webapp.

Source

webapp.lisp.

Macro: with-foreign-object-and-slots ((slots var type-unquoted) &body body)
Package

teepeedee2.io.

Source

syscalls.lisp.

Macro: with-frame-site (&body body)
Package

teepeedee2.webapp.

Source

site.lisp.

Macro: with-package (package &body body)
Package

teepeedee2.lib.

Source

macros.lisp.

Macro: with-simple-io (&body body)
Package

teepeedee2.io.

Source

protocol.lisp.


6.2.5 Compiler macros

Compiler Macro: byte-to-digit (byte)
Package

teepeedee2.lib.

Source

byte-vector.lisp.

Compiler Macro: escape-data (value)
Package

teepeedee2.ml.

Source

output.lisp.

Compiler Macro: js-to-string-func (form)
Package

teepeedee2.ml.

Source

js.lisp.

Compiler Macro: ml-output-form (value)
Package

teepeedee2.ml.

Source

output.lisp.


6.2.6 Ordinary functions

Function: %make-con (&key socket peer-info recv timeout ready-callback err hangup-hook)
Package

teepeedee2.io.

Source

con.lisp.

Function: %make-epoll (&key fd-to-con fd events postpone-registration postponed-registrations)
Package

teepeedee2.io.

Source

epoll.lisp.

Function: %make-site (&key runtime-name dispatcher frameless-lambda-callbacks page-head action-page-name channel-page-name page-body-start page-body-footer runtime-page-head runtime-page-body-start runtime-page-body-footer)
Package

teepeedee2.webapp.

Source

site.lisp.

Function: %make-timeout-internal (&key next prev time func)
Package

teepeedee2.lib.

Source

timeout.lisp.

Function: accept4-supported ()
Package

teepeedee2.io.

Source

posix-socket.lisp.

Reader: action-func (instance)
Writer: (setf action-func) (instance)
Package

teepeedee2.webapp.

Source

actions.lisp.

Target Slot

func.

Reader: action-id (instance)
Writer: (setf action-id) (instance)
Package

teepeedee2.webapp.

Source

actions.lisp.

Target Slot

id.

Function: action-p (object)
Package

teepeedee2.webapp.

Source

actions.lisp.

Function: action-respond-body (&key .id. .javascript.)
Package

teepeedee2.webapp.

Source

actions.lisp.

Function: add-to-connection-cache (con key &key connection-cache)
Package

teepeedee2.http.

Source

request.lisp.

Function: blog-admin-password (blog)
Package

teepeedee2.blog.

Source

blog.lisp.

Reader: blog-admin-password-file (instance)
Writer: (setf blog-admin-password-file) (instance)
Package

teepeedee2.blog.

Source

blog.lisp.

Target Slot

admin-password-file.

Function: blog-admin-url (blog)
Package

teepeedee2.blog.

Source

blog.lisp.

Function: blog-atom-feed (blog &key count tags)
Package

teepeedee2.blog.

Source

feed.lisp.

Function: blog-atom-feed-url (blog)
Package

teepeedee2.blog.

Source

blog.lisp.

Function: blog-comment-admin (blog password entry-index-name)
Package

teepeedee2.blog.

Source

blog.lisp.

Reader: blog-comment-index-prefix (instance)
Writer: (setf blog-comment-index-prefix) (instance)
Package

teepeedee2.blog.

Source

blog.lisp.

Target Slot

comment-index-prefix.

Reader: blog-dir (instance)
Writer: (setf blog-dir) (instance)
Package

teepeedee2.blog.

Source

blog.lisp.

Target Slot

dir.

Reader: blog-entries (instance)
Writer: (setf blog-entries) (instance)
Package

teepeedee2.blog.

Source

blog.lisp.

Target Slot

entries.

Reader: blog-entries-table (instance)
Writer: (setf blog-entries-table) (instance)
Package

teepeedee2.blog.

Source

blog.lisp.

Target Slot

entries-table.

Function: blog-entry-channel-id (blog entry-name)
Package

teepeedee2.blog.

Source

blog.lisp.

Function: blog-entry-unique-string (blog entry-name)
Package

teepeedee2.blog.

Source

blog.lisp.

Function: blog-feed-head-contents (blog)
Package

teepeedee2.blog.

Source

blog.lisp.

Function: blog-front-page (blog)
Package

teepeedee2.blog.

Source

blog.lisp.

Function: blog-last-updated (blog)
Package

teepeedee2.blog.

Source

blog.lisp.

Function: blog-latest-page (blog)
Package

teepeedee2.blog.

Source

blog.lisp.

Function: blog-latest-url (blog)
Package

teepeedee2.blog.

Source

blog.lisp.

Package

teepeedee2.blog.

Source

blog.lisp.

Target Slot

link-base.

Package

teepeedee2.blog.

Source

blog.lisp.

Reader: blog-name (instance)
Writer: (setf blog-name) (instance)
Package

teepeedee2.blog.

Source

blog.lisp.

Target Slot

name.

Function: blog-p (object)
Package

teepeedee2.blog.

Source

blog.lisp.

Function: blog-post-comment-url (blog)
Package

teepeedee2.blog.

Source

blog.lisp.

Function: blog-read-in (blog)
Package

teepeedee2.blog.

Source

blog.lisp.

Function: blog-ready-entries (blog &key age tags)
Package

teepeedee2.blog.

Source

blog.lisp.

Function: blog-ready-entries-http (blog)
Package

teepeedee2.blog.

Source

blog.lisp.

Function: blog-rss-feed (blog &key count tags)
Package

teepeedee2.blog.

Source

feed.lisp.

Function: blog-rss-feed-url (blog)
Package

teepeedee2.blog.

Source

blog.lisp.

Function: blog-set-page (blog)
Package

teepeedee2.blog.

Source

blog.lisp.

Reader: blog-site (instance)
Writer: (setf blog-site) (instance)
Package

teepeedee2.blog.

Source

blog.lisp.

Target Slot

site.

Function: blog-sitemap (blog)
Package

teepeedee2.blog.

Source

blog.lisp.

Function: blog-sitemap-url (blog)
Package

teepeedee2.blog.

Source

blog.lisp.

Reader: blog-static-base-url (instance)
Writer: (setf blog-static-base-url) (instance)
Package

teepeedee2.blog.

Source

blog.lisp.

Target Slot

static-base-url.

Function: blog-url (blog name)
Package

teepeedee2.blog.

Source

blog.lisp.

Function: bv-from-address (addr)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: byte-to-digit (byte)
Package

teepeedee2.lib.

Source

byte-vector.lisp.

Function: byte-to-digit-consistent-internal (byte)
Package

teepeedee2.lib.

Source

byte-vector.lisp.

Function: byte-to-digit-consistent-internal-careful (byte)
Package

teepeedee2.lib.

Source

byte-vector.lisp.

Function: card-name (card)
Package

teepeedee2.game.

Source

card.lisp.

Function: card-number-truc-ranking (n)
Package

teepeedee2.game.truc.

Source

truc.lisp.

Function: card-p (object)
Package

teepeedee2.game.

Source

card.lisp.

Reader: card-suit (instance)
Writer: (setf card-suit) (instance)
Package

teepeedee2.game.

Source

card.lisp.

Target Slot

suit.

Function: card-truc-ranking (card)
Package

teepeedee2.game.

Source

truc.lisp.

Function: card-value-string (card)
Package

teepeedee2.game.

Source

card.lisp.

Function: channel-respond (con done &key .channels.)
Package

teepeedee2.webapp.

Source

channel.lisp.

Function: channel-respond-body (channel-states &key always-body)
Package

teepeedee2.webapp.

Source

channel.lisp.

Function: channel-respond-page (dispatcher con done)
Package

teepeedee2.webapp.

Source

channel.lisp.

Function: channel-string-to-states (channels)
Package

teepeedee2.webapp.

Source

channel.lisp.

Function: channel-subscribe (channel f)
Package

teepeedee2.webapp.

Source

channel.lisp.

Function: channel-unsubscribe (channel f)
Package

teepeedee2.webapp.

Source

channel.lisp.

Function: check-fd-dead (fd)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: coin-game-player-give-coins (coin-game-player amount)
Package

teepeedee2.game.

Source

coins.lisp.

Function: coin-game-setup-coins (coin-game)
Package

teepeedee2.game.

Source

coins.lisp.

Function: comment-author (comment)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: (setf comment-author) (comment)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: comment-datastore-id (comment)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: (setf comment-datastore-id) (comment)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: comment-entry-index-name (comment)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: (setf comment-entry-index-name) (comment)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: comment-p (object)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: comment-score (comment)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: comment-text (comment)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: (setf comment-text) (comment)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: comment-time (comment)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: (setf comment-time) (comment)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: comment-trace-details (comment)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: (setf comment-trace-details) (comment)
Package

teepeedee2.blog.

Source

entry.lisp.

Reader: con-err (instance)
Writer: (setf con-err) (instance)
Package

teepeedee2.io.

Source

con.lisp.

Target Slot

err.

Function: con-init (con)
Package

teepeedee2.io.

Source

con.lisp.

Function: con-p (object)
Package

teepeedee2.io.

Source

con.lisp.

Reader: con-ready-callback (instance)
Writer: (setf con-ready-callback) (instance)
Package

teepeedee2.io.

Source

con.lisp.

Target Slot

ready-callback.

Reader: con-recv (instance)
Writer: (setf con-recv) (instance)
Package

teepeedee2.io.

Source

con.lisp.

Target Slot

recv.

Function: con-run (con)
Package

teepeedee2.io.

Source

con.lisp.

Function: con-set-callback (con func)
Package

teepeedee2.io.

Source

con.lisp.

Function: con-when-ready (con events &optional callback)
Package

teepeedee2.io.

Source

con.lisp.

Function: con-when-ready-to-write (con &optional callback)
Package

teepeedee2.io.

Source

con.lisp.

Function: concatenate-simple-byte-vectors (args)
Package

teepeedee2.lib.

Source

byte-vector.lisp.

Function: copy-action (instance)
Package

teepeedee2.webapp.

Source

actions.lisp.

Function: copy-blog (instance)
Package

teepeedee2.blog.

Source

blog.lisp.

Function: copy-card (instance)
Package

teepeedee2.game.

Source

card.lisp.

Function: copy-comment (instance)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: copy-con (instance)
Package

teepeedee2.io.

Source

con.lisp.

Function: copy-datastore-index (instance)
Package

teepeedee2.datastore.

Source

datastore.lisp.

Function: copy-dispatcher (instance)
Package

teepeedee2.http.

Source

dispatcher.lisp.

Function: copy-epoll (instance)
Package

teepeedee2.io.

Source

epoll.lisp.

Function: copy-game-generator (instance)
Package

teepeedee2.game.

Source

framework.lisp.

Function: copy-move-state (instance)
Package

teepeedee2.game.

Source

unassigned-controller.lisp.

Function: copy-mux (instance)
Package

teepeedee2.io.

Source

mux.lisp.

Function: copy-question (sequence)

Return a copy of SEQUENCE which is EQUAL to SEQUENCE but not EQ.

Package

teepeedee2.survey.

Alias for

copy-seq.

Function: copy-queued-choice (instance)
Package

teepeedee2.game.

Source

web.lisp.

Function: copy-quick-queue (instance)
Package

teepeedee2.lib.

Source

quick-queue.lisp.

Function: copy-quick-queue-entry (instance)
Package

teepeedee2.lib.

Source

quick-queue.lisp.

Function: copy-raw-ml-sendbuf (instance)
Package

teepeedee2.ml.

Source

output.lisp.

Function: copy-recvbuf (instance)
Package

teepeedee2.io.

Source

recvbuf.lisp.

Function: copy-repeater (instance)
Package

teepeedee2.io.

Source

repeater.lisp.

Function: copy-response (instance)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: copy-robot (instance)
Package

teepeedee2.game.

Source

controllers.lisp.

Function: copy-robot-bully (instance)
Package

teepeedee2.game.

Source

controllers.lisp.

Function: copy-robot-sensible (instance)
Package

teepeedee2.game.

Source

controllers.lisp.

Function: copy-sendbuf (instance)
Package

teepeedee2.io.

Source

sendbuf.lisp.

Function: copy-servestate (instance)
Package

teepeedee2.http.

Source

servestate.lisp.

Function: copy-site (instance)
Package

teepeedee2.webapp.

Source

site.lisp.

Function: copy-ssl-socket (instance)
Package

teepeedee2.io.

Source

ssl.lisp.

Function: copy-survey (instance)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: copy-timeout (instance)
Package

teepeedee2.lib.

Source

timeout.lisp.

Function: copy-unassigned-controller (instance)
Package

teepeedee2.game.

Source

unassigned-controller.lisp.

Function: css ()
Package

teepeedee2.game.

Source

web.lisp.

Function: css-output-properties (properties)
Package

teepeedee2.ml.

Source

css.lisp.

Function: css-output-properties-form (properties)
Package

teepeedee2.ml.

Source

css.lisp.

Function: css-output-property-under-different-names (names value)
Package

teepeedee2.ml.

Source

css.lisp.

Function: css-output-property-value-form (value)
Package

teepeedee2.ml.

Source

css.lisp.

Function: css-selector-form-to-string (form)
Package

teepeedee2.ml.

Source

css.lisp.

Function: datastore-delete-all (class)
Package

teepeedee2.datastore.

Source

datastore.lisp.

Function: datastore-id-next ()
Package

teepeedee2.datastore.

Source

datastore.lisp.

Function: datastore-id-register (id)
Package

teepeedee2.datastore.

Source

datastore.lisp.

Function: datastore-index-add (datastore-index object)
Package

teepeedee2.datastore.

Source

datastore.lisp.

Function: datastore-index-del (datastore-index object)
Package

teepeedee2.datastore.

Source

datastore.lisp.

Function: datastore-index-get (datastore-index value)
Package

teepeedee2.datastore.

Source

datastore.lisp.

Function: datastore-index-object-value (datastore-index object)
Package

teepeedee2.datastore.

Source

datastore.lisp.

Function: datastore-index-p (object)
Package

teepeedee2.datastore.

Source

datastore.lisp.

Reader: datastore-index-slot-name (instance)
Writer: (setf datastore-index-slot-name) (instance)
Package

teepeedee2.datastore.

Source

datastore.lisp.

Target Slot

slot-name.

Reader: datastore-index-table (instance)
Writer: (setf datastore-index-table) (instance)
Package

teepeedee2.datastore.

Source

datastore.lisp.

Target Slot

table.

Function: datastore-load (file)
Package

teepeedee2.datastore.

Source

datastore.lisp.

Function: datastore-log (list)
Package

teepeedee2.datastore.

Source

datastore.lisp.

Function: datastore-open-p ()
Package

teepeedee2.datastore.

Source

datastore.lisp.

Function: datastore-ref-form (object)
Package

teepeedee2.datastore.

Source

datastore.lisp.

Function: debug-assert-report (test-form place-values)
Package

teepeedee2.lib.

Source

one-liners.lisp.

Function: default-http-error-page (dispatcher)
Package

teepeedee2.http.

Source

dispatcher.lisp.

Function: deregister-fd (fd)
Package

teepeedee2.io.

Source

epoll.lisp.

Function: describe-dispatchers (&optional *standard-output*)
Package

teepeedee2.http.

Source

dispatcher.lisp.

Function: describe-timeouts ()
Package

teepeedee2.lib.

Source

timeout.lisp.

Function: direct-syscall-sym (name)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: dispatch-servestate (con done *servestate*)
Package

teepeedee2.http.

Source

dispatcher.lisp.

Reader: dispatcher-canonical-protocol (instance)
Writer: (setf dispatcher-canonical-protocol) (instance)
Package

teepeedee2.http.

Source

dispatcher.lisp.

Target Slot

canonical-protocol.

Reader: dispatcher-error-responder (instance)
Writer: (setf dispatcher-error-responder) (instance)
Package

teepeedee2.http.

Source

dispatcher.lisp.

Target Slot

error-responder.

Function: dispatcher-p (object)
Package

teepeedee2.http.

Source

dispatcher.lisp.

Reader: dispatcher-paths (instance)
Writer: (setf dispatcher-paths) (instance)
Package

teepeedee2.http.

Source

dispatcher.lisp.

Target Slot

paths.

Function: dispatcher-respond (dispatcher con done)
Package

teepeedee2.http.

Source

dispatcher.lisp.

Function: do-repeat (con generator)
Package

teepeedee2.io.

Source

repeater.lisp.

Function: entry-channel (entry)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: entry-channel-id (entry)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: entry-combined-title (entry)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: entry-comment-ml (entry)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: entry-comments (entry)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: entry-filename (entry)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: entry-front-page-p (entry &optional tags)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: entry-headline-ml (entry)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: entry-hot-off-the-press-p (entry)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: entry-index-name (entry)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: entry-inline-ml (entry)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: entry-link (entry)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: entry-read-paragraphs-from-buffer (entry buffer)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: entry-set-channel (entry)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: entry-set-page (entry)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: entry-set-score (entry)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: entry-story-ml (entry)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: entry-update-score (entry &optional inc)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: entry-url-path (entry)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: epoll-ctl (epoll ctl fd-wanted events-wanted)
Package

teepeedee2.io.

Source

epoll.lisp.

Reader: epoll-events (instance)
Writer: (setf epoll-events) (instance)
Package

teepeedee2.io.

Source

epoll.lisp.

Target Slot

events.

Reader: epoll-fd (instance)
Writer: (setf epoll-fd) (instance)
Package

teepeedee2.io.

Source

epoll.lisp.

Target Slot

fd.

Function: epoll-fd-to-con (instance)
Package

teepeedee2.io.

Source

epoll.lisp.

Function: (setf epoll-fd-to-con) (instance)
Package

teepeedee2.io.

Source

epoll.lisp.

Function: epoll-handle-postponed-registrations (epoll)
Package

teepeedee2.io.

Source

epoll.lisp.

Function: epoll-init (epoll)
Package

teepeedee2.io.

Source

epoll.lisp.

Function: epoll-max-events (epoll)
Package

teepeedee2.io.

Source

epoll.lisp.

Function: epoll-p (object)
Package

teepeedee2.io.

Source

epoll.lisp.

Reader: epoll-postpone-registration (instance)
Writer: (setf epoll-postpone-registration) (instance)
Package

teepeedee2.io.

Source

epoll.lisp.

Target Slot

postpone-registration.

Reader: epoll-postponed-registrations (instance)
Writer: (setf epoll-postponed-registrations) (instance)
Package

teepeedee2.io.

Source

epoll.lisp.

Target Slot

postponed-registrations.

Function: epoll-wait (epoll timeout)
Package

teepeedee2.io.

Source

epoll.lisp.

Function: eql-fold-ascii-case (a b)
Package

teepeedee2.lib.

Source

byte-vector.lisp.

Function: escape-data (value)
Package

teepeedee2.ml.

Source

output.lisp.

Function: escape-data-consistent-internal (value)
Package

teepeedee2.ml.

Source

output.lisp.

Function: escape-data-consistent-internal-careful (value)
Package

teepeedee2.ml.

Source

output.lisp.

Function: events-pending-p ()
Package

teepeedee2.io.

Source

epoll.lisp.

Function: find-action (id)
Package

teepeedee2.webapp.

Source

actions.lisp.

Function: find-dispatcher (host)
Package

teepeedee2.http.

Source

dispatcher.lisp.

Function: find-dispatcher-go (host)
Package

teepeedee2.http.

Source

dispatcher.lisp.

Function: find-game-generator (game-name)
Package

teepeedee2.game.

Source

framework.lisp.

Function: frame-change-username (frame new-name)
Package

teepeedee2.webapp.

Source

frame.lisp.

Function: frame-change-username-form (frame)
Package

teepeedee2.webapp.

Source

actions.lisp.

Function: frame-exit (frame)
Package

teepeedee2.webapp.

Source

frame.lisp.

Function: frame-reset-timeout (frame)
Package

teepeedee2.webapp.

Source

frame.lisp.

Function: freeaddrinfo (res)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: friendly-age-string (time)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: friendly-string (object)
Package

teepeedee2.game.

Source

web.lisp.

Function: game-announce (game message &rest args)
Package

teepeedee2.game.

Source

framework.lisp.

Function: game-generator (game)
Package

teepeedee2.game.

Source

framework.lisp.

Reader: game-generator-advertised (instance)
Writer: (setf game-generator-advertised) (instance)
Package

teepeedee2.game.

Source

framework.lisp.

Target Slot

advertised.

Reader: game-generator-description (instance)
Writer: (setf game-generator-description) (instance)
Package

teepeedee2.game.

Source

framework.lisp.

Target Slot

description.

Function: game-generator-join-or-start (game-generator controller)
Package

teepeedee2.game.

Source

unassigned-controller.lisp.

Reader: game-generator-make-game (instance)
Writer: (setf game-generator-make-game) (instance)
Package

teepeedee2.game.

Source

framework.lisp.

Target Slot

make-game.

Reader: game-generator-name (instance)
Writer: (setf game-generator-name) (instance)
Package

teepeedee2.game.

Source

framework.lisp.

Target Slot

name.

Function: game-generator-p (object)
Package

teepeedee2.game.

Source

framework.lisp.

Reader: game-generator-unassigned-controllers-waiting (instance)
Writer: (setf game-generator-unassigned-controllers-waiting) (instance)
Package

teepeedee2.game.

Source

framework.lisp.

Target Slot

unassigned-controllers-waiting.

Function: game-listeners (game)
Package

teepeedee2.game.

Source

framework.lisp.

Function: game-play-again-ml (game)
Package

teepeedee2.game.

Source

web.lisp.

Function: game-resign (game player-controller &key reason)
Package

teepeedee2.game.

Source

framework.lisp.

Function: game-talk (game sender text)
Package

teepeedee2.game.

Source

framework.lisp.

Function: generate-args-for-defpage-from-params (&key defaulting-lambda-list basic-call create-frame)
Package

teepeedee2.webapp.

Source

page.lisp.

Function: generate-case-key (keyform &key test transform clauses)
Package

teepeedee2.lib.

Source

macros.lisp.

Function: generate-defmyclass-defstruct (&key name superclasses slots conc-name predicate-sym)
Package

teepeedee2.lib.

Source

my.lisp.

Function: generate-defstruct (&key defstruct name-and-options slots)
Package

teepeedee2.lib.

Source

my.lisp.

Function: get-http-param (params name)
Package

teepeedee2.webapp.

Source

page.lisp.

Function: get-http-request-con (ssl address port)
Package

teepeedee2.http.

Source

request.lisp.

Function: get-recvbuf ()
Package

teepeedee2.io.

Source

recvbuf.lisp.

Function: get-universal-us ()
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: getaddrinfo (node service hints res)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: getpeername (fd sockaddr socklen)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: htons (port)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: http-connection-cache-timeout ()
Package

teepeedee2.http.

Source

request.lisp.

Function: http-read-chunked (con done0)
Package

teepeedee2.http.

Source

request.lisp.

Function: http-request (con done0 request done &key connection-cache-key)
Package

teepeedee2.http.

Source

request.lisp.

Function: http-serve-parse-headers (con done headers)
Package

teepeedee2.http.

Source

serve.lisp.

Function: http-serve-process-body (con done0 servestate)
Package

teepeedee2.http.

Source

serve.lisp.

Function: http-serve-wait-timeout ()
Package

teepeedee2.http.

Source

serve.lisp.

Function: inet_ntop (af src dst cnt)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: inet_pton (af src dst)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: initialize-openssl ()
Package

teepeedee2.io.

Source

openssl.lisp.

Function: its-known-type (instance env)
Package

teepeedee2.lib.

Source

my.lisp.

Function: its-type-sym (instance)
Package

teepeedee2.lib.

Source

my.lisp.

Function: js-library-footer ()
Package

teepeedee2.webapp.

Source

js-library.lisp.

Function: js-to-string-func (form)
Package

teepeedee2.ml.

Source

js.lisp.

Function: js-to-string-func-consistent-internal (form)
Package

teepeedee2.ml.

Source

js.lisp.

Function: js-to-string-func-consistent-internal-careful (form)
Package

teepeedee2.ml.

Source

js.lisp.

Function: keyword-to-friendly-string (keyword)
Package

teepeedee2.game.

Source

web.lisp.

Function: make-action (&key id func)
Package

teepeedee2.webapp.

Source

actions.lisp.

Function: make-bind-socket (&rest args)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: make-blog (&key name admin-password-file dir entries entries-table site link-base comment-index-prefix static-base-url)
Package

teepeedee2.blog.

Source

blog.lisp.

Function: make-channel (&rest args)
Package

teepeedee2.webapp.

Source

channel.lisp.

Function: make-coin-game (&rest args)
Package

teepeedee2.game.

Source

coins.lisp.

Function: make-coin-game-player (&rest args)
Package

teepeedee2.game.

Source

coins.lisp.

Function: make-comment (&key datastore-id entry-index-name text author time trace-details)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: make-connect-socket (&rest args)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: make-datastore-index (&key slot-name table)
Package

teepeedee2.datastore.

Source

datastore.lisp.

Function: make-dispatcher (&key canonical-name canonical-protocol paths error-responder)
Package

teepeedee2.http.

Source

dispatcher.lisp.

Function: make-entry (&rest args)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: make-entry-channel (&rest args)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: make-epoll ()
Package

teepeedee2.io.

Source

epoll.lisp.

Function: make-frame (&rest args)
Package

teepeedee2.webapp.

Source

frame.lisp.

Function: make-game (&rest args)
Package

teepeedee2.game.

Source

generic.lisp.

Function: make-game-generator (&key make-game advertised unassigned-controllers-waiting name description)
Package

teepeedee2.game.

Source

framework.lisp.

Function: make-list-channel (&rest args)
Package

teepeedee2.webapp.

Source

list-channel.lisp.

Function: make-listen-socket (&rest args)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: make-move-state (&key cc move-type player-state choices args)
Package

teepeedee2.game.

Source

unassigned-controller.lisp.

Function: make-mux (&key fd-to-con)
Package

teepeedee2.io.

Source

mux.lisp.

Function: make-mux-array (len)
Package

teepeedee2.io.

Source

mux.lisp.

Function: make-nash-bargain (&rest args)
Package

teepeedee2.game.nash-bargain.

Source

nash-bargain.lisp.

Function: make-nash-bargain-player (&rest args)
Package

teepeedee2.game.nash-bargain.

Source

nash-bargain.lisp.

Function: make-player (&rest args)
Package

teepeedee2.game.

Source

generic.lisp.

Function: make-prisoners-dilemma (&rest args)
Package

teepeedee2.game.prisoners-dilemma.

Source

prisoners-dilemma.lisp.

Function: make-prisoners-dilemma-player (&rest args)
Package

teepeedee2.game.prisoners-dilemma.

Source

prisoners-dilemma.lisp.

Function: make-question (&key text choices)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: make-queued-choice (&key move-type choice)
Package

teepeedee2.game.

Source

web.lisp.

Function: make-quick-queue (&key entries)
Package

teepeedee2.lib.

Source

quick-queue.lisp.

Function: make-quick-queue-entry (&key next prev)
Package

teepeedee2.lib.

Source

quick-queue.lisp.

Function: make-raw-ml-sendbuf (&key head tail num-bufs len offset)
Package

teepeedee2.ml.

Source

output.lisp.

Function: make-recvbuf (&key store read-idx write-idx)
Package

teepeedee2.io.

Source

recvbuf.lisp.

Function: make-repeater (&key con other)
Package

teepeedee2.io.

Source

repeater.lisp.

Function: make-response (&key datastore-id survey-name responses time trace-details)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: make-robot (&key)
Package

teepeedee2.game.

Source

controllers.lisp.

Function: make-robot-bully (&key)
Package

teepeedee2.game.

Source

controllers.lisp.

Function: make-robot-sensible (&key)
Package

teepeedee2.game.

Source

controllers.lisp.

Function: make-roshambo (&rest args)
Package

teepeedee2.game.roshambo.

Source

roshambo.lisp.

Function: make-roshambo-player (&rest args)
Package

teepeedee2.game.roshambo.

Source

roshambo.lisp.

Function: make-sendbuf (&key head tail num-bufs len offset)
Package

teepeedee2.io.

Source

sendbuf.lisp.

Function: make-servestate (&key method path query-string post-parameters origin connection-close content-length response cookie referer user-agent accept content-type host)
Package

teepeedee2.http.

Source

servestate.lisp.

Function: make-simple-channel (&rest args)
Package

teepeedee2.webapp.

Source

simple-channel.lisp.

Function: make-site (&rest args)
Package

teepeedee2.webapp.

Source

site.lisp.

Function: make-ssl-socket (&key transport ssl event-wanted state)
Package

teepeedee2.io.

Source

ssl.lisp.

Function: make-survey (&key datastore-id name text questions)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: make-survey-channel (&rest args)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: make-truc (&rest args)
Package

teepeedee2.game.truc.

Source

truc.lisp.

Function: make-truc-player (&rest args)
Package

teepeedee2.game.truc.

Source

truc.lisp.

Function: make-ultimatum (&rest args)
Package

teepeedee2.game.ultimatum.

Source

ultimatum.lisp.

Function: make-ultimatum-player (&rest args)
Package

teepeedee2.game.ultimatum.

Source

ultimatum.lisp.

Function: make-unassigned-controller (&key move-states game timeout game-generator)
Package

teepeedee2.game.

Source

unassigned-controller.lisp.

Function: make-web-state (&rest args)
Package

teepeedee2.game.

Source

web.lisp.

Function: make-web-state-from-frame ()
Package

teepeedee2.game.

Source

web.lisp.

Function: map-http-params (func)
Package

teepeedee2.http.

Source

dispatcher.lisp.

Function: match-each-word (value func)
Package

teepeedee2.http.

Source

headers.lisp.

Function: match-int (value)
Package

teepeedee2.http.

Source

headers.lisp.

Function: match-request-url (url)
Package

teepeedee2.http.

Source

serve.lisp.

Function: match-x-forwarded-for (value)
Package

teepeedee2.http.

Source

serve.lisp.

Function: max-timeout-period ()
Package

teepeedee2.lib.

Source

timeout.lisp.

Function: ml-output-form (value)
Package

teepeedee2.ml.

Source

output.lisp.

Function: ml-output-form-consistent-internal (value)
Package

teepeedee2.ml.

Source

output.lisp.

Function: ml-output-form-consistent-internal-careful (value)
Package

teepeedee2.ml.

Source

output.lisp.

Function: ml-output-form-to-list (form env)
Package

teepeedee2.ml.

Source

output.lisp.

Reader: move-state-args (instance)
Writer: (setf move-state-args) (instance)
Package

teepeedee2.game.

Source

unassigned-controller.lisp.

Target Slot

args.

Reader: move-state-cc (instance)
Writer: (setf move-state-cc) (instance)
Package

teepeedee2.game.

Source

unassigned-controller.lisp.

Target Slot

cc.

Reader: move-state-choices (instance)
Writer: (setf move-state-choices) (instance)
Package

teepeedee2.game.

Source

unassigned-controller.lisp.

Target Slot

choices.

Function: move-state-continue (move-state controller)
Package

teepeedee2.game.

Source

unassigned-controller.lisp.

Function: move-state-game-state (move-state)
Package

teepeedee2.game.

Source

unassigned-controller.lisp.

Reader: move-state-move-type (instance)
Writer: (setf move-state-move-type) (instance)
Package

teepeedee2.game.

Source

unassigned-controller.lisp.

Target Slot

move-type.

Function: move-state-p (object)
Package

teepeedee2.game.

Source

unassigned-controller.lisp.

Reader: move-state-player-state (instance)
Writer: (setf move-state-player-state) (instance)
Package

teepeedee2.game.

Source

unassigned-controller.lisp.

Target Slot

player-state.

Function: move-state-queue-choice (move-state choice)
Package

teepeedee2.game.

Source

web.lisp.

Function: mux-add (mux fd con)
Package

teepeedee2.io.

Source

mux.lisp.

Function: mux-close-all (mux)
Package

teepeedee2.io.

Source

mux.lisp.

Function: mux-del (mux fd)
Package

teepeedee2.io.

Source

mux.lisp.

Function: mux-empty (mux)
Package

teepeedee2.io.

Source

mux.lisp.

Reader: mux-fd-to-con (instance)
Writer: (setf mux-fd-to-con) (instance)
Package

teepeedee2.io.

Source

mux.lisp.

Target Slot

fd-to-con.

Function: mux-find-fd (mux fd)
Package

teepeedee2.io.

Source

mux.lisp.

Function: mux-p (object)
Package

teepeedee2.io.

Source

mux.lisp.

Function: my-func-name-to-symbol (class func)
Package

teepeedee2.lib.

Source

my.lisp.

Function: my-function (func prefices)
Package

teepeedee2.lib.

Source

my.lisp.

Function: new-socket-helper (&key port address socket-family socket-type action)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: noretry-syscall-sym (name)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: normally-capitalized-string-to-symbol (string &optional package)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: page-/ (&key)
Package

teepeedee2.game.

Source

web.lisp.

Function: parse-defstruct (name-and-options)
Package

teepeedee2.lib.

Source

my.lisp.

Function: parse-http-chunk-length-line (line)
Package

teepeedee2.http.

Source

request.lisp.

Function: parse-time (str)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: player-announce (player message &rest args)
Package

teepeedee2.game.

Source

framework.lisp.

Function: player-state-to-ml (player)
Package

teepeedee2.game.

Source

web.lisp.

Function: process-headers (con done0 process-header-func)
Package

teepeedee2.http.

Source

headers.lisp.

Function: put-recvbuf (recvbuf)
Package

teepeedee2.io.

Source

recvbuf.lisp.

Function: query-new-value ()
Package

teepeedee2.lib.

Source

one-liners.lisp.

Function: question-choices (structure)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: (setf question-choices) (structure)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: question-text (structure)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: (setf question-text) (structure)
Package

teepeedee2.survey.

Source

survey.lisp.

Reader: queued-choice-choice (instance)
Writer: (setf queued-choice-choice) (instance)
Package

teepeedee2.game.

Source

web.lisp.

Target Slot

choice.

Reader: queued-choice-move-type (instance)
Writer: (setf queued-choice-move-type) (instance)
Package

teepeedee2.game.

Source

web.lisp.

Target Slot

move-type.

Function: queued-choice-p (object)
Package

teepeedee2.game.

Source

web.lisp.

Reader: quick-queue-entries (instance)
Writer: (setf quick-queue-entries) (instance)
Package

teepeedee2.lib.

Source

quick-queue.lisp.

Target Slot

entries.

Function: quick-queue-entry-add (quick-queue-entry base)
Package

teepeedee2.lib.

Source

quick-queue.lisp.

Function: quick-queue-entry-del (quick-queue-entry)
Package

teepeedee2.lib.

Source

quick-queue.lisp.

Function: quick-queue-entry-init (quick-queue-entry)
Package

teepeedee2.lib.

Source

quick-queue.lisp.

Reader: quick-queue-entry-next (instance)
Writer: (setf quick-queue-entry-next) (instance)
Package

teepeedee2.lib.

Source

quick-queue.lisp.

Target Slot

next.

Function: quick-queue-entry-p (object)
Package

teepeedee2.lib.

Source

quick-queue.lisp.

Reader: quick-queue-entry-prev (instance)
Writer: (setf quick-queue-entry-prev) (instance)
Package

teepeedee2.lib.

Source

quick-queue.lisp.

Target Slot

prev.

Function: quick-queue-get (quick-queue position)
Package

teepeedee2.lib.

Source

quick-queue.lisp.

Function: quick-queue-len (quick-queue)
Package

teepeedee2.lib.

Source

quick-queue.lisp.

Function: quick-queue-p (object)
Package

teepeedee2.lib.

Source

quick-queue.lisp.

Function: random-choice (choices)
Package

teepeedee2.game.

Source

framework.lisp.

Function: random-letter ()
Package

teepeedee2.webapp.

Source

names.lisp.

Function: random-name ()
Package

teepeedee2.webapp.

Source

names.lisp.

Function: random-web-safe-char ()
Package

teepeedee2.webapp.

Source

page.lisp.

Function: random-web-sparse-key (length)
Package

teepeedee2.webapp.

Source

page.lisp.

Function: raw-ml-sendbuf-head (instance)
Package

teepeedee2.ml.

Source

output.lisp.

Function: (setf raw-ml-sendbuf-head) (instance)
Package

teepeedee2.ml.

Source

output.lisp.

Function: raw-ml-sendbuf-len (instance)
Package

teepeedee2.ml.

Source

output.lisp.

Function: (setf raw-ml-sendbuf-len) (instance)
Package

teepeedee2.ml.

Source

output.lisp.

Function: raw-ml-sendbuf-num-bufs (instance)
Package

teepeedee2.ml.

Source

output.lisp.

Function: (setf raw-ml-sendbuf-num-bufs) (instance)
Package

teepeedee2.ml.

Source

output.lisp.

Function: raw-ml-sendbuf-offset (instance)
Package

teepeedee2.ml.

Source

output.lisp.

Function: (setf raw-ml-sendbuf-offset) (instance)
Package

teepeedee2.ml.

Source

output.lisp.

Function: raw-ml-sendbuf-p (object)
Package

teepeedee2.ml.

Source

output.lisp.

Function: raw-ml-sendbuf-tail (instance)
Package

teepeedee2.ml.

Source

output.lisp.

Function: (setf raw-ml-sendbuf-tail) (instance)
Package

teepeedee2.ml.

Source

output.lisp.

Function: read-in-entry (blog name)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: really-escape-string (value)
Package

teepeedee2.ml.

Source

output.lisp.

Function: recv-some-or-nil (con done)
Package

teepeedee2.io.

Source

con.lisp.

Function: recvbuf-available-to-eat (recvbuf)
Package

teepeedee2.io.

Source

recvbuf.lisp.

Function: recvbuf-eat (recvbuf amount)
Package

teepeedee2.io.

Source

recvbuf.lisp.

Function: recvbuf-eat-to-delimiter (recvbuf delimiter)
Package

teepeedee2.io.

Source

recvbuf.lisp.

Function: recvbuf-eat-to-idx (recvbuf &optional ending)
Package

teepeedee2.io.

Source

recvbuf.lisp.

Function: recvbuf-empty (recvbuf)
Package

teepeedee2.io.

Source

recvbuf.lisp.

Function: recvbuf-find (recvbuf delimiter)
Package

teepeedee2.io.

Source

recvbuf.lisp.

Function: recvbuf-full (recvbuf)
Package

teepeedee2.io.

Source

recvbuf.lisp.

Function: recvbuf-half-full-or-more (recvbuf)
Package

teepeedee2.io.

Source

recvbuf.lisp.

Function: recvbuf-len (recvbuf)
Package

teepeedee2.io.

Source

recvbuf.lisp.

Function: recvbuf-p (object)
Package

teepeedee2.io.

Source

recvbuf.lisp.

Function: recvbuf-peek (recvbuf)
Package

teepeedee2.io.

Source

recvbuf.lisp.

Function: recvbuf-prepare-read (recvbuf &optional desired-available maximum-size)
Package

teepeedee2.io.

Source

recvbuf.lisp.

Reader: recvbuf-read-idx (instance)
Writer: (setf recvbuf-read-idx) (instance)
Package

teepeedee2.io.

Source

recvbuf.lisp.

Target Slot

read-idx.

Function: recvbuf-read-some (recvbuf con &optional retry)
Package

teepeedee2.io.

Source

recvbuf.lisp.

Function: recvbuf-recv (recvbuf con &optional done)
Package

teepeedee2.io.

Source

recvbuf.lisp.

Function: recvbuf-reset (recvbuf)
Package

teepeedee2.io.

Source

recvbuf.lisp.

Function: recvbuf-shift-up (recvbuf &optional desired-available maximum-size)
Package

teepeedee2.io.

Source

recvbuf.lisp.

Reader: recvbuf-store (instance)
Writer: (setf recvbuf-store) (instance)
Package

teepeedee2.io.

Source

recvbuf.lisp.

Target Slot

store.

Function: recvbuf-sync (recvbuf)
Package

teepeedee2.io.

Source

recvbuf.lisp.

Reader: recvbuf-write-idx (instance)
Writer: (setf recvbuf-write-idx) (instance)
Package

teepeedee2.io.

Source

recvbuf.lisp.

Target Slot

write-idx.

Function: register-action-id (function)
Package

teepeedee2.webapp.

Source

actions.lisp.

Function: register-action-page (&optional url)
Package

teepeedee2.webapp.

Source

actions.lisp.

Function: register-channel-page (&optional url)
Package

teepeedee2.webapp.

Source

channel.lisp.

Function: register-fd (fd events con)
Package

teepeedee2.io.

Source

epoll.lisp.

Function: repeat (con done0 generator)
Package

teepeedee2.io.

Source

repeater.lisp.

Function: repeater-buf-to-send (repeater)
Package

teepeedee2.io.

Source

repeater.lisp.

Reader: repeater-con (instance)
Writer: (setf repeater-con) (instance)
Package

teepeedee2.io.

Source

repeater.lisp.

Target Slot

con.

Function: repeater-fd (repeater)
Package

teepeedee2.io.

Source

repeater.lisp.

Function: repeater-io (repeater)
Package

teepeedee2.io.

Source

repeater.lisp.

Function: repeater-launch-io (repeater other)
Package

teepeedee2.io.

Source

repeater.lisp.

Reader: repeater-other (instance)
Writer: (setf repeater-other) (instance)
Package

teepeedee2.io.

Source

repeater.lisp.

Target Slot

other.

Function: repeater-other-has-hung-up (repeater)
Package

teepeedee2.io.

Source

repeater.lisp.

Function: repeater-p (object)
Package

teepeedee2.io.

Source

repeater.lisp.

Function: repeater-recv (repeater)
Package

teepeedee2.io.

Source

repeater.lisp.

Function: repeater-register-wait (repeater)
Package

teepeedee2.io.

Source

repeater.lisp.

Function: respond-http (con done &key banner body)
Package

teepeedee2.http.

Source

dispatcher.lisp.

Function: response-datastore-id (response)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: (setf response-datastore-id) (response)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: response-p (object)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: response-responses (response)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: (setf response-responses) (response)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: response-survey-name (response)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: (setf response-survey-name) (response)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: response-time (response)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: (setf response-time) (response)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: response-trace-details (response)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: (setf response-trace-details) (response)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: robot-bully-p (object)
Package

teepeedee2.game.

Source

controllers.lisp.

Function: robot-p (object)
Package

teepeedee2.game.

Source

controllers.lisp.

Function: robot-sensible-p (object)
Package

teepeedee2.game.

Source

controllers.lisp.

Function: score-decay (then &key now age)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: sendbuf-add-simple (sendbuf buf)
Package

teepeedee2.io.

Source

sendbuf.lisp.

Function: sendbuf-check-done (sendbuf con finished my-call)
Package

teepeedee2.io.

Source

sendbuf.lisp.

Function: sendbuf-done (sendbuf)
Package

teepeedee2.io.

Source

sendbuf.lisp.

Reader: sendbuf-head (instance)
Writer: (setf sendbuf-head) (instance)
Package

teepeedee2.io.

Source

sendbuf.lisp.

Target Slot

head.

Function: sendbuf-merge (sendbuf other)
Package

teepeedee2.io.

Source

sendbuf.lisp.

Reader: sendbuf-num-bufs (instance)
Writer: (setf sendbuf-num-bufs) (instance)
Package

teepeedee2.io.

Source

sendbuf.lisp.

Target Slot

num-bufs.

Reader: sendbuf-offset (instance)
Writer: (setf sendbuf-offset) (instance)
Package

teepeedee2.io.

Source

sendbuf.lisp.

Target Slot

offset.

Function: sendbuf-p (object)
Package

teepeedee2.io.

Source

sendbuf.lisp.

Function: sendbuf-send-write (sendbuf con done)
Package

teepeedee2.io.

Source

sendbuf.lisp.

Function: sendbuf-send-writev (sendbuf con done)
Package

teepeedee2.io.

Source

sendbuf.lisp.

Function: sendbuf-shift-up (sendbuf s)
Package

teepeedee2.io.

Source

sendbuf.lisp.

Reader: sendbuf-tail (instance)
Writer: (setf sendbuf-tail) (instance)
Package

teepeedee2.io.

Source

sendbuf.lisp.

Target Slot

tail.

Reader: servestate-accept (instance)
Writer: (setf servestate-accept) (instance)
Package

teepeedee2.http.

Source

servestate.lisp.

Target Slot

accept.

Function: servestate-accept* ()
Package

teepeedee2.http.

Source

servestate.lisp.

Function: (setf servestate-accept*) ()
Package

teepeedee2.http.

Source

servestate.lisp.

Reader: servestate-connection-close (instance)
Writer: (setf servestate-connection-close) (instance)
Package

teepeedee2.http.

Source

servestate.lisp.

Target Slot

connection-close.

Function: servestate-connection-close* ()
Package

teepeedee2.http.

Source

servestate.lisp.

Function: (setf servestate-connection-close*) ()
Package

teepeedee2.http.

Source

servestate.lisp.

Reader: servestate-content-length (instance)
Writer: (setf servestate-content-length) (instance)
Package

teepeedee2.http.

Source

servestate.lisp.

Target Slot

content-length.

Function: servestate-content-length* ()
Package

teepeedee2.http.

Source

servestate.lisp.

Function: (setf servestate-content-length*) ()
Package

teepeedee2.http.

Source

servestate.lisp.

Reader: servestate-content-type (instance)
Writer: (setf servestate-content-type) (instance)
Package

teepeedee2.http.

Source

servestate.lisp.

Target Slot

content-type.

Function: servestate-content-type* ()
Package

teepeedee2.http.

Source

servestate.lisp.

Function: (setf servestate-content-type*) ()
Package

teepeedee2.http.

Source

servestate.lisp.

Reader: servestate-cookie (instance)
Writer: (setf servestate-cookie) (instance)
Package

teepeedee2.http.

Source

servestate.lisp.

Target Slot

cookie.

Function: servestate-cookie* ()
Package

teepeedee2.http.

Source

servestate.lisp.

Function: (setf servestate-cookie*) ()
Package

teepeedee2.http.

Source

servestate.lisp.

Reader: servestate-host (instance)
Writer: (setf servestate-host) (instance)
Package

teepeedee2.http.

Source

servestate.lisp.

Target Slot

host.

Function: servestate-host* ()
Package

teepeedee2.http.

Source

servestate.lisp.

Function: (setf servestate-host*) ()
Package

teepeedee2.http.

Source

servestate.lisp.

Reader: servestate-method (instance)
Writer: (setf servestate-method) (instance)
Package

teepeedee2.http.

Source

servestate.lisp.

Target Slot

method.

Function: servestate-method* ()
Package

teepeedee2.http.

Source

servestate.lisp.

Function: (setf servestate-method*) ()
Package

teepeedee2.http.

Source

servestate.lisp.

Reader: servestate-origin (instance)
Writer: (setf servestate-origin) (instance)
Package

teepeedee2.http.

Source

servestate.lisp.

Target Slot

origin.

Function: servestate-p (object)
Package

teepeedee2.http.

Source

servestate.lisp.

Reader: servestate-path (instance)
Writer: (setf servestate-path) (instance)
Package

teepeedee2.http.

Source

servestate.lisp.

Target Slot

path.

Function: servestate-path* ()
Package

teepeedee2.http.

Source

servestate.lisp.

Function: (setf servestate-path*) ()
Package

teepeedee2.http.

Source

servestate.lisp.

Reader: servestate-post-parameters (instance)
Writer: (setf servestate-post-parameters) (instance)
Package

teepeedee2.http.

Source

servestate.lisp.

Target Slot

post-parameters.

Function: servestate-post-parameters* ()
Package

teepeedee2.http.

Source

servestate.lisp.

Function: (setf servestate-post-parameters*) ()
Package

teepeedee2.http.

Source

servestate.lisp.

Reader: servestate-query-string (instance)
Writer: (setf servestate-query-string) (instance)
Package

teepeedee2.http.

Source

servestate.lisp.

Target Slot

query-string.

Function: servestate-query-string* ()
Package

teepeedee2.http.

Source

servestate.lisp.

Function: (setf servestate-query-string*) ()
Package

teepeedee2.http.

Source

servestate.lisp.

Reader: servestate-referer (instance)
Writer: (setf servestate-referer) (instance)
Package

teepeedee2.http.

Source

servestate.lisp.

Target Slot

referer.

Function: servestate-referer* ()
Package

teepeedee2.http.

Source

servestate.lisp.

Function: (setf servestate-referer*) ()
Package

teepeedee2.http.

Source

servestate.lisp.

Reader: servestate-response (instance)
Writer: (setf servestate-response) (instance)
Package

teepeedee2.http.

Source

servestate.lisp.

Target Slot

response.

Function: servestate-response* ()
Package

teepeedee2.http.

Source

servestate.lisp.

Function: (setf servestate-response*) ()
Package

teepeedee2.http.

Source

servestate.lisp.

Function: servestate-response-as-sendbuf* ()
Package

teepeedee2.http.

Source

servestate.lisp.

Reader: servestate-user-agent (instance)
Writer: (setf servestate-user-agent) (instance)
Package

teepeedee2.http.

Source

servestate.lisp.

Target Slot

user-agent.

Function: servestate-user-agent* ()
Package

teepeedee2.http.

Source

servestate.lisp.

Function: (setf servestate-user-agent*) ()
Package

teepeedee2.http.

Source

servestate.lisp.

Function: set-fd-nonblock (fd)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: set-its-dynamic (new-value func instance &rest args)
Package

teepeedee2.lib.

Source

my.lisp.

Function: setsockopt-int (fd level optname value)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: simple-io-http-read-chunked (con)
Package

teepeedee2.http.

Source

request.lisp.

Function: simple-io-http-request (con request done &key connection-cache-key)
Package

teepeedee2.http.

Source

request.lisp.

Function: simple-io-http-serve (con)
Package

teepeedee2.http.

Source

serve.lisp.

Function: simple-io-http-serve-process-body (con servestate)
Package

teepeedee2.http.

Source

serve.lisp.

Function: simple-io-process-headers (con process-header-func)
Package

teepeedee2.http.

Source

headers.lisp.

Function: simple-io-recv (stream amount)
Package

teepeedee2.io.

Source

protocol.lisp.

Function: simple-io-recvline (stream)
Package

teepeedee2.io.

Source

protocol.lisp.

Function: simple-io-repeat (con generator)
Package

teepeedee2.io.

Source

repeater.lisp.

Function: simple-io-send (stream sendbuf)
Package

teepeedee2.io.

Source

protocol.lisp.

Reader: site-action-page-name (instance)
Writer: (setf site-action-page-name) (instance)
Package

teepeedee2.webapp.

Source

site.lisp.

Target Slot

action-page-name.

Reader: site-channel-page-name (instance)
Writer: (setf site-channel-page-name) (instance)
Package

teepeedee2.webapp.

Source

site.lisp.

Target Slot

channel-page-name.

Reader: site-dispatcher (instance)
Writer: (setf site-dispatcher) (instance)
Package

teepeedee2.webapp.

Source

site.lisp.

Target Slot

dispatcher.

Reader: site-frameless-lambda-callbacks (instance)
Writer: (setf site-frameless-lambda-callbacks) (instance)
Package

teepeedee2.webapp.

Source

site.lisp.

Target Slot

frameless-lambda-callbacks.

Function: site-p (object)
Package

teepeedee2.webapp.

Source

site.lisp.

Reader: site-page-body-footer (instance)
Writer: (setf site-page-body-footer) (instance)
Package

teepeedee2.webapp.

Source

site.lisp.

Target Slot

page-body-footer.

Reader: site-page-body-start (instance)
Writer: (setf site-page-body-start) (instance)
Package

teepeedee2.webapp.

Source

site.lisp.

Target Slot

page-body-start.

Reader: site-page-head (instance)
Writer: (setf site-page-head) (instance)
Package

teepeedee2.webapp.

Source

site.lisp.

Target Slot

page-head.

Function: site-runtime-dispatcher (site)
Package

teepeedee2.webapp.

Source

site.lisp.

Reader: site-runtime-name (instance)
Writer: (setf site-runtime-name) (instance)
Package

teepeedee2.webapp.

Source

site.lisp.

Target Slot

runtime-name.

Reader: site-runtime-page-body-footer (instance)
Writer: (setf site-runtime-page-body-footer) (instance)
Package

teepeedee2.webapp.

Source

site.lisp.

Target Slot

runtime-page-body-footer.

Reader: site-runtime-page-body-start (instance)
Writer: (setf site-runtime-page-body-start) (instance)
Package

teepeedee2.webapp.

Source

site.lisp.

Target Slot

runtime-page-body-start.

Reader: site-runtime-page-head (instance)
Writer: (setf site-runtime-page-head) (instance)
Package

teepeedee2.webapp.

Source

site.lisp.

Target Slot

runtime-page-head.

Function: slurp-file (filename)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: sockaddr-address-bv (sa)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: sockaddr-address-string (sa)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: sockaddr-address-string-with-ntop (sa)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: socket-cork (fd)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: socket-set-tcp-nodelay (fd)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: socket-uncork (fd)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: split-into-list-by-comma (str)
Package

teepeedee2.blog.

Source

blog.lisp.

Function: split-into-paragraphs (str)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: split-into-paragraphs-by-single-line (str)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: ssl-accept (ssl)
Package

teepeedee2.io.

Source

openssl.lisp.

Function: ssl-connect (ssl)
Package

teepeedee2.io.

Source

openssl.lisp.

Function: ssl-ctx-ctrl (ssl-ctx cmd larg parg)
Package

teepeedee2.io.

Source

ssl.lisp.

Function: ssl-ctx-new (method)
Package

teepeedee2.io.

Source

openssl.lisp.

Function: ssl-ctx-set-mode (context mode)
Package

teepeedee2.io.

Source

openssl.lisp.

Function: ssl-free (ssl)
Package

teepeedee2.io.

Source

openssl.lisp.

Function: ssl-get-error (ssl ret)
Package

teepeedee2.io.

Source

openssl.lisp.

Function: ssl-get-shutdown (ssl)
Package

teepeedee2.io.

Source

openssl.lisp.

Function: ssl-library-init ()
Package

teepeedee2.io.

Source

openssl.lisp.

Function: ssl-load-error-strings ()
Package

teepeedee2.io.

Source

openssl.lisp.

Function: ssl-new (ctx)
Package

teepeedee2.io.

Source

openssl.lisp.

Function: ssl-pending (ssl)
Package

teepeedee2.io.

Source

openssl.lisp.

Function: ssl-read (ssl buf num)
Package

teepeedee2.io.

Source

openssl.lisp.

Function: ssl-set-fd (ssl fd)
Package

teepeedee2.io.

Source

openssl.lisp.

Function: ssl-set-read-ahead (ssl yes)
Package

teepeedee2.io.

Source

openssl.lisp.

Function: ssl-socket-check-error (ss rc call-name)
Package

teepeedee2.io.

Source

ssl.lisp.

Reader: ssl-socket-event-wanted (instance)
Writer: (setf ssl-socket-event-wanted) (instance)
Package

teepeedee2.io.

Source

ssl.lisp.

Target Slot

event-wanted.

Function: ssl-socket-init (ss)
Package

teepeedee2.io.

Source

ssl.lisp.

Function: ssl-socket-p (object)
Package

teepeedee2.io.

Source

ssl.lisp.

Function: ssl-socket-process-state (ss)
Package

teepeedee2.io.

Source

ssl.lisp.

Reader: ssl-socket-ssl (instance)
Writer: (setf ssl-socket-ssl) (instance)
Package

teepeedee2.io.

Source

ssl.lisp.

Target Slot

ssl.

Reader: ssl-socket-state (instance)
Writer: (setf ssl-socket-state) (instance)
Package

teepeedee2.io.

Source

ssl.lisp.

Target Slot

state.

Reader: ssl-socket-transport (instance)
Writer: (setf ssl-socket-transport) (instance)
Package

teepeedee2.io.

Source

ssl.lisp.

Target Slot

transport.

Function: ssl-state (ssl)
Package

teepeedee2.io.

Source

openssl.lisp.

Function: ssl-v23-method ()
Package

teepeedee2.io.

Source

openssl.lisp.

Function: ssl-write (ssl buf num)
Package

teepeedee2.io.

Source

openssl.lisp.

Function: strcat-go (&rest args)
Package

teepeedee2.lib.

Source

strcat.lisp.

Function: strerror (errno)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: structure-classp (class)
Package

teepeedee2.lib.

Source

my.lisp.

Function: superquote-form-constantp (form env)
Package

teepeedee2.lib.

Source

superquote.lisp.

Function: superquote-function-go (form)
Package

teepeedee2.lib.

Source

superquote.lisp.

Function: survey-channel-name (survey)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: survey-channel-questions (survey-channel)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: survey-channel-responses (survey-channel)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: survey-datastore-id (survey)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: (setf survey-datastore-id) (survey)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: survey-gen-page-lambda (survey path)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: survey-name (survey)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: (setf survey-name) (survey)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: survey-p (object)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: survey-questions (survey)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: (setf survey-questions) (survey)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: survey-register (survey path)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: survey-text (survey)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: (setf survey-text) (survey)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: syscall-accept (sockfd addr addrlen)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-accept4 (sockfd addr addrlen flags)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-bind (sockfd addr addrlen)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-close (fd)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-connect (sockfd addr addrlen)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-direct-accept (sockfd addr addrlen)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-direct-accept4 (sockfd addr addrlen flags)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-direct-bind (sockfd addr addrlen)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-direct-close (fd)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-direct-connect (sockfd addr addrlen)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-direct-epoll_create (size)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-direct-epoll_ctl (epfd op fd event)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-direct-epoll_wait (epfd events maxevents timeout)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-direct-fcntl (fd cmd arg)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-direct-gettimeofday (tv tz)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-direct-listen (sockfd backlog)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-direct-read (fd buf size)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-direct-recvfrom (fd buf size flags address address-len)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-direct-sendfile (out_fd in_fd offset count)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-direct-sendto (fd buf size flags address address-len)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-direct-setsockopt (fd level optname optval optlen)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-direct-shutdown (fd how)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-direct-socket (domain type protocol)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-direct-write (fd buf size)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-direct-writev (fd iov iovcnt)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-epoll_create (size)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-epoll_ctl (epfd op fd event)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-epoll_wait (epfd events maxevents timeout)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-fcntl (fd cmd arg)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-gettimeofday (tv tz)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-listen (sockfd backlog)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-name (name)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-noretry-accept (sockfd addr addrlen)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-noretry-accept4 (sockfd addr addrlen flags)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-noretry-bind (sockfd addr addrlen)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-noretry-close (fd)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-noretry-connect (sockfd addr addrlen)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-noretry-epoll_create (size)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-noretry-epoll_ctl (epfd op fd event)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-noretry-epoll_wait (epfd events maxevents timeout)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-noretry-fcntl (fd cmd arg)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-noretry-gettimeofday (tv tz)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-noretry-listen (sockfd backlog)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-noretry-read (fd buf size)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-noretry-recvfrom (fd buf size flags address address-len)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-noretry-sendfile (out_fd in_fd offset count)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-noretry-sendto (fd buf size flags address address-len)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-noretry-setsockopt (fd level optname optval optlen)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-noretry-shutdown (fd how)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-noretry-socket (domain type protocol)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-noretry-write (fd buf size)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-noretry-writev (fd iov iovcnt)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-read (fd buf size)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-recvfrom (fd buf size flags address address-len)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-retry-epoll_wait (epfd events maxevents timeout-ms)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-sendfile (out_fd in_fd offset count)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-sendto (fd buf size flags address address-len)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-setsockopt (fd level optname optval optlen)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-shutdown (fd how)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-signal (signum action)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-socket (domain type protocol)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-write (fd buf size)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: syscall-writev (fd iov iovcnt)
Package

teepeedee2.io.

Source

syscalls.lisp.

Function: time-for-delay (delay)
Package

teepeedee2.lib.

Source

timeout.lisp.

Function: time-string (&optional ut)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: time-string (&optional ut)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: timeout-due (timeout time)
Package

teepeedee2.lib.

Source

timeout.lisp.

Function: timeout-merge (timeout)
Package

teepeedee2.lib.

Source

timeout.lisp.

Function: timeout-next (instance)
Package

teepeedee2.lib.

Source

timeout.lisp.

Function: (setf timeout-next) (instance)
Package

teepeedee2.lib.

Source

timeout.lisp.

Function: timeout-p (object)
Package

teepeedee2.lib.

Source

timeout.lisp.

Function: timeout-position (timeout)
Package

teepeedee2.lib.

Source

timeout.lisp.

Function: timeout-prev (instance)
Package

teepeedee2.lib.

Source

timeout.lisp.

Function: (setf timeout-prev) (instance)
Package

teepeedee2.lib.

Source

timeout.lisp.

Function: timeout-reset (timeout delay)
Package

teepeedee2.lib.

Source

timeout.lisp.

Function: timeout-run (timeout)
Package

teepeedee2.lib.

Source

timeout.lisp.

Reader: timeout-time (instance)
Writer: (setf timeout-time) (instance)
Package

teepeedee2.lib.

Source

timeout.lisp.

Target Slot

time.

Function: truc-chosen-card-values (truc)
Package

teepeedee2.game.truc.

Source

truc.lisp.

Function: truc-determine-round-winner (truc)
Package

teepeedee2.game.truc.

Source

truc.lisp.

Function: truc-determine-rubber-winner (truc)
Package

teepeedee2.game.truc.

Source

truc.lisp.

Function: truc-player-chosen-card-value (truc-player)
Package

teepeedee2.game.truc.

Source

truc.lisp.

Function: truc-player-hand-number (truc-player)
Package

teepeedee2.game.truc.

Source

robots.lisp.

Function: truc-player-shuffle-init (truc-player)
Package

teepeedee2.game.truc.

Source

truc.lisp.

Function: truc-player-win-probability (truc-player)
Package

teepeedee2.game.truc.

Source

robots.lisp.

Function: truc-shuffle (truc)
Package

teepeedee2.game.truc.

Source

truc.lisp.

Function: truc-too-few-players (truc)
Package

teepeedee2.game.truc.

Source

truc.lisp.

Function: unassigned-controller-assign (unassigned-controller other)
Package

teepeedee2.game.

Source

unassigned-controller.lisp.

Function: unassigned-controller-assign-robot (unassigned-controller)
Package

teepeedee2.game.

Source

unassigned-controller.lisp.

Function: unassigned-controller-del (unassigned-controller)
Package

teepeedee2.game.

Source

unassigned-controller.lisp.

Reader: unassigned-controller-game (instance)
Writer: (setf unassigned-controller-game) (instance)
Package

teepeedee2.game.

Source

unassigned-controller.lisp.

Target Slot

game.

Reader: unassigned-controller-game-generator (instance)
Writer: (setf unassigned-controller-game-generator) (instance)
Package

teepeedee2.game.

Source

unassigned-controller.lisp.

Target Slot

game-generator.

Reader: unassigned-controller-move-states (instance)
Writer: (setf unassigned-controller-move-states) (instance)
Package

teepeedee2.game.

Source

unassigned-controller.lisp.

Target Slot

move-states.

Function: unassigned-controller-p (object)
Package

teepeedee2.game.

Source

unassigned-controller.lisp.

Function: unassigned-controller-player-state (unassigned-controller)
Package

teepeedee2.game.

Source

unassigned-controller.lisp.

Reader: unassigned-controller-timeout (instance)
Writer: (setf unassigned-controller-timeout) (instance)
Package

teepeedee2.game.

Source

unassigned-controller.lisp.

Target Slot

timeout.

Reader: unlogged-comment-author (instance)
Writer: (setf unlogged-comment-author) (instance)
Package

teepeedee2.blog.

Source

entry.lisp.

Target Slot

author.

Reader: unlogged-comment-datastore-id (instance)
Writer: (setf unlogged-comment-datastore-id) (instance)
Package

teepeedee2.blog.

Source

entry.lisp.

Target Slot

datastore-id.

Reader: unlogged-comment-entry-index-name (instance)
Writer: (setf unlogged-comment-entry-index-name) (instance)
Package

teepeedee2.blog.

Source

entry.lisp.

Target Slot

entry-index-name.

Reader: unlogged-comment-text (instance)
Writer: (setf unlogged-comment-text) (instance)
Package

teepeedee2.blog.

Source

entry.lisp.

Target Slot

text.

Reader: unlogged-comment-time (instance)
Writer: (setf unlogged-comment-time) (instance)
Package

teepeedee2.blog.

Source

entry.lisp.

Target Slot

time.

Reader: unlogged-comment-trace-details (instance)
Writer: (setf unlogged-comment-trace-details) (instance)
Package

teepeedee2.blog.

Source

entry.lisp.

Target Slot

trace-details.

Function: unlogged-make-comment (&key datastore-id entry-index-name text author time trace-details)
Package

teepeedee2.blog.

Source

entry.lisp.

Function: unlogged-make-response (&key datastore-id survey-name responses time trace-details)
Package

teepeedee2.survey.

Source

survey.lisp.

Function: unlogged-make-survey (&key datastore-id name text questions)
Package

teepeedee2.survey.

Source

survey.lisp.

Reader: unlogged-response-datastore-id (instance)
Writer: (setf unlogged-response-datastore-id) (instance)
Package

teepeedee2.survey.

Source

survey.lisp.

Target Slot

datastore-id.

Reader: unlogged-response-responses (instance)
Writer: (setf unlogged-response-responses) (instance)
Package

teepeedee2.survey.

Source

survey.lisp.

Target Slot

responses.

Reader: unlogged-response-survey-name (instance)
Writer: (setf unlogged-response-survey-name) (instance)
Package

teepeedee2.survey.

Source

survey.lisp.

Target Slot

survey-name.

Reader: unlogged-response-time (instance)
Writer: (setf unlogged-response-time) (instance)
Package

teepeedee2.survey.

Source

survey.lisp.

Target Slot

time.

Reader: unlogged-response-trace-details (instance)
Writer: (setf unlogged-response-trace-details) (instance)
Package

teepeedee2.survey.

Source

survey.lisp.

Target Slot

trace-details.

Reader: unlogged-survey-datastore-id (instance)
Writer: (setf unlogged-survey-datastore-id) (instance)
Package

teepeedee2.survey.

Source

survey.lisp.

Target Slot

datastore-id.

Reader: unlogged-survey-name (instance)
Writer: (setf unlogged-survey-name) (instance)
Package

teepeedee2.survey.

Source

survey.lisp.

Target Slot

name.

Reader: unlogged-survey-questions (instance)
Writer: (setf unlogged-survey-questions) (instance)
Package

teepeedee2.survey.

Source

survey.lisp.

Target Slot

questions.

Reader: unlogged-survey-text (instance)
Writer: (setf unlogged-survey-text) (instance)
Package

teepeedee2.survey.

Source

survey.lisp.

Target Slot

text.

Function: unsafe-length-byte-vector=-fold-ascii-case (a b)
Package

teepeedee2.lib.

Source

byte-vector.lisp.

Function: url-encoding-decode (encoded)
Package

teepeedee2.http.

Source

encoding.lisp.

Function: validate (contents &key tag attributes children)
Package

teepeedee2.ml.

Source

define-dtd.lisp.

Function: validate-choice (choices choice)
Package

teepeedee2.game.

Source

framework.lisp.

Function: validate-properties (properties)
Package

teepeedee2.ml.

Source

css.lisp.

Function: wait-for-next-event (&optional timeout)
Package

teepeedee2.io.

Source

epoll.lisp.

Function: web-add-game (game-generator name)
Package

teepeedee2.game.

Source

web.lisp.

Function: web-game-start (game-generator)
Package

teepeedee2.game.

Source

web.lisp.

Function: web-state-add-announcement (web-state a)
Package

teepeedee2.game.

Source

web.lisp.

Function: web-state-add-move-state (web-state move-state)
Package

teepeedee2.game.

Source

web.lisp.

Function: web-state-play-again-ml (web-state)
Package

teepeedee2.game.

Source

web.lisp.

Function: web-state-resign (web-state &rest args)
Package

teepeedee2.game.

Source

web.lisp.

Function: web-state-resigned (web-state)
Package

teepeedee2.game.

Source

web.lisp.

Function: web-state-timeout-cancel (web-state)
Package

teepeedee2.game.

Source

web.lisp.

Function: web-state-timeout-reset (web-state)
Package

teepeedee2.game.

Source

web.lisp.

Function: web-state-try-to-move (web-state)
Package

teepeedee2.game.

Source

web.lisp.

Function: webapp-play-bot (game-name bot)
Package

teepeedee2.game.

Source

web.lisp.


6.2.7 Generic functions

Generic Reader: channel-id (object)
Package

teepeedee2.webapp.

Methods
Reader Method: channel-id ((channel channel))

automatically generated reader method

Source

channel.lisp.

Target Slot

id.

Generic Writer: (setf channel-id) (object)
Package

teepeedee2.webapp.

Methods
Writer Method: (setf channel-id) ((channel channel))

automatically generated writer method

Source

channel.lisp.

Target Slot

id.

Generic Function: channel-p (var)
Package

teepeedee2.webapp.

Source

channel.lisp.

Methods
Method: channel-p ((var channel))
Method: channel-p (var)
Generic Reader: channel-state (object)
Package

teepeedee2.webapp.

Methods
Reader Method: channel-state ((channel channel))

automatically generated reader method

Source

channel.lisp.

Target Slot

state.

Generic Writer: (setf channel-state) (object)
Package

teepeedee2.webapp.

Methods
Writer Method: (setf channel-state) ((channel channel))

automatically generated writer method

Source

channel.lisp.

Target Slot

state.

Generic Reader: channel-subscribers (object)
Package

teepeedee2.webapp.

Methods
Reader Method: channel-subscribers ((channel channel))

automatically generated reader method

Source

channel.lisp.

Target Slot

subscribers.

Generic Writer: (setf channel-subscribers) (object)
Package

teepeedee2.webapp.

Methods
Writer Method: (setf channel-subscribers) ((channel channel))

automatically generated writer method

Source

channel.lisp.

Target Slot

subscribers.

Generic Function: choices-list-form (first &rest rest)
Package

teepeedee2.game.

Source

generic.lisp.

Methods
Method: choices-list-form ((first (eql :one)) &rest args)
Method: choices-list-form ((first (eql :integer)) &rest args)
Generic Function: coin-game-p (var)
Package

teepeedee2.game.

Source

coins.lisp.

Methods
Method: coin-game-p ((var coin-game))
Method: coin-game-p (var)
Generic Reader: coin-game-player-coins (object)
Package

teepeedee2.game.

Methods
Reader Method: coin-game-player-coins ((coin-game-player coin-game-player))

automatically generated reader method

Source

coins.lisp.

Target Slot

coins.

Generic Writer: (setf coin-game-player-coins) (object)
Package

teepeedee2.game.

Methods
Writer Method: (setf coin-game-player-coins) ((coin-game-player coin-game-player))

automatically generated writer method

Source

coins.lisp.

Target Slot

coins.

Generic Function: coin-game-player-p (var)
Package

teepeedee2.game.

Source

coins.lisp.

Methods
Method: coin-game-player-p ((var coin-game-player))
Method: coin-game-player-p (var)
Generic Function: css-output-property-form (property value)
Package

teepeedee2.ml.

Source

css.lisp.

Methods
Method: css-output-property-form ((property (eql :x-border-radius)) value)
Method: css-output-property-form ((property (eql :x-column-width)) value)
Method: css-output-property-form ((property (eql :x-column-gap)) value)
Method: css-output-property-form ((property (eql :x-opacity)) value)
Method: css-output-property-form (property value)
Generic Function: css-output-selector-form (selector properties)
Package

teepeedee2.ml.

Source

css.lisp.

Methods
Method: css-output-selector-form ((l list) properties)
Method: css-output-selector-form ((sym symbol) properties)
Method: css-output-selector-form ((str string) properties)
Generic Function: datastore-save-form (object)
Package

teepeedee2.datastore.

Source

datastore.lisp.

Methods
Method: datastore-save-form ((list list))
Method: datastore-save-form ((array array))
Method: datastore-save-form ((number number))
Method: datastore-save-form ((string string))
Method: datastore-save-form ((object structure-object))
Method: datastore-save-form ((object standard-object))
Method: datastore-save-form (object)
Generic Reader: entry-blog (object)
Package

teepeedee2.blog.

Methods
Reader Method: entry-blog ((entry entry))

automatically generated reader method

Source

entry.lisp.

Target Slot

blog.

Generic Writer: (setf entry-blog) (object)
Package

teepeedee2.blog.

Methods
Writer Method: (setf entry-blog) ((entry entry))

automatically generated writer method

Source

entry.lisp.

Target Slot

blog.

Generic Reader: entry-body-function (object)
Package

teepeedee2.blog.

Methods
Reader Method: entry-body-function ((entry entry))

automatically generated reader method

Source

entry.lisp.

Target Slot

body-function.

Generic Writer: (setf entry-body-function) (object)
Package

teepeedee2.blog.

Methods
Writer Method: (setf entry-body-function) ((entry entry))

automatically generated writer method

Source

entry.lisp.

Target Slot

body-function.

Generic Reader: entry-channel-entry (object)
Package

teepeedee2.blog.

Methods
Reader Method: entry-channel-entry ((entry-channel entry-channel))

automatically generated reader method

Source

entry.lisp.

Target Slot

entry.

Generic Writer: (setf entry-channel-entry) (object)
Package

teepeedee2.blog.

Methods
Writer Method: (setf entry-channel-entry) ((entry-channel entry-channel))

automatically generated writer method

Source

entry.lisp.

Target Slot

entry.

Generic Function: entry-channel-p (var)
Package

teepeedee2.blog.

Source

entry.lisp.

Methods
Method: entry-channel-p ((var entry-channel))
Method: entry-channel-p (var)
Generic Reader: entry-expiry-time (object)
Package

teepeedee2.blog.

Methods
Reader Method: entry-expiry-time ((entry entry))

automatically generated reader method

Source

entry.lisp.

Target Slot

expiry-time.

Generic Writer: (setf entry-expiry-time) (object)
Package

teepeedee2.blog.

Methods
Writer Method: (setf entry-expiry-time) ((entry entry))

automatically generated writer method

Source

entry.lisp.

Target Slot

expiry-time.

Generic Reader: entry-name (object)
Package

teepeedee2.blog.

Methods
Reader Method: entry-name ((entry entry))

automatically generated reader method

Source

entry.lisp.

Target Slot

name.

Generic Writer: (setf entry-name) (object)
Package

teepeedee2.blog.

Methods
Writer Method: (setf entry-name) ((entry entry))

automatically generated writer method

Source

entry.lisp.

Target Slot

name.

Generic Function: entry-p (var)
Package

teepeedee2.blog.

Source

entry.lisp.

Methods
Method: entry-p ((var entry))
Method: entry-p (var)
Generic Reader: entry-score (object)
Package

teepeedee2.blog.

Methods
Reader Method: entry-score ((entry entry))

automatically generated reader method

Source

entry.lisp.

Target Slot

score.

Generic Writer: (setf entry-score) (object)
Package

teepeedee2.blog.

Methods
Writer Method: (setf entry-score) ((entry entry))

automatically generated writer method

Source

entry.lisp.

Target Slot

score.

Generic Reader: entry-score-update-time (object)
Package

teepeedee2.blog.

Methods
Reader Method: entry-score-update-time ((entry entry))

automatically generated reader method

Source

entry.lisp.

Target Slot

score-update-time.

Generic Writer: (setf entry-score-update-time) (object)
Package

teepeedee2.blog.

Methods
Writer Method: (setf entry-score-update-time) ((entry entry))

automatically generated writer method

Source

entry.lisp.

Target Slot

score-update-time.

Generic Reader: entry-tags (object)
Package

teepeedee2.blog.

Methods
Reader Method: entry-tags ((entry entry))

automatically generated reader method

Source

entry.lisp.

Target Slot

tags.

Generic Writer: (setf entry-tags) (object)
Package

teepeedee2.blog.

Methods
Writer Method: (setf entry-tags) ((entry entry))

automatically generated writer method

Source

entry.lisp.

Target Slot

tags.

Generic Reader: entry-time (object)
Package

teepeedee2.blog.

Methods
Reader Method: entry-time ((entry entry))

automatically generated reader method

Source

entry.lisp.

Target Slot

time.

Generic Writer: (setf entry-time) (object)
Package

teepeedee2.blog.

Methods
Writer Method: (setf entry-time) ((entry entry))

automatically generated writer method

Source

entry.lisp.

Target Slot

time.

Generic Reader: entry-title (object)
Package

teepeedee2.blog.

Methods
Reader Method: entry-title ((entry entry))

automatically generated reader method

Source

entry.lisp.

Target Slot

title.

Generic Writer: (setf entry-title) (object)
Package

teepeedee2.blog.

Methods
Writer Method: (setf entry-title) ((entry entry))

automatically generated writer method

Source

entry.lisp.

Target Slot

title.

Generic Reader: frame-current-page (object)
Package

teepeedee2.webapp.

Methods
Reader Method: frame-current-page ((frame frame))

automatically generated reader method

Source

frame.lisp.

Target Slot

current-page.

Generic Writer: (setf frame-current-page) (object)
Package

teepeedee2.webapp.

Methods
Writer Method: (setf frame-current-page) ((frame frame))

automatically generated writer method

Source

frame.lisp.

Target Slot

current-page.

Generic Function: frame-p (var)
Package

teepeedee2.webapp.

Source

frame.lisp.

Methods
Method: frame-p ((var frame))
Method: frame-p (var)
Generic Reader: frame-site (object)
Package

teepeedee2.webapp.

Methods
Reader Method: frame-site ((frame frame))

automatically generated reader method

Source

frame.lisp.

Target Slot

site.

Generic Writer: (setf frame-site) (object)
Package

teepeedee2.webapp.

Methods
Writer Method: (setf frame-site) ((frame frame))

automatically generated writer method

Source

frame.lisp.

Target Slot

site.

Generic Reader: frame-timeout (object)
Package

teepeedee2.webapp.

Methods
Reader Method: frame-timeout ((frame frame))

automatically generated reader method

Source

frame.lisp.

Target Slot

timeout.

Generic Writer: (setf frame-timeout) (object)
Package

teepeedee2.webapp.

Methods
Writer Method: (setf frame-timeout) ((frame frame))

automatically generated writer method

Source

frame.lisp.

Target Slot

timeout.

Generic Reader: frame-variables (object)
Package

teepeedee2.webapp.

Methods
Reader Method: frame-variables ((frame frame))

automatically generated reader method

Source

frame.lisp.

Target Slot

variables.

Generic Writer: (setf frame-variables) (object)
Package

teepeedee2.webapp.

Methods
Writer Method: (setf frame-variables) ((frame frame))

automatically generated writer method

Source

frame.lisp.

Target Slot

variables.

Generic Function: game-drop-player (game player)
Package

teepeedee2.game.

Source

generic.lisp.

Methods
Method: game-drop-player :before ((nash-bargain nash-bargain) p)
Source

nash-bargain.lisp.

Method: game-drop-player ((game game) p)
Source

framework.lisp.

Generic Function: game-finished (game &rest args)
Package

teepeedee2.game.

Source

generic.lisp.

Methods
Method: game-finished :before ((coin-game coin-game) &rest args)
Source

coins.lisp.

Method: game-finished ((game game) &rest args)
Source

framework.lisp.

Generic Reader: game-game-over (object)
Package

teepeedee2.game.

Methods
Reader Method: game-game-over ((game game))

automatically generated reader method

Source

generic.lisp.

Target Slot

game-over.

Generic Writer: (setf game-game-over) (object)
Package

teepeedee2.game.

Methods
Writer Method: (setf game-game-over) ((game game))

automatically generated writer method

Source

generic.lisp.

Target Slot

game-over.

Generic Function: game-name (game)
Package

teepeedee2.game.

Source

generic.lisp.

Methods
Method: game-name ((truc truc))
Source

truc.lisp.

Method: game-name ((roshambo roshambo))
Source

roshambo.lisp.

Method: game-name ((ultimatum ultimatum))
Source

ultimatum.lisp.

Method: game-name ((prisoners-dilemma prisoners-dilemma))
Source

prisoners-dilemma.lisp.

Method: game-name ((nash-bargain nash-bargain))
Source

nash-bargain.lisp.

Method: game-name ((coin-game coin-game))
Source

coins.lisp.

Method: game-name ((game-generator game-generator))
Source

framework.lisp.

Generic Reader: game-other-listeners (object)
Package

teepeedee2.game.

Methods
Reader Method: game-other-listeners ((game game))

automatically generated reader method

Source

generic.lisp.

Target Slot

other-listeners.

Generic Writer: (setf game-other-listeners) (object)
Package

teepeedee2.game.

Methods
Writer Method: (setf game-other-listeners) ((game game))

automatically generated writer method

Source

generic.lisp.

Target Slot

other-listeners.

Generic Function: game-p (var)
Package

teepeedee2.game.

Source

generic.lisp.

Methods
Method: game-p ((var game))
Method: game-p (var)
Generic Reader: game-players (object)
Package

teepeedee2.game.

Methods
Reader Method: game-players ((game game))

automatically generated reader method

Source

generic.lisp.

Target Slot

players.

Generic Writer: (setf game-players) (object)
Package

teepeedee2.game.

Methods
Writer Method: (setf game-players) ((game game))

automatically generated writer method

Source

generic.lisp.

Target Slot

players.

Generic Function: game-players-ready (game)
Package

teepeedee2.game.

Source

generic.lisp.

Methods
Method: game-players-ready :after ((coin-game coin-game))
Source

coins.lisp.

Method: game-players-ready (game)
Generic Function: inform (listener game-state message &rest args &key player amount winner result coins choice sender text &allow-other-keys)
Package

teepeedee2.game.

Source

generic.lisp.

Methods
Method: inform ((web-state web-state) game-state (message (eql :new-state)) &key &allow-other-keys)
Source

web-messages.lisp.

Method: inform ((web-state web-state) game-state (message (eql :betrayal)) &key player &allow-other-keys)
Source

web-messages.lisp.

Method: inform ((web-state web-state) game-state (message (eql :bankrupt)) &key player &allow-other-keys)
Source

web-messages.lisp.

Method: inform ((web-state web-state) game-state (message (eql :profit)) &key player amount &allow-other-keys)
Source

web-messages.lisp.

Method: inform ((web-state web-state) game-state (message (eql :demand)) &key player amount &allow-other-keys)
Source

web-messages.lisp.

Method: inform ((web-state web-state) game-state (message (eql :game-over)) &key winner result &allow-other-keys)
Source

web-messages.lisp.

Method: inform ((web-state web-state) game-state (message (eql :winner)) &key player coins &allow-other-keys)
Source

web-messages.lisp.

Method: inform ((web-state web-state) game-state (message (eql :select-new-stake)) &key player choice &allow-other-keys)
Source

web-messages.lisp.

Method: inform ((web-state web-state) game-state (message (eql :accept-new-stake)) &key player choice &allow-other-keys)
Source

web-messages.lisp.

Method: inform ((web-state web-state) game-state (message (eql :reject-cards)) &key player choice &allow-other-keys)
Source

web-messages.lisp.

Method: inform ((web-state web-state) game-state (message (eql :select)) &key player choice &allow-other-keys)
Source

web-messages.lisp.

Method: inform ((web-state web-state) game-state (message (eql :select-demand)) &key player choice &allow-other-keys)
Source

web-messages.lisp.

Method: inform ((web-state web-state) game-state (message (eql :select-card)) &key player choice &allow-other-keys)
Source

web-messages.lisp.

Method: inform ((web-state web-state) game-state (message (eql :timed-out)) &key player &allow-other-keys)
Source

web-messages.lisp.

Method: inform ((web-state web-state) game-state (message (eql :resigned)) &key player &allow-other-keys)
Source

web-messages.lisp.

Method: inform ((web-state web-state) game-state (message (eql :new-player)) &key player &allow-other-keys)
Source

web-messages.lisp.

Method: inform ((web-state web-state) game-state (message (eql :shuffle)) &key &allow-other-keys)
Source

web-messages.lisp.

Method: inform ((web-state web-state) game-state (message (eql :talk)) &key sender text &allow-other-keys)
Source

web-messages.lisp.

Method: inform :before ((web-state web-state) game-state message &rest args)
Source

web.lisp.

Method: inform ((web-state web-state) game-state message &rest args)
Source

web.lisp.

Method: inform :after ((web-state web-state) game-state (message (eql :new-state)) &rest args)
Source

web.lisp.

Method: inform ((unassigned-controller unassigned-controller) game-state (message (eql :game-over)) &rest args)
Source

unassigned-controller.lisp.

Method: inform ((stream stream) game-state message &rest args)
Source

controllers.lisp.

Method: inform (listener game-state message &rest args)
Generic Reader: list-channel-list (object)
Package

teepeedee2.webapp.

Methods
Reader Method: list-channel-list ((list-channel list-channel))

automatically generated reader method

Source

list-channel.lisp.

Target Slot

list.

Generic Writer: (setf list-channel-list) (object)
Package

teepeedee2.webapp.

Methods
Writer Method: (setf list-channel-list) ((list-channel list-channel))

automatically generated writer method

Source

list-channel.lisp.

Target Slot

list.

Generic Function: list-channel-p (var)
Package

teepeedee2.webapp.

Source

list-channel.lisp.

Methods
Method: list-channel-p ((var list-channel))
Method: list-channel-p (var)
Generic Reader: message-channel-messages (object)
Package

teepeedee2.webapp.

Methods
Reader Method: message-channel-messages ((message-channel message-channel))

automatically generated reader method

Source

message-channel.lisp.

Target Slot

messages.

Generic Writer: (setf message-channel-messages) (object)
Package

teepeedee2.webapp.

Methods
Writer Method: (setf message-channel-messages) ((message-channel message-channel))

automatically generated writer method

Source

message-channel.lisp.

Target Slot

messages.

Generic Function: message-channel-p (var)
Package

teepeedee2.webapp.

Source

message-channel.lisp.

Methods
Method: message-channel-p ((var message-channel))
Method: message-channel-p (var)
Generic Function: message-to-ml (message &rest args &key player amount winner result coins choice sender text &allow-other-keys)
Package

teepeedee2.game.

Source

web.lisp.

Methods
Method: message-to-ml ((message (eql :new-state)) &key &allow-other-keys)
Source

web-messages.lisp.

Method: message-to-ml ((message (eql :betrayal)) &key player &allow-other-keys)
Source

web-messages.lisp.

Method: message-to-ml ((message (eql :bankrupt)) &key player &allow-other-keys)
Source

web-messages.lisp.

Method: message-to-ml ((message (eql :profit)) &key player amount &allow-other-keys)
Source

web-messages.lisp.

Method: message-to-ml ((message (eql :demand)) &key player amount &allow-other-keys)
Source

web-messages.lisp.

Method: message-to-ml ((message (eql :game-over)) &key winner result &allow-other-keys)
Source

web-messages.lisp.

Method: message-to-ml ((message (eql :winner)) &key player coins &allow-other-keys)
Source

web-messages.lisp.

Method: message-to-ml ((message (eql :select-new-stake)) &key player choice &allow-other-keys)
Source

web-messages.lisp.

Method: message-to-ml ((message (eql :accept-new-stake)) &key player choice &allow-other-keys)
Source

web-messages.lisp.

Method: message-to-ml ((message (eql :reject-cards)) &key player choice &allow-other-keys)
Source

web-messages.lisp.

Method: message-to-ml ((message (eql :select)) &key player choice &allow-other-keys)
Source

web-messages.lisp.

Method: message-to-ml ((message (eql :select-demand)) &key player choice &allow-other-keys)
Source

web-messages.lisp.

Method: message-to-ml ((message (eql :select-card)) &key player choice &allow-other-keys)
Source

web-messages.lisp.

Method: message-to-ml ((message (eql :timed-out)) &key player &allow-other-keys)
Source

web-messages.lisp.

Method: message-to-ml ((message (eql :resigned)) &key player &allow-other-keys)
Source

web-messages.lisp.

Method: message-to-ml ((message (eql :new-player)) &key player &allow-other-keys)
Source

web-messages.lisp.

Method: message-to-ml ((message (eql :shuffle)) &key &allow-other-keys)
Source

web-messages.lisp.

Method: message-to-ml ((message (eql :talk)) &key sender text &allow-other-keys)
Source

web-messages.lisp.

Generic Function: my-auto-prefices (instance)
Package

teepeedee2.lib.

Source

my.lisp.

Methods
Method: my-auto-prefices ((class (eql #<standard-class teepeedee2.game.truc::truc>)))
Source

truc.lisp.

Method: my-auto-prefices ((class (eql #<standard-class teepeedee2.game.truc::truc-player>)))
Source

truc.lisp.

Method: my-auto-prefices ((class (eql #<standard-class teepeedee2.survey::survey-channel>)))
Source

survey.lisp.

Method: my-auto-prefices ((class (eql #<standard-class teepeedee2.blog::entry-channel>)))
Source

entry.lisp.

Method: my-auto-prefices ((class (eql #<standard-class teepeedee2.blog::entry>)))
Source

entry.lisp.

Method: my-auto-prefices ((class (eql #<standard-class teepeedee2.game.roshambo::roshambo>)))
Source

roshambo.lisp.

Method: my-auto-prefices ((class (eql #<standard-class teepeedee2.game.roshambo::roshambo-player>)))
Source

roshambo.lisp.

Method: my-auto-prefices ((class (eql #<standard-class teepeedee2.game.ultimatum::ultimatum>)))
Source

ultimatum.lisp.

Method: my-auto-prefices ((class (eql #<standard-class teepeedee2.game.ultimatum::ultimatum-player>)))
Source

ultimatum.lisp.

Method: my-auto-prefices ((class (eql #<standard-class teepeedee2.game.prisoners-dilemma::prisoners-dilemma>)))
Source

prisoners-dilemma.lisp.

Method: my-auto-prefices ((class (eql #<standard-class teepeedee2.game.prisoners-dilemma::prisoners-dilemma-player>)))
Source

prisoners-dilemma.lisp.

Method: my-auto-prefices ((class (eql #<standard-class teepeedee2.game.nash-bargain:nash-bargain>)))
Source

nash-bargain.lisp.

Method: my-auto-prefices ((class (eql #<standard-class teepeedee2.game.nash-bargain::nash-bargain-player>)))
Source

nash-bargain.lisp.

Method: my-auto-prefices ((class (eql #<standard-class teepeedee2.game::web-state>)))
Source

web.lisp.

Method: my-auto-prefices ((class (eql #<standard-class teepeedee2.game:coin-game>)))
Source

coins.lisp.

Method: my-auto-prefices ((class (eql #<standard-class teepeedee2.game:coin-game-player>)))
Source

coins.lisp.

Method: my-auto-prefices ((class (eql #<standard-class teepeedee2.game:player>)))
Source

generic.lisp.

Method: my-auto-prefices ((class (eql #<standard-class teepeedee2.game:game>)))
Source

generic.lisp.

Method: my-auto-prefices ((class (eql #<standard-class teepeedee2.webapp:message-channel>)))
Source

message-channel.lisp.

Method: my-auto-prefices ((class (eql #<standard-class teepeedee2.webapp:frame>)))
Source

frame.lisp.

Method: my-auto-prefices ((class (eql #<standard-class teepeedee2.webapp:list-channel>)))
Source

list-channel.lisp.

Method: my-auto-prefices ((class (eql #<standard-class teepeedee2.webapp:simple-channel>)))
Source

simple-channel.lisp.

Method: my-auto-prefices ((class (eql #<standard-class teepeedee2.webapp:channel>)))
Source

channel.lisp.

Method: my-auto-prefices ((class (eql #<structure-class teepeedee2.ml::raw-ml-sendbuf>)))
Source

output.lisp.

Method: my-auto-prefices ((class class))
Method: my-auto-prefices ((symbol symbol))
Method: my-auto-prefices ((symbol (eql nil)))
Method: my-auto-prefices (instance)
Method: my-auto-prefices ((seq list))
Generic Function: nash-bargain-p (var)
Package

teepeedee2.game.nash-bargain.

Source

nash-bargain.lisp.

Methods
Method: nash-bargain-p ((var nash-bargain))
Method: nash-bargain-p (var)
Generic Reader: nash-bargain-penalty (object)
Package

teepeedee2.game.nash-bargain.

Methods
Reader Method: nash-bargain-penalty ((nash-bargain nash-bargain))

automatically generated reader method

Source

nash-bargain.lisp.

Target Slot

penalty.

Generic Writer: (setf nash-bargain-penalty) (object)
Package

teepeedee2.game.nash-bargain.

Methods
Writer Method: (setf nash-bargain-penalty) ((nash-bargain nash-bargain))

automatically generated writer method

Source

nash-bargain.lisp.

Target Slot

penalty.

Generic Reader: nash-bargain-player-demand (object)
Package

teepeedee2.game.nash-bargain.

Methods
Reader Method: nash-bargain-player-demand ((nash-bargain-player nash-bargain-player))

automatically generated reader method

Source

nash-bargain.lisp.

Target Slot

demand.

Generic Writer: (setf nash-bargain-player-demand) (object)
Package

teepeedee2.game.nash-bargain.

Methods
Writer Method: (setf nash-bargain-player-demand) ((nash-bargain-player nash-bargain-player))

automatically generated writer method

Source

nash-bargain.lisp.

Target Slot

demand.

Generic Function: nash-bargain-player-p (var)
Package

teepeedee2.game.nash-bargain.

Source

nash-bargain.lisp.

Methods
Method: nash-bargain-player-p ((var nash-bargain-player))
Method: nash-bargain-player-p (var)
Generic Reader: nash-bargain-pot (object)
Package

teepeedee2.game.nash-bargain.

Methods
Reader Method: nash-bargain-pot ((nash-bargain nash-bargain))

automatically generated reader method

Source

nash-bargain.lisp.

Target Slot

pot.

Generic Writer: (setf nash-bargain-pot) (object)
Package

teepeedee2.game.nash-bargain.

Methods
Writer Method: (setf nash-bargain-pot) ((nash-bargain nash-bargain))

automatically generated writer method

Source

nash-bargain.lisp.

Target Slot

pot.

Generic Function: normal-connection-error (e)
Package

teepeedee2.io.

Source

con.lisp.

Methods
Method: normal-connection-error ((e syscall-failed))
Method: normal-connection-error ((e match-failed))
Method: normal-connection-error ((e socket-error))
Method: normal-connection-error (e)
Generic Function: player-full-state-to-ml (player)
Package

teepeedee2.game.

Source

generic.lisp.

Methods
Method: player-full-state-to-ml ((coin-game-player coin-game-player))
Source

coins.lisp.

Method: player-full-state-to-ml ((player player))
Source

framework.lisp.

Generic Reader: player-game (object)
Package

teepeedee2.game.

Methods
Reader Method: player-game ((player player))

automatically generated reader method

Source

generic.lisp.

Target Slot

game.

Generic Writer: (setf player-game) (object)
Package

teepeedee2.game.

Methods
Writer Method: (setf player-game) ((player player))

automatically generated writer method

Source

generic.lisp.

Target Slot

game.

Generic Function: player-p (var)
Package

teepeedee2.game.

Source

generic.lisp.

Methods
Method: player-p ((var player))
Method: player-p (var)
Generic Reader: player-waiting-for-input (object)
Package

teepeedee2.game.

Methods
Reader Method: player-waiting-for-input ((player player))

automatically generated reader method

Source

generic.lisp.

Target Slot

waiting-for-input.

Generic Writer: (setf player-waiting-for-input) (object)
Package

teepeedee2.game.

Methods
Writer Method: (setf player-waiting-for-input) ((player player))

automatically generated writer method

Source

generic.lisp.

Target Slot

waiting-for-input.

Generic Reader: prisoners-dilemma-big-penalty (object)
Package

teepeedee2.game.prisoners-dilemma.

Methods
Reader Method: prisoners-dilemma-big-penalty ((prisoners-dilemma prisoners-dilemma))

automatically generated reader method

Source

prisoners-dilemma.lisp.

Target Slot

big-penalty.

Generic Writer: (setf prisoners-dilemma-big-penalty) (object)
Package

teepeedee2.game.prisoners-dilemma.

Methods
Writer Method: (setf prisoners-dilemma-big-penalty) ((prisoners-dilemma prisoners-dilemma))

automatically generated writer method

Source

prisoners-dilemma.lisp.

Target Slot

big-penalty.

Generic Reader: prisoners-dilemma-grab (object)
Package

teepeedee2.game.prisoners-dilemma.

Methods
Reader Method: prisoners-dilemma-grab ((prisoners-dilemma prisoners-dilemma))

automatically generated reader method

Source

prisoners-dilemma.lisp.

Target Slot

grab.

Generic Writer: (setf prisoners-dilemma-grab) (object)
Package

teepeedee2.game.prisoners-dilemma.

Methods
Writer Method: (setf prisoners-dilemma-grab) ((prisoners-dilemma prisoners-dilemma))

automatically generated writer method

Source

prisoners-dilemma.lisp.

Target Slot

grab.

Generic Function: prisoners-dilemma-p (var)
Package

teepeedee2.game.prisoners-dilemma.

Source

prisoners-dilemma.lisp.

Methods
Method: prisoners-dilemma-p ((var prisoners-dilemma))
Method: prisoners-dilemma-p (var)
Generic Reader: prisoners-dilemma-penalty (object)
Package

teepeedee2.game.prisoners-dilemma.

Methods
Reader Method: prisoners-dilemma-penalty ((prisoners-dilemma prisoners-dilemma))

automatically generated reader method

Source

prisoners-dilemma.lisp.

Target Slot

penalty.

Generic Writer: (setf prisoners-dilemma-penalty) (object)
Package

teepeedee2.game.prisoners-dilemma.

Methods
Writer Method: (setf prisoners-dilemma-penalty) ((prisoners-dilemma prisoners-dilemma))

automatically generated writer method

Source

prisoners-dilemma.lisp.

Target Slot

penalty.

Generic Reader: prisoners-dilemma-player-agree (object)
Package

teepeedee2.game.prisoners-dilemma.

Methods
Reader Method: prisoners-dilemma-player-agree ((prisoners-dilemma-player prisoners-dilemma-player))

automatically generated reader method

Source

prisoners-dilemma.lisp.

Target Slot

agree.

Generic Writer: (setf prisoners-dilemma-player-agree) (object)
Package

teepeedee2.game.prisoners-dilemma.

Methods
Writer Method: (setf prisoners-dilemma-player-agree) ((prisoners-dilemma-player prisoners-dilemma-player))

automatically generated writer method

Source

prisoners-dilemma.lisp.

Target Slot

agree.

Generic Function: prisoners-dilemma-player-p (var)
Package

teepeedee2.game.prisoners-dilemma.

Source

prisoners-dilemma.lisp.

Methods
Method: prisoners-dilemma-player-p ((var prisoners-dilemma-player))
Method: prisoners-dilemma-player-p (var)
Generic Reader: prisoners-dilemma-share (object)
Package

teepeedee2.game.prisoners-dilemma.

Methods
Reader Method: prisoners-dilemma-share ((prisoners-dilemma prisoners-dilemma))

automatically generated reader method

Source

prisoners-dilemma.lisp.

Target Slot

share.

Generic Writer: (setf prisoners-dilemma-share) (object)
Package

teepeedee2.game.prisoners-dilemma.

Methods
Writer Method: (setf prisoners-dilemma-share) ((prisoners-dilemma prisoners-dilemma))

automatically generated writer method

Source

prisoners-dilemma.lisp.

Target Slot

share.

Generic Function: roshambo-p (var)
Package

teepeedee2.game.roshambo.

Source

roshambo.lisp.

Methods
Method: roshambo-p ((var roshambo))
Method: roshambo-p (var)
Generic Reader: roshambo-player-choice (object)
Package

teepeedee2.game.roshambo.

Methods
Reader Method: roshambo-player-choice ((roshambo-player roshambo-player))

automatically generated reader method

Source

roshambo.lisp.

Target Slot

choice.

Generic Writer: (setf roshambo-player-choice) (object)
Package

teepeedee2.game.roshambo.

Methods
Writer Method: (setf roshambo-player-choice) ((roshambo-player roshambo-player))

automatically generated writer method

Source

roshambo.lisp.

Target Slot

choice.

Generic Function: roshambo-player-p (var)
Package

teepeedee2.game.roshambo.

Source

roshambo.lisp.

Methods
Method: roshambo-player-p ((var roshambo-player))
Method: roshambo-player-p (var)
Generic Function: simple-channel-p (var)
Package

teepeedee2.webapp.

Source

simple-channel.lisp.

Methods
Method: simple-channel-p ((var simple-channel))
Method: simple-channel-p (var)
Generic Function: socket-accept (socket)
Package

teepeedee2.io.

Source

socket.lisp.

Methods
Method: socket-accept ((fd integer))
Source

posix-socket.lisp.

Generic Function: socket-close (socket)
Package

teepeedee2.io.

Source

socket.lisp.

Methods
Method: socket-close ((ss ssl-socket))
Source

ssl.lisp.

Method: socket-close ((fd integer))
Source

posix-socket.lisp.

Generic Function: socket-peer (socket)
Package

teepeedee2.io.

Source

socket.lisp.

Methods
Method: socket-peer ((ss ssl-socket))
Source

ssl.lisp.

Method: socket-peer ((fd integer))
Source

posix-socket.lisp.

Method: socket-peer ((socket null))
Generic Function: socket-read (socket buf offset)
Package

teepeedee2.io.

Source

socket.lisp.

Methods
Method: socket-read ((ss ssl-socket) buf offset)
Source

ssl.lisp.

Method: socket-read ((fd integer) buf offset)
Source

posix-socket.lisp.

Generic Function: socket-recvfrom (socket buf)
Package

teepeedee2.io.

Source

socket.lisp.

Methods
Method: socket-recvfrom ((fd integer) buf)
Source

posix-socket.lisp.

Generic Function: socket-register (socket events con)
Package

teepeedee2.io.

Source

socket.lisp.

Methods
Method: socket-register ((ss ssl-socket) events con)
Source

ssl.lisp.

Method: socket-register ((fd integer) events con)
Source

posix-socket.lisp.

Method: socket-register (socket events con)
Generic Function: socket-sendto (socket address buf)
Package

teepeedee2.io.

Source

socket.lisp.

Methods
Method: socket-sendto (socket address buf)
Generic Function: socket-supports-writev (socket)
Package

teepeedee2.io.

Source

socket.lisp.

Methods
Method: socket-supports-writev ((fd integer))
Source

posix-socket.lisp.

Method: socket-supports-writev (socket)
Generic Function: socket-write (socket buf offset)
Package

teepeedee2.io.

Source

socket.lisp.

Methods
Method: socket-write ((ss ssl-socket) buf offset)
Source

ssl.lisp.

Method: socket-write ((fd integer) buf offset)
Source

posix-socket.lisp.

Generic Function: socket-writev (socket iovec count)
Package

teepeedee2.io.

Source

socket.lisp.

Methods
Method: socket-writev ((fd integer) iovec count)
Source

posix-socket.lisp.

Generic Function: survey-channel-p (var)
Package

teepeedee2.survey.

Source

survey.lisp.

Methods
Method: survey-channel-p ((var survey-channel))
Method: survey-channel-p (var)
Generic Reader: survey-channel-survey (object)
Package

teepeedee2.survey.

Methods
Reader Method: survey-channel-survey ((survey-channel survey-channel))

automatically generated reader method

Source

survey.lisp.

Target Slot

survey.

Generic Writer: (setf survey-channel-survey) (object)
Package

teepeedee2.survey.

Methods
Writer Method: (setf survey-channel-survey) ((survey-channel survey-channel))

automatically generated writer method

Source

survey.lisp.

Target Slot

survey.

Generic Reader: syscall-failed-errno (condition)
Package

teepeedee2.io.

Methods
Reader Method: syscall-failed-errno ((condition syscall-failed))
Source

syscalls.lisp.

Target Slot

errno.

Generic Reader: truc-ordered-winners (object)
Package

teepeedee2.game.truc.

Methods
Reader Method: truc-ordered-winners ((truc truc))

automatically generated reader method

Source

truc.lisp.

Target Slot

ordered-winners.

Generic Writer: (setf truc-ordered-winners) (object)
Package

teepeedee2.game.truc.

Methods
Writer Method: (setf truc-ordered-winners) ((truc truc))

automatically generated writer method

Source

truc.lisp.

Target Slot

ordered-winners.

Generic Function: truc-p (var)
Package

teepeedee2.game.truc.

Source

truc.lisp.

Methods
Method: truc-p ((var truc))
Method: truc-p (var)
Generic Reader: truc-player-cards (object)
Package

teepeedee2.game.truc.

Methods
Reader Method: truc-player-cards ((truc-player truc-player))

automatically generated reader method

Source

truc.lisp.

Target Slot

cards.

Generic Writer: (setf truc-player-cards) (object)
Package

teepeedee2.game.truc.

Methods
Writer Method: (setf truc-player-cards) ((truc-player truc-player))

automatically generated writer method

Source

truc.lisp.

Target Slot

cards.

Generic Reader: truc-player-chosen-card (object)
Package

teepeedee2.game.truc.

Methods
Reader Method: truc-player-chosen-card ((truc-player truc-player))

automatically generated reader method

Source

truc.lisp.

Target Slot

chosen-card.

Generic Writer: (setf truc-player-chosen-card) (object)
Package

teepeedee2.game.truc.

Methods
Writer Method: (setf truc-player-chosen-card) ((truc-player truc-player))

automatically generated writer method

Source

truc.lisp.

Target Slot

chosen-card.

Generic Reader: truc-player-folded (object)
Package

teepeedee2.game.truc.

Methods
Reader Method: truc-player-folded ((truc-player truc-player))

automatically generated reader method

Source

truc.lisp.

Target Slot

folded.

Generic Writer: (setf truc-player-folded) (object)
Package

teepeedee2.game.truc.

Methods
Writer Method: (setf truc-player-folded) ((truc-player truc-player))

automatically generated writer method

Source

truc.lisp.

Target Slot

folded.

Generic Function: truc-player-p (var)
Package

teepeedee2.game.truc.

Source

truc.lisp.

Methods
Method: truc-player-p ((var truc-player))
Method: truc-player-p (var)
Generic Reader: truc-player-stack (object)
Package

teepeedee2.game.truc.

Methods
Reader Method: truc-player-stack ((truc-player truc-player))

automatically generated reader method

Source

truc.lisp.

Target Slot

stack.

Generic Writer: (setf truc-player-stack) (object)
Package

teepeedee2.game.truc.

Methods
Writer Method: (setf truc-player-stack) ((truc-player truc-player))

automatically generated writer method

Source

truc.lisp.

Target Slot

stack.

Generic Reader: truc-player-wins (object)
Package

teepeedee2.game.truc.

Methods
Reader Method: truc-player-wins ((truc-player truc-player))

automatically generated reader method

Source

truc.lisp.

Target Slot

wins.

Generic Writer: (setf truc-player-wins) (object)
Package

teepeedee2.game.truc.

Methods
Writer Method: (setf truc-player-wins) ((truc-player truc-player))

automatically generated writer method

Source

truc.lisp.

Target Slot

wins.

Generic Reader: truc-stake (object)
Package

teepeedee2.game.truc.

Methods
Reader Method: truc-stake ((truc truc))

automatically generated reader method

Source

truc.lisp.

Target Slot

stake.

Generic Writer: (setf truc-stake) (object)
Package

teepeedee2.game.truc.

Methods
Writer Method: (setf truc-stake) ((truc truc))

automatically generated writer method

Source

truc.lisp.

Target Slot

stake.

Generic Function: ultimatum-p (var)
Package

teepeedee2.game.ultimatum.

Source

ultimatum.lisp.

Methods
Method: ultimatum-p ((var ultimatum))
Method: ultimatum-p (var)
Generic Reader: ultimatum-penalty (object)
Package

teepeedee2.game.ultimatum.

Methods
Reader Method: ultimatum-penalty ((ultimatum ultimatum))

automatically generated reader method

Source

ultimatum.lisp.

Target Slot

penalty.

Generic Writer: (setf ultimatum-penalty) (object)
Package

teepeedee2.game.ultimatum.

Methods
Writer Method: (setf ultimatum-penalty) ((ultimatum ultimatum))

automatically generated writer method

Source

ultimatum.lisp.

Target Slot

penalty.

Generic Reader: ultimatum-player-demand (object)
Package

teepeedee2.game.ultimatum.

Methods
Reader Method: ultimatum-player-demand ((ultimatum-player ultimatum-player))

automatically generated reader method

Source

ultimatum.lisp.

Target Slot

demand.

Generic Writer: (setf ultimatum-player-demand) (object)
Package

teepeedee2.game.ultimatum.

Methods
Writer Method: (setf ultimatum-player-demand) ((ultimatum-player ultimatum-player))

automatically generated writer method

Source

ultimatum.lisp.

Target Slot

demand.

Generic Function: ultimatum-player-p (var)
Package

teepeedee2.game.ultimatum.

Source

ultimatum.lisp.

Methods
Method: ultimatum-player-p ((var ultimatum-player))
Method: ultimatum-player-p (var)
Generic Reader: ultimatum-pot (object)
Package

teepeedee2.game.ultimatum.

Methods
Reader Method: ultimatum-pot ((ultimatum ultimatum))

automatically generated reader method

Source

ultimatum.lisp.

Target Slot

pot.

Generic Writer: (setf ultimatum-pot) (object)
Package

teepeedee2.game.ultimatum.

Methods
Writer Method: (setf ultimatum-pot) ((ultimatum ultimatum))

automatically generated writer method

Source

ultimatum.lisp.

Target Slot

pot.

Generic Reader: web-state-announcements (object)
Package

teepeedee2.game.

Methods
Reader Method: web-state-announcements ((web-state web-state))

automatically generated reader method

Source

web.lisp.

Target Slot

announcements.

Generic Writer: (setf web-state-announcements) (object)
Package

teepeedee2.game.

Methods
Writer Method: (setf web-state-announcements) ((web-state web-state))

automatically generated writer method

Source

web.lisp.

Target Slot

announcements.

Generic Reader: web-state-frame (object)
Package

teepeedee2.game.

Methods
Reader Method: web-state-frame ((web-state web-state))

automatically generated reader method

Source

web.lisp.

Target Slot

frame.

Generic Writer: (setf web-state-frame) (object)
Package

teepeedee2.game.

Methods
Writer Method: (setf web-state-frame) ((web-state web-state))

automatically generated writer method

Source

web.lisp.

Target Slot

frame.

Generic Reader: web-state-game-state (object)
Package

teepeedee2.game.

Methods
Reader Method: web-state-game-state ((web-state web-state))

automatically generated reader method

Source

web.lisp.

Target Slot

game-state.

Generic Writer: (setf web-state-game-state) (object)
Package

teepeedee2.game.

Methods
Writer Method: (setf web-state-game-state) ((web-state web-state))

automatically generated writer method

Source

web.lisp.

Target Slot

game-state.

Generic Function: web-state-p (var)
Package

teepeedee2.game.

Source

web.lisp.

Methods
Method: web-state-p ((var web-state))
Method: web-state-p (var)
Generic Reader: web-state-queued-choices (object)
Package

teepeedee2.game.

Methods
Reader Method: web-state-queued-choices ((web-state web-state))

automatically generated reader method

Source

web.lisp.

Target Slot

queued-choices.

Generic Writer: (setf web-state-queued-choices) (object)
Package

teepeedee2.game.

Methods
Writer Method: (setf web-state-queued-choices) ((web-state web-state))

automatically generated writer method

Source

web.lisp.

Target Slot

queued-choices.

Generic Reader: web-state-timed-out (object)
Package

teepeedee2.game.

Methods
Reader Method: web-state-timed-out ((web-state web-state))

automatically generated reader method

Source

web.lisp.

Target Slot

timed-out.

Generic Writer: (setf web-state-timed-out) (object)
Package

teepeedee2.game.

Methods
Writer Method: (setf web-state-timed-out) ((web-state web-state))

automatically generated writer method

Source

web.lisp.

Target Slot

timed-out.

Generic Reader: web-state-timeout (object)
Package

teepeedee2.game.

Methods
Reader Method: web-state-timeout ((web-state web-state))

automatically generated reader method

Source

web.lisp.

Target Slot

timeout.

Generic Writer: (setf web-state-timeout) (object)
Package

teepeedee2.game.

Methods
Writer Method: (setf web-state-timeout) ((web-state web-state))

automatically generated writer method

Source

web.lisp.

Target Slot

timeout.

Generic Reader: web-state-waiting-for-input (object)
Package

teepeedee2.game.

Methods
Reader Method: web-state-waiting-for-input ((web-state web-state))

automatically generated reader method

Source

web.lisp.

Target Slot

waiting-for-input.

Generic Writer: (setf web-state-waiting-for-input) (object)
Package

teepeedee2.game.

Methods
Writer Method: (setf web-state-waiting-for-input) ((web-state web-state))

automatically generated writer method

Source

web.lisp.

Target Slot

waiting-for-input.


6.2.8 Conditions

Condition: connection-buffer-overflow-error
Package

teepeedee2.io.

Source

protocol.lisp.

Direct superclasses

protocol-error.

Direct slots
Slot: con
Initargs

:con

Slot: len
Initargs

:len

Condition: ml-validation-error
Package

teepeedee2.ml.

Source

define-dtd.lisp.

Direct superclasses

error.

Direct subclasses
Direct slots
Slot: tag
Initargs

:tag

Slot: allowed-attributes
Initargs

:allowed-attributes

Slot: allowed-children
Initargs

:allowed-children

Condition: ml-validation-forbidden-attribute-error
Package

teepeedee2.ml.

Source

define-dtd.lisp.

Direct superclasses

ml-validation-error.

Direct slots
Slot: forbidden-attribute
Initargs

:forbidden-attribute

Condition: ml-validation-forbidden-child-error
Package

teepeedee2.ml.

Source

define-dtd.lisp.

Direct superclasses

ml-validation-error.

Direct slots
Slot: forbidden-child
Initargs

:forbidden-child

Condition: socket-error
Package

teepeedee2.io.

Source

socket.lisp.

Direct superclasses

error.

Direct subclasses
Direct methods

normal-connection-error.

Condition: socket-explicitly-hungup
Package

teepeedee2.io.

Source

socket.lisp.

Direct superclasses

socket-error.

Condition: ssl-error
Package

teepeedee2.io.

Source

ssl.lisp.

Direct superclasses

socket-error.

Direct methods

print-object.

Direct slots
Slot: call-name
Initform

(quote nil)

Initargs

:call-name

Slot: return-code
Initform

(quote nil)

Initargs

:rc

Slot: ssl-error-code
Initform

(quote nil)

Initargs

:ssl-error-code

Slot: errno
Initform

(quote teepeedee2.io::errno)

Condition: syscall-failed
Package

teepeedee2.io.

Source

syscalls.lisp.

Direct superclasses

error.

Direct methods
Direct slots
Slot: errno
Initargs

:errno

Readers

syscall-failed-errno.

Writers

This slot is read-only.

Slot: syscall
Initargs

:syscall


6.2.9 Structures

Structure: action
Package

teepeedee2.webapp.

Source

actions.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: id
Initform

(teepeedee2.webapp::random-web-sparse-key 10)

Readers

action-id.

Writers

(setf action-id).

Slot: func
Readers

action-func.

Writers

(setf action-func).

Structure: blog
Package

teepeedee2.blog.

Source

blog.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: name
Readers

blog-name.

Writers

(setf blog-name).

Slot: admin-password-file
Readers

blog-admin-password-file.

Writers

(setf blog-admin-password-file).

Slot: dir
Readers

blog-dir.

Writers

(setf blog-dir).

Slot: entries
Readers

blog-entries.

Writers

(setf blog-entries).

Slot: entries-table
Readers

blog-entries-table.

Writers

(setf blog-entries-table).

Slot: site
Initform

(teepeedee2.webapp:current-site)

Readers

blog-site.

Writers

(setf blog-site).

Initform

"/"

Readers

blog-link-base.

Writers

(setf blog-link-base).

Slot: comment-index-prefix
Readers

blog-comment-index-prefix.

Writers

(setf blog-comment-index-prefix).

Slot: static-base-url
Readers

blog-static-base-url.

Writers

(setf blog-static-base-url).

Structure: comment
Package

teepeedee2.blog.

Source

entry.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: datastore-id
Package

teepeedee2.datastore.

Readers

unlogged-comment-datastore-id.

Writers

(setf unlogged-comment-datastore-id).

Slot: entry-index-name
Readers

unlogged-comment-entry-index-name.

Writers

(setf unlogged-comment-entry-index-name).

Slot: text
Readers

unlogged-comment-text.

Writers

(setf unlogged-comment-text).

Slot: author
Readers

unlogged-comment-author.

Writers

(setf unlogged-comment-author).

Slot: time
Package

common-lisp.

Readers

unlogged-comment-time.

Writers

(setf unlogged-comment-time).

Slot: trace-details
Readers

unlogged-comment-trace-details.

Writers

(setf unlogged-comment-trace-details).

Structure: con
Package

teepeedee2.io.

Source

con.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: socket
Readers

con-socket.

Writers

(setf con-socket).

Slot: peer-info
Type

(or null cl-irregsexp.bytestrings:byte-vector)

Readers

con-peer-info.

Writers

(setf con-peer-info).

Slot: recv
Type

teepeedee2.io::recvbuf

Initform

(teepeedee2.io::get-recvbuf)

Readers

con-recv.

Writers

(setf con-recv).

Slot: timeout
Readers

con-timeout.

Writers

(setf con-timeout).

Slot: ready-callback
Readers

con-ready-callback.

Writers

(setf con-ready-callback).

Slot: err
Readers

con-err.

Writers

(setf con-err).

Slot: hangup-hook
Readers

con-hangup-hook.

Writers

(setf con-hangup-hook).

Structure: datastore-index
Package

teepeedee2.datastore.

Source

datastore.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: slot-name
Readers

datastore-index-slot-name.

Writers

(setf datastore-index-slot-name).

Slot: table
Initform

(make-hash-table :test (function equal))

Readers

datastore-index-table.

Writers

(setf datastore-index-table).

Structure: dispatcher
Package

teepeedee2.http.

Source

dispatcher.lisp.

Direct superclasses

structure-object.

Direct methods

print-object.

Direct slots
Slot: canonical-name
Readers

dispatcher-canonical-name.

Writers

(setf dispatcher-canonical-name).

Slot: canonical-protocol
Initform

"http://"

Readers

dispatcher-canonical-protocol.

Writers

(setf dispatcher-canonical-protocol).

Slot: paths
Initform

(make-hash-table :test (quote equalp))

Readers

dispatcher-paths.

Writers

(setf dispatcher-paths).

Slot: error-responder
Initform

(quote teepeedee2.http::default-http-error-page)

Readers

dispatcher-error-responder.

Writers

(setf dispatcher-error-responder).

Structure: epoll
Package

teepeedee2.io.

Source

epoll.lisp.

Direct superclasses

mux.

Direct slots
Slot: fd
Readers

epoll-fd.

Writers

(setf epoll-fd).

Slot: events
Readers

epoll-events.

Writers

(setf epoll-events).

Slot: postpone-registration
Readers

epoll-postpone-registration.

Writers

(setf epoll-postpone-registration).

Slot: postponed-registrations
Readers

epoll-postponed-registrations.

Writers

(setf epoll-postponed-registrations).

Structure: game-generator
Package

teepeedee2.game.

Source

framework.lisp.

Direct superclasses

structure-object.

Direct methods

game-name.

Direct slots
Slot: make-game
Readers

game-generator-make-game.

Writers

(setf game-generator-make-game).

Slot: advertised
Readers

game-generator-advertised.

Writers

(setf game-generator-advertised).

Slot: unassigned-controllers-waiting
Readers

game-generator-unassigned-controllers-waiting.

Writers

(setf game-generator-unassigned-controllers-waiting).

Slot: name
Readers

game-generator-name.

Writers

(setf game-generator-name).

Slot: description
Readers

game-generator-description.

Writers

(setf game-generator-description).

Structure: move-state
Package

teepeedee2.game.

Source

unassigned-controller.lisp.

Direct superclasses

structure-object.

Direct methods

object-to-ml.

Direct slots
Slot: cc
Readers

move-state-cc.

Writers

(setf move-state-cc).

Slot: move-type
Readers

move-state-move-type.

Writers

(setf move-state-move-type).

Slot: player-state
Readers

move-state-player-state.

Writers

(setf move-state-player-state).

Slot: choices
Readers

move-state-choices.

Writers

(setf move-state-choices).

Slot: args
Readers

move-state-args.

Writers

(setf move-state-args).

Structure: mux
Package

teepeedee2.io.

Source

mux.lisp.

Direct superclasses

structure-object.

Direct subclasses

epoll.

Direct slots
Slot: fd-to-con
Type

(simple-array (or null teepeedee2.io::con))

Initform

(teepeedee2.io::make-mux-array 128)

Readers

mux-fd-to-con.

Writers

(setf mux-fd-to-con).

Structure: queued-choice
Package

teepeedee2.game.

Source

web.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: move-type
Readers

queued-choice-move-type.

Writers

(setf queued-choice-move-type).

Slot: choice
Readers

queued-choice-choice.

Writers

(setf queued-choice-choice).

Structure: quick-queue
Package

teepeedee2.lib.

Source

quick-queue.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: entries
Type

(simple-array teepeedee2.lib::quick-queue-entry)

Initform

(let ((teepeedee2.lib::len (* 16 1024))) (copy-seq (map (quote (vector teepeedee2.lib::quick-queue-entry)) (quote identity) (loop iterate:for teepeedee2.lib::i teepeedee2.lib::below teepeedee2.lib::len iterate:collect (let ((teepeedee2.lib::entry (teepeedee2.lib::make-quick-queue-entry))) (teepeedee2.lib::quick-queue-entry-init teepeedee2.lib::entry) teepeedee2.lib::entry)))))

Readers

quick-queue-entries.

Writers

(setf quick-queue-entries).

Structure: quick-queue-entry
Package

teepeedee2.lib.

Source

quick-queue.lisp.

Direct superclasses

structure-object.

Direct subclasses

timeout.

Direct slots
Slot: next
Package

iterate.

Readers

quick-queue-entry-next.

Writers

(setf quick-queue-entry-next).

Slot: prev
Readers

quick-queue-entry-prev.

Writers

(setf quick-queue-entry-prev).

Structure: raw-ml-sendbuf
Package

teepeedee2.ml.

Source

output.lisp.

Direct superclasses

sendbuf.

Direct methods
Structure: recvbuf
Package

teepeedee2.io.

Source

recvbuf.lisp.

Direct superclasses

structure-object.

Direct methods

print-object.

Direct slots
Slot: store
Type

cl-irregsexp.bytestrings:simple-byte-vector

Initform

(cl-irregsexp.bytestrings:make-byte-vector teepeedee2.io::+recvbuf-default-size+)

Readers

recvbuf-store.

Writers

(setf recvbuf-store).

Slot: read-idx
Type

teepeedee2.io::recvbuf-small-integer

Initform

0

Readers

recvbuf-read-idx.

Writers

(setf recvbuf-read-idx).

Slot: write-idx
Type

teepeedee2.io::recvbuf-small-integer

Initform

0

Readers

recvbuf-write-idx.

Writers

(setf recvbuf-write-idx).

Structure: repeater
Package

teepeedee2.io.

Source

repeater.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: con
Readers

repeater-con.

Writers

(setf repeater-con).

Slot: other
Readers

repeater-other.

Writers

(setf repeater-other).

Structure: response
Package

teepeedee2.survey.

Source

survey.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: datastore-id
Package

teepeedee2.datastore.

Readers

unlogged-response-datastore-id.

Writers

(setf unlogged-response-datastore-id).

Slot: survey-name
Readers

unlogged-response-survey-name.

Writers

(setf unlogged-response-survey-name).

Slot: responses
Readers

unlogged-response-responses.

Writers

(setf unlogged-response-responses).

Slot: time
Package

common-lisp.

Readers

unlogged-response-time.

Writers

(setf unlogged-response-time).

Slot: trace-details
Readers

unlogged-response-trace-details.

Writers

(setf unlogged-response-trace-details).

Structure: servestate
Package

teepeedee2.http.

Source

servestate.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: method
Package

common-lisp.

Type

(or null cl-irregsexp.bytestrings:simple-byte-vector)

Readers

servestate-method.

Writers

(setf servestate-method).

Slot: path
Type

(or null cl-irregsexp.bytestrings:simple-byte-vector)

Readers

servestate-path.

Writers

(setf servestate-path).

Slot: query-string
Type

(or null cl-irregsexp.bytestrings:simple-byte-vector)

Readers

servestate-query-string.

Writers

(setf servestate-query-string).

Slot: post-parameters
Type

(or null cl-irregsexp.bytestrings:simple-byte-vector)

Readers

servestate-post-parameters.

Writers

(setf servestate-post-parameters).

Slot: origin
Type

cl-irregsexp.bytestrings:simple-byte-vector

Readers

servestate-origin.

Writers

(setf servestate-origin).

Slot: connection-close
Type

(member t nil)

Readers

servestate-connection-close.

Writers

(setf servestate-connection-close).

Slot: content-length
Type

fixnum

Initform

0

Readers

servestate-content-length.

Writers

(setf servestate-content-length).

Slot: response
Type

(or null teepeedee2.io:sendbuf)

Readers

servestate-response.

Writers

(setf servestate-response).

Type

list

Readers

servestate-cookie.

Writers

(setf servestate-cookie).

Slot: referer
Type

list

Readers

servestate-referer.

Writers

(setf servestate-referer).

Slot: user-agent
Type

list

Readers

servestate-user-agent.

Writers

(setf servestate-user-agent).

Slot: accept
Package

teepeedee2.io.

Type

list

Readers

servestate-accept.

Writers

(setf servestate-accept).

Slot: content-type
Type

list

Readers

servestate-content-type.

Writers

(setf servestate-content-type).

Slot: host
Type

list

Readers

servestate-host.

Writers

(setf servestate-host).

Structure: site
Package

teepeedee2.webapp.

Source

site.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: runtime-name
Initform

(quote teepeedee2.webapp::*current-site*)

Readers

site-runtime-name.

Writers

(setf site-runtime-name).

Slot: dispatcher
Initform

teepeedee2.http:*default-dispatcher*

Readers

site-dispatcher.

Writers

(setf site-dispatcher).

Slot: frameless-lambda-callbacks
Readers

site-frameless-lambda-callbacks.

Writers

(setf site-frameless-lambda-callbacks).

Slot: page-head
Initform

(lambda (teepeedee2.webapp::title) (sb-int:quasiquote (teepeedee2.ml:with-ml-output (teepeedee2.ml.html:<title #s(sb-impl::comma :expr teepeedee2.webapp::title :kind 0)) (teepeedee2.webapp:webapp-default-page-head-contents))))

Readers

site-page-head.

Writers

(setf site-page-head).

Slot: action-page-name
Initform

teepeedee2.webapp::+action-page-name+

Readers

site-action-page-name.

Writers

(setf site-action-page-name).

Slot: channel-page-name
Initform

teepeedee2.webapp::+channel-page-name+

Readers

site-channel-page-name.

Writers

(setf site-channel-page-name).

Slot: page-body-start
Initform

(lambda (teepeedee2.webapp::title) (sb-int:quasiquote (teepeedee2.ml.html:<h1 #s(sb-impl::comma :expr teepeedee2.webapp::title :kind 0))))

Readers

site-page-body-start.

Writers

(setf site-page-body-start).

Slot: page-body-footer
Initform

(lambda (teepeedee2.webapp::title) (declare (ignore teepeedee2.webapp::title)) (sb-int:quasiquote (teepeedee2.webapp:webapp-default-page-footer)))

Readers

site-page-body-footer.

Writers

(setf site-page-body-footer).

Slot: runtime-page-head
Readers

site-runtime-page-head.

Writers

(setf site-runtime-page-head).

Slot: runtime-page-body-start
Readers

site-runtime-page-body-start.

Writers

(setf site-runtime-page-body-start).

Slot: runtime-page-body-footer
Readers

site-runtime-page-body-footer.

Writers

(setf site-runtime-page-body-footer).

Structure: ssl-socket
Package

teepeedee2.io.

Source

ssl.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: transport
Readers

ssl-socket-transport.

Writers

(setf ssl-socket-transport).

Slot: ssl
Readers

ssl-socket-ssl.

Writers

(setf ssl-socket-ssl).

Slot: event-wanted
Initform

0

Readers

ssl-socket-event-wanted.

Writers

(setf ssl-socket-event-wanted).

Slot: state
Readers

ssl-socket-state.

Writers

(setf ssl-socket-state).

Structure: survey
Package

teepeedee2.survey.

Source

survey.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: datastore-id
Package

teepeedee2.datastore.

Readers

unlogged-survey-datastore-id.

Writers

(setf unlogged-survey-datastore-id).

Slot: name
Readers

unlogged-survey-name.

Writers

(setf unlogged-survey-name).

Slot: text
Readers

unlogged-survey-text.

Writers

(setf unlogged-survey-text).

Slot: questions
Readers

unlogged-survey-questions.

Writers

(setf unlogged-survey-questions).

Structure: timeout
Package

teepeedee2.lib.

Source

timeout.lisp.

Direct superclasses

quick-queue-entry.

Direct methods

print-object.

Direct slots
Slot: time
Package

common-lisp.

Type

(or null integer)

Readers

timeout-time.

Writers

(setf timeout-time).

Slot: func
Readers

timeout-func.

Writers

(setf timeout-func).

Structure: unassigned-controller
Package

teepeedee2.game.

Source

unassigned-controller.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: move-states
Readers

unassigned-controller-move-states.

Writers

(setf unassigned-controller-move-states).

Slot: game
Readers

unassigned-controller-game.

Writers

(setf unassigned-controller-game).

Slot: timeout
Readers

unassigned-controller-timeout.

Writers

(setf unassigned-controller-timeout).

Slot: game-generator
Readers

unassigned-controller-game-generator.

Writers

(setf unassigned-controller-game-generator).


6.2.10 Classes

Class: addrinfo-tclass
Package

teepeedee2.io.

Source

syscalls.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: entry
Package

teepeedee2.blog.

Source

entry.lisp.

Direct methods
Direct slots
Slot: blog
Initargs

:blog

Readers

entry-blog.

Writers

(setf entry-blog).

Slot: name
Initargs

:name

Readers

entry-name.

Writers

(setf entry-name).

Slot: tags
Initargs

:tags

Readers

entry-tags.

Writers

(setf entry-tags).

Slot: title
Initform

"untitled"

Initargs

:title

Readers

entry-title.

Writers

(setf entry-title).

Slot: time
Package

common-lisp.

Initargs

:time

Readers

entry-time.

Writers

(setf entry-time).

Slot: expiry-time
Initargs

:expiry-time

Readers

entry-expiry-time.

Writers

(setf entry-expiry-time).

Slot: body-function
Initargs

:body-function

Readers

entry-body-function.

Writers

(setf entry-body-function).

Slot: score
Initargs

:score

Readers

entry-score.

Writers

(setf entry-score).

Slot: score-update-time
Initargs

:score-update-time

Readers

entry-score-update-time.

Writers

(setf entry-score-update-time).

Class: entry-channel
Package

teepeedee2.blog.

Source

entry.lisp.

Direct superclasses

simple-channel.

Direct methods
Direct slots
Slot: entry
Initargs

:entry

Readers

entry-channel-entry.

Writers

(setf entry-channel-entry).

Class: epoll-event-tclass
Package

teepeedee2.io.

Source

syscalls.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: iovec-tclass
Package

teepeedee2.io.

Source

syscalls.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: nash-bargain-player
Package

teepeedee2.game.nash-bargain.

Source

nash-bargain.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: demand
Initform

0

Initargs

:demand

Readers

nash-bargain-player-demand.

Writers

(setf nash-bargain-player-demand).

Class: prisoners-dilemma
Package

teepeedee2.game.prisoners-dilemma.

Source

prisoners-dilemma.lisp.

Direct superclasses

coin-game.

Direct methods
Direct slots
Slot: share
Initform

(teepeedee2.lib:random-between teepeedee2.game.prisoners-dilemma::*min-share* teepeedee2.game.prisoners-dilemma::*max-share*)

Initargs

:share

Readers

prisoners-dilemma-share.

Writers

(setf prisoners-dilemma-share).

Slot: grab
Initform

(teepeedee2.lib:random-between teepeedee2.game.prisoners-dilemma::*min-grab* teepeedee2.game.prisoners-dilemma::*max-grab*)

Initargs

:grab

Readers

prisoners-dilemma-grab.

Writers

(setf prisoners-dilemma-grab).

Slot: penalty
Initform

(teepeedee2.lib:random-between teepeedee2.game.prisoners-dilemma::*min-penalty* teepeedee2.game.prisoners-dilemma::*max-penalty*)

Initargs

:penalty

Readers

prisoners-dilemma-penalty.

Writers

(setf prisoners-dilemma-penalty).

Slot: big-penalty
Initform

(teepeedee2.lib:random-between teepeedee2.game.prisoners-dilemma::*min-big-penalty* teepeedee2.game.prisoners-dilemma::*max-big-penalty*)

Initargs

:big-penalty

Readers

prisoners-dilemma-big-penalty.

Writers

(setf prisoners-dilemma-big-penalty).

Class: prisoners-dilemma-player
Package

teepeedee2.game.prisoners-dilemma.

Source

prisoners-dilemma.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: agree
Initargs

:agree

Readers

prisoners-dilemma-player-agree.

Writers

(setf prisoners-dilemma-player-agree).

Class: roshambo
Package

teepeedee2.game.roshambo.

Source

roshambo.lisp.

Direct superclasses

game.

Direct methods
Class: roshambo-player
Package

teepeedee2.game.roshambo.

Source

roshambo.lisp.

Direct superclasses

player.

Direct methods
Direct slots
Slot: choice
Initargs

:choice

Readers

roshambo-player-choice.

Writers

(setf roshambo-player-choice).

Class: sockaddr_in-tclass
Package

teepeedee2.io.

Source

syscalls.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: survey-channel
Package

teepeedee2.survey.

Source

survey.lisp.

Direct superclasses

simple-channel.

Direct methods
Direct slots
Slot: survey
Initargs

:survey

Readers

survey-channel-survey.

Writers

(setf survey-channel-survey).

Class: timeval-tclass
Package

teepeedee2.io.

Source

syscalls.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: truc
Package

teepeedee2.game.truc.

Source

truc.lisp.

Direct superclasses

game.

Direct methods
Direct slots
Slot: stake
Initargs

:stake

Readers

truc-stake.

Writers

(setf truc-stake).

Slot: ordered-winners
Initargs

:ordered-winners

Readers

truc-ordered-winners.

Writers

(setf truc-ordered-winners).

Class: truc-player
Package

teepeedee2.game.truc.

Source

truc.lisp.

Direct superclasses

player.

Direct methods
Direct slots
Slot: cards
Initargs

:cards

Readers

truc-player-cards.

Writers

(setf truc-player-cards).

Slot: wins
Initform

0

Initargs

:wins

Readers

truc-player-wins.

Writers

(setf truc-player-wins).

Slot: stack
Initform

0

Initargs

:stack

Readers

truc-player-stack.

Writers

(setf truc-player-stack).

Slot: chosen-card
Initargs

:chosen-card

Readers

truc-player-chosen-card.

Writers

(setf truc-player-chosen-card).

Slot: folded
Initargs

:folded

Readers

truc-player-folded.

Writers

(setf truc-player-folded).

Class: ultimatum
Package

teepeedee2.game.ultimatum.

Source

ultimatum.lisp.

Direct superclasses

coin-game.

Direct methods
Direct slots
Slot: pot
Initform

(teepeedee2.lib:random-between teepeedee2.game.ultimatum::*min-pot* teepeedee2.game.ultimatum::*max-pot*)

Initargs

:pot

Readers

ultimatum-pot.

Writers

(setf ultimatum-pot).

Slot: penalty
Initform

(teepeedee2.lib:random-between teepeedee2.game.ultimatum::*min-penalty* teepeedee2.game.ultimatum::*max-penalty*)

Initargs

:penalty

Readers

ultimatum-penalty.

Writers

(setf ultimatum-penalty).

Class: ultimatum-player
Package

teepeedee2.game.ultimatum.

Source

ultimatum.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: demand
Initform

0

Initargs

:demand

Readers

ultimatum-player-demand.

Writers

(setf ultimatum-player-demand).

Class: web-state
Package

teepeedee2.game.

Source

web.lisp.

Direct superclasses

simple-channel.

Direct methods
Direct slots
Slot: frame
Package

teepeedee2.webapp.

Initargs

:frame

Readers

web-state-frame.

Writers

(setf web-state-frame).

Slot: announcements
Initargs

:announcements

Readers

web-state-announcements.

Writers

(setf web-state-announcements).

Slot: waiting-for-input
Initargs

:waiting-for-input

Readers

web-state-waiting-for-input.

Writers

(setf web-state-waiting-for-input).

Slot: queued-choices
Initargs

:queued-choices

Readers

web-state-queued-choices.

Writers

(setf web-state-queued-choices).

Slot: game-state
Initargs

:game-state

Readers

web-state-game-state.

Writers

(setf web-state-game-state).

Slot: timed-out
Initargs

:timed-out

Readers

web-state-timed-out.

Writers

(setf web-state-timed-out).

Slot: timeout
Initform

(teepeedee2.lib:make-timeout)

Initargs

:timeout

Readers

web-state-timeout.

Writers

(setf web-state-timeout).


6.2.11 Types

Type: recvbuf-small-integer ()
Package

teepeedee2.io.

Source

recvbuf.lisp.

Type: sendbuf-small-integer ()
Package

teepeedee2.io.

Source

sendbuf.lisp.

Type: syscall-return-integer ()
Package

teepeedee2.io.

Source

syscalls.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   %   (   <  
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W  
Index Entry  Section

%
%make-con: Private ordinary functions
%make-epoll: Private ordinary functions
%make-site: Private ordinary functions
%make-timeout-internal: Private ordinary functions

(
(setf action-func): Private ordinary functions
(setf action-id): Private ordinary functions
(setf blog-admin-password-file): Private ordinary functions
(setf blog-comment-index-prefix): Private ordinary functions
(setf blog-dir): Private ordinary functions
(setf blog-entries): Private ordinary functions
(setf blog-entries-table): Private ordinary functions
(setf blog-link-base): Private ordinary functions
(setf blog-name): Private ordinary functions
(setf blog-site): Private ordinary functions
(setf blog-static-base-url): Private ordinary functions
(setf card-suit): Private ordinary functions
(setf card-value): Public ordinary functions
(setf channel-id): Private generic functions
(setf channel-id): Private generic functions
(setf channel-state): Private generic functions
(setf channel-state): Private generic functions
(setf channel-subscribers): Private generic functions
(setf channel-subscribers): Private generic functions
(setf coin-game-player-coins): Private generic functions
(setf coin-game-player-coins): Private generic functions
(setf comment-author): Private ordinary functions
(setf comment-datastore-id): Private ordinary functions
(setf comment-entry-index-name): Private ordinary functions
(setf comment-text): Private ordinary functions
(setf comment-time): Private ordinary functions
(setf comment-trace-details): Private ordinary functions
(setf con-err): Private ordinary functions
(setf con-hangup-hook): Public ordinary functions
(setf con-peer-info): Public ordinary functions
(setf con-ready-callback): Private ordinary functions
(setf con-recv): Private ordinary functions
(setf con-socket): Public ordinary functions
(setf con-timeout): Public ordinary functions
(setf datastore-index-slot-name): Private ordinary functions
(setf datastore-index-table): Private ordinary functions
(setf dispatcher-canonical-name): Public ordinary functions
(setf dispatcher-canonical-protocol): Private ordinary functions
(setf dispatcher-error-responder): Private ordinary functions
(setf dispatcher-paths): Private ordinary functions
(setf entry-blog): Private generic functions
(setf entry-blog): Private generic functions
(setf entry-body-function): Private generic functions
(setf entry-body-function): Private generic functions
(setf entry-channel-entry): Private generic functions
(setf entry-channel-entry): Private generic functions
(setf entry-expiry-time): Private generic functions
(setf entry-expiry-time): Private generic functions
(setf entry-name): Private generic functions
(setf entry-name): Private generic functions
(setf entry-score): Private generic functions
(setf entry-score): Private generic functions
(setf entry-score-update-time): Private generic functions
(setf entry-score-update-time): Private generic functions
(setf entry-tags): Private generic functions
(setf entry-tags): Private generic functions
(setf entry-time): Private generic functions
(setf entry-time): Private generic functions
(setf entry-title): Private generic functions
(setf entry-title): Private generic functions
(setf epoll-events): Private ordinary functions
(setf epoll-fd): Private ordinary functions
(setf epoll-fd-to-con): Private ordinary functions
(setf epoll-postpone-registration): Private ordinary functions
(setf epoll-postponed-registrations): Private ordinary functions
(setf frame-current-page): Private generic functions
(setf frame-current-page): Private generic functions
(setf frame-destroy-hooks): Public generic functions
(setf frame-destroy-hooks): Public generic functions
(setf frame-site): Private generic functions
(setf frame-site): Private generic functions
(setf frame-timeout): Private generic functions
(setf frame-timeout): Private generic functions
(setf frame-trace-info): Public generic functions
(setf frame-trace-info): Public generic functions
(setf frame-username): Public generic functions
(setf frame-username): Public generic functions
(setf frame-var): Public ordinary functions
(setf frame-variables): Private generic functions
(setf frame-variables): Private generic functions
(setf game-game-over): Private generic functions
(setf game-game-over): Private generic functions
(setf game-generator-advertised): Private ordinary functions
(setf game-generator-description): Private ordinary functions
(setf game-generator-make-game): Private ordinary functions
(setf game-generator-name): Private ordinary functions
(setf game-generator-unassigned-controllers-waiting): Private ordinary functions
(setf game-other-listeners): Private generic functions
(setf game-other-listeners): Private generic functions
(setf game-players): Private generic functions
(setf game-players): Private generic functions
(setf its): Public macros
(setf list-channel-list): Private generic functions
(setf list-channel-list): Private generic functions
(setf message-channel-messages): Private generic functions
(setf message-channel-messages): Private generic functions
(setf move-state-args): Private ordinary functions
(setf move-state-cc): Private ordinary functions
(setf move-state-choices): Private ordinary functions
(setf move-state-move-type): Private ordinary functions
(setf move-state-player-state): Private ordinary functions
(setf mux-fd-to-con): Private ordinary functions
(setf nash-bargain-penalty): Private generic functions
(setf nash-bargain-penalty): Private generic functions
(setf nash-bargain-player-demand): Private generic functions
(setf nash-bargain-player-demand): Private generic functions
(setf nash-bargain-pot): Private generic functions
(setf nash-bargain-pot): Private generic functions
(setf player-controller): Public generic functions
(setf player-controller): Public generic functions
(setf player-controller-var): Public generic functions
(setf player-controller-var): Public generic functions
(setf player-controller-var): Public generic functions
(setf player-controller-var): Public generic functions
(setf player-game): Private generic functions
(setf player-game): Private generic functions
(setf player-waiting-for-input): Private generic functions
(setf player-waiting-for-input): Private generic functions
(setf prisoners-dilemma-big-penalty): Private generic functions
(setf prisoners-dilemma-big-penalty): Private generic functions
(setf prisoners-dilemma-grab): Private generic functions
(setf prisoners-dilemma-grab): Private generic functions
(setf prisoners-dilemma-penalty): Private generic functions
(setf prisoners-dilemma-penalty): Private generic functions
(setf prisoners-dilemma-player-agree): Private generic functions
(setf prisoners-dilemma-player-agree): Private generic functions
(setf prisoners-dilemma-share): Private generic functions
(setf prisoners-dilemma-share): Private generic functions
(setf question-choices): Private ordinary functions
(setf question-text): Private ordinary functions
(setf queued-choice-choice): Private ordinary functions
(setf queued-choice-move-type): Private ordinary functions
(setf quick-queue-entries): Private ordinary functions
(setf quick-queue-entry-next): Private ordinary functions
(setf quick-queue-entry-prev): Private ordinary functions
(setf raw-ml-sendbuf-head): Private ordinary functions
(setf raw-ml-sendbuf-len): Private ordinary functions
(setf raw-ml-sendbuf-num-bufs): Private ordinary functions
(setf raw-ml-sendbuf-offset): Private ordinary functions
(setf raw-ml-sendbuf-tail): Private ordinary functions
(setf recvbuf-read-idx): Private ordinary functions
(setf recvbuf-store): Private ordinary functions
(setf recvbuf-write-idx): Private ordinary functions
(setf repeater-con): Private ordinary functions
(setf repeater-other): Private ordinary functions
(setf response-datastore-id): Private ordinary functions
(setf response-responses): Private ordinary functions
(setf response-survey-name): Private ordinary functions
(setf response-time): Private ordinary functions
(setf response-trace-details): Private ordinary functions
(setf roshambo-player-choice): Private generic functions
(setf roshambo-player-choice): Private generic functions
(setf sendbuf-head): Private ordinary functions
(setf sendbuf-len): Public ordinary functions
(setf sendbuf-num-bufs): Private ordinary functions
(setf sendbuf-offset): Private ordinary functions
(setf sendbuf-tail): Private ordinary functions
(setf servestate-accept): Private ordinary functions
(setf servestate-accept*): Private ordinary functions
(setf servestate-connection-close): Private ordinary functions
(setf servestate-connection-close*): Private ordinary functions
(setf servestate-content-length): Private ordinary functions
(setf servestate-content-length*): Private ordinary functions
(setf servestate-content-type): Private ordinary functions
(setf servestate-content-type*): Private ordinary functions
(setf servestate-cookie): Private ordinary functions
(setf servestate-cookie*): Private ordinary functions
(setf servestate-host): Private ordinary functions
(setf servestate-host*): Private ordinary functions
(setf servestate-method): Private ordinary functions
(setf servestate-method*): Private ordinary functions
(setf servestate-origin): Private ordinary functions
(setf servestate-origin*): Public ordinary functions
(setf servestate-path): Private ordinary functions
(setf servestate-path*): Private ordinary functions
(setf servestate-post-parameters): Private ordinary functions
(setf servestate-post-parameters*): Private ordinary functions
(setf servestate-query-string): Private ordinary functions
(setf servestate-query-string*): Private ordinary functions
(setf servestate-referer): Private ordinary functions
(setf servestate-referer*): Private ordinary functions
(setf servestate-response): Private ordinary functions
(setf servestate-response*): Private ordinary functions
(setf servestate-user-agent): Private ordinary functions
(setf servestate-user-agent*): Private ordinary functions
(setf site-action-page-name): Private ordinary functions
(setf site-channel-page-name): Private ordinary functions
(setf site-dispatcher): Private ordinary functions
(setf site-frameless-lambda-callbacks): Private ordinary functions
(setf site-page-body-footer): Private ordinary functions
(setf site-page-body-start): Private ordinary functions
(setf site-page-head): Private ordinary functions
(setf site-runtime-name): Private ordinary functions
(setf site-runtime-page-body-footer): Private ordinary functions
(setf site-runtime-page-body-start): Private ordinary functions
(setf site-runtime-page-head): Private ordinary functions
(setf ssl-socket-event-wanted): Private ordinary functions
(setf ssl-socket-ssl): Private ordinary functions
(setf ssl-socket-state): Private ordinary functions
(setf ssl-socket-transport): Private ordinary functions
(setf survey-channel-survey): Private generic functions
(setf survey-channel-survey): Private generic functions
(setf survey-datastore-id): Private ordinary functions
(setf survey-name): Private ordinary functions
(setf survey-questions): Private ordinary functions
(setf survey-text): Private ordinary functions
(setf timeout-func): Public ordinary functions
(setf timeout-next): Private ordinary functions
(setf timeout-prev): Private ordinary functions
(setf timeout-time): Private ordinary functions
(setf truc-ordered-winners): Private generic functions
(setf truc-ordered-winners): Private generic functions
(setf truc-player-cards): Private generic functions
(setf truc-player-cards): Private generic functions
(setf truc-player-chosen-card): Private generic functions
(setf truc-player-chosen-card): Private generic functions
(setf truc-player-folded): Private generic functions
(setf truc-player-folded): Private generic functions
(setf truc-player-stack): Private generic functions
(setf truc-player-stack): Private generic functions
(setf truc-player-wins): Private generic functions
(setf truc-player-wins): Private generic functions
(setf truc-stake): Private generic functions
(setf truc-stake): Private generic functions
(setf ultimatum-penalty): Private generic functions
(setf ultimatum-penalty): Private generic functions
(setf ultimatum-player-demand): Private generic functions
(setf ultimatum-player-demand): Private generic functions
(setf ultimatum-pot): Private generic functions
(setf ultimatum-pot): Private generic functions
(setf unassigned-controller-game): Private ordinary functions
(setf unassigned-controller-game-generator): Private ordinary functions
(setf unassigned-controller-move-states): Private ordinary functions
(setf unassigned-controller-timeout): Private ordinary functions
(setf unlogged-comment-author): Private ordinary functions
(setf unlogged-comment-datastore-id): Private ordinary functions
(setf unlogged-comment-entry-index-name): Private ordinary functions
(setf unlogged-comment-text): Private ordinary functions
(setf unlogged-comment-time): Private ordinary functions
(setf unlogged-comment-trace-details): Private ordinary functions
(setf unlogged-response-datastore-id): Private ordinary functions
(setf unlogged-response-responses): Private ordinary functions
(setf unlogged-response-survey-name): Private ordinary functions
(setf unlogged-response-time): Private ordinary functions
(setf unlogged-response-trace-details): Private ordinary functions
(setf unlogged-survey-datastore-id): Private ordinary functions
(setf unlogged-survey-name): Private ordinary functions
(setf unlogged-survey-questions): Private ordinary functions
(setf unlogged-survey-text): Private ordinary functions
(setf web-state-announcements): Private generic functions
(setf web-state-announcements): Private generic functions
(setf web-state-frame): Private generic functions
(setf web-state-frame): Private generic functions
(setf web-state-game-state): Private generic functions
(setf web-state-game-state): Private generic functions
(setf web-state-queued-choices): Private generic functions
(setf web-state-queued-choices): Private generic functions
(setf web-state-timed-out): Private generic functions
(setf web-state-timed-out): Private generic functions
(setf web-state-timeout): Private generic functions
(setf web-state-timeout): Private generic functions
(setf web-state-waiting-for-input): Private generic functions
(setf web-state-waiting-for-input): Private generic functions
(setf webapp-frame-var): Public ordinary functions

<
<a: Public macros
<abbr: Public macros
<acronym: Public macros
<address: Public macros
<area: Public macros
<author: Public macros
<b: Public macros
<base: Public macros
<bdo: Public macros
<big: Public macros
<blockquote: Public macros
<body: Public macros
<br: Public macros
<button: Public macros
<caption: Public macros
<channel: Public macros
<cite: Public macros
<code: Public macros
<col: Public macros
<colgroup: Public macros
<content: Public macros
<dd: Public macros
<del: Public macros
<description: Public macros
<dfn: Public macros
<div: Public macros
<dl: Public macros
<dt: Public macros
<em: Public macros
<email: Public macros
<entry: Public macros
<feed: Public macros
<fieldset: Public macros
<form: Public macros
<h1: Public macros
<h2: Public macros
<h3: Public macros
<h4: Public macros
<h5: Public macros
<h6: Public macros
<head: Public macros
<hr: Public macros
<html: Public macros
<i: Public macros
<id: Public macros
<iframe: Public macros
<img: Public macros
<input: Public macros
<ins: Public macros
<item: Public macros
<kbd: Public macros
<label: Public macros
<legend: Public macros
<li: Public macros
<link: Public macros
<link: Public macros
<link: Public macros
<map: Public macros
<meta: Public macros
<name: Public macros
<noscript: Public macros
<object: Public macros
<ol: Public macros
<optgroup: Public macros
<option: Public macros
<p: Public macros
<param: Public macros
<pre: Public macros
<q: Public macros
<rss: Public macros
<samp: Public macros
<script: Public macros
<select: Public macros
<small: Public macros
<span: Public macros
<strong: Public macros
<style: Public macros
<sub: Public macros
<subtitle: Public macros
<summary: Public macros
<sup: Public macros
<table: Public macros
<tbody: Public macros
<td: Public macros
<textarea: Public macros
<tfoot: Public macros
<th: Public macros
<thead: Public macros
<title: Public macros
<title: Public macros
<title: Public macros
<tr: Public macros
<tt: Public macros
<ul: Public macros
<updated: Public macros
<var: Public macros

A
accept: Public ordinary functions
accept-forever: Public ordinary functions
accept4-supported: Private ordinary functions
acond: Public macros
action-func: Private ordinary functions
action-id: Private ordinary functions
action-p: Private ordinary functions
action-respond-body: Private ordinary functions
add-to-connection-cache: Private ordinary functions
adolist: Public macros
aif: Public macros
appendf: Public macros
apply-byte-vector-cat: Public ordinary functions
apply-page-call: Private macros
assign: Public generic functions
assign: Public generic functions
assign: Public generic functions
assign: Public generic functions
assign: Public generic functions
assign: Public generic functions
assign: Public generic functions
assign: Public generic functions
assign: Public generic functions
assign: Public generic functions
assign: Public generic functions
assign: Public generic functions
assign: Public generic functions
assign: Public generic functions
assign: Public generic functions
assign: Public generic functions
assign: Public generic functions
assign: Public generic functions
assign: Public generic functions
assign: Public generic functions
assign: Public generic functions
assign: Public generic functions
assign: Public generic functions
assign: Public generic functions
assign: Public generic functions
assign: Public generic functions
awhen: Public macros
awhile: Private macros

B
backtrace-description: Public ordinary functions
blog-admin-password: Private ordinary functions
blog-admin-password-file: Private ordinary functions
blog-admin-url: Private ordinary functions
blog-atom-feed: Private ordinary functions
blog-atom-feed-url: Private ordinary functions
blog-comment-admin: Private ordinary functions
blog-comment-index-prefix: Private ordinary functions
blog-dir: Private ordinary functions
blog-entries: Private ordinary functions
blog-entries-table: Private ordinary functions
blog-entry-channel-id: Private ordinary functions
blog-entry-unique-string: Private ordinary functions
blog-feed-head-contents: Private ordinary functions
blog-front-page: Private ordinary functions
blog-last-updated: Private ordinary functions
blog-latest-page: Private ordinary functions
blog-latest-url: Private ordinary functions
blog-link-base: Private ordinary functions
blog-link-to-latest: Private ordinary functions
blog-name: Private ordinary functions
blog-p: Private ordinary functions
blog-post-comment-url: Private ordinary functions
blog-read-in: Private ordinary functions
blog-ready-entries: Private ordinary functions
blog-ready-entries-http: Private ordinary functions
blog-rss-feed: Private ordinary functions
blog-rss-feed-url: Private ordinary functions
blog-set-page: Private ordinary functions
blog-site: Private ordinary functions
blog-sitemap: Private ordinary functions
blog-sitemap-url: Private ordinary functions
blog-static-base-url: Private ordinary functions
blog-url: Private ordinary functions
bv-from-address: Private ordinary functions
byte-to-ascii-upper: Public ordinary functions
byte-to-digit: Private compiler macros
byte-to-digit: Private ordinary functions
byte-to-digit-consistent-internal: Private ordinary functions
byte-to-digit-consistent-internal-careful: Private ordinary functions
byte-vector-cat: Public ordinary functions
byte-vector-parse-integer: Public ordinary functions
byte-vector=-fold-ascii-case: Public ordinary functions

C
card-name: Private ordinary functions
card-number: Public ordinary functions
card-number-truc-ranking: Private ordinary functions
card-p: Private ordinary functions
card-suit: Private ordinary functions
card-truc-ranking: Private ordinary functions
card-value: Public ordinary functions
card-value-string: Private ordinary functions
case-=: Public macros
case-equalp: Public macros
case-func: Private macros
case-match-fold-ascii-case: Public macros
channel-destroy: Public ordinary functions
channel-id: Private generic functions
channel-id: Private generic functions
channel-notify: Public ordinary functions
channel-p: Private generic functions
channel-p: Private generic functions
channel-p: Private generic functions
channel-respond: Private ordinary functions
channel-respond-body: Private ordinary functions
channel-respond-page: Private ordinary functions
channel-state: Private generic functions
channel-state: Private generic functions
channel-string-to-states: Private ordinary functions
channel-subscribe: Private ordinary functions
channel-subscribers: Private generic functions
channel-subscribers: Private generic functions
channel-unsubscribe: Private ordinary functions
channel-update: Public generic functions
channel-update: Public generic functions
channel-update: Public generic functions
check-fd-dead: Private ordinary functions
check-symbols: Public macros
choices-list: Public generic functions
choices-list: Public generic functions
choices-list: Public generic functions
choices-list-form: Private generic functions
choices-list-form: Private generic functions
choices-list-form: Private generic functions
cl-cont-pass-through-constructs: Private macros
cl-cont-pass-through-one-construct: Private macros
coin-game-p: Private generic functions
coin-game-p: Private generic functions
coin-game-p: Private generic functions
coin-game-player-coins: Private generic functions
coin-game-player-coins: Private generic functions
coin-game-player-give-coins: Private ordinary functions
coin-game-player-p: Private generic functions
coin-game-player-p: Private generic functions
coin-game-player-p: Private generic functions
coin-game-setup-coins: Private ordinary functions
comment-author: Private ordinary functions
comment-datastore-id: Private ordinary functions
comment-entry-index-name: Private ordinary functions
comment-p: Private ordinary functions
comment-score: Private ordinary functions
comment-text: Private ordinary functions
comment-time: Private ordinary functions
comment-trace-details: Private ordinary functions
Compiler Macro, byte-to-digit: Private compiler macros
Compiler Macro, escape-data: Private compiler macros
Compiler Macro, js-to-string-func: Private compiler macros
Compiler Macro, ml-output-form: Private compiler macros
Compiler Macro, strcat: Public compiler macros
Compiler Macro, superquote-function: Public compiler macros
con-add-failure-callback: Public ordinary functions
con-clear-failure-callbacks: Public ordinary functions
con-connected?: Public ordinary functions
con-dead?: Public ordinary functions
con-default-timeout-function: Public ordinary functions
con-err: Private ordinary functions
con-fail: Public ordinary functions
con-hangup-hook: Public ordinary functions
con-init: Private ordinary functions
con-p: Private ordinary functions
con-peek: Public ordinary functions
con-peer-info: Public ordinary functions
con-ready-callback: Private ordinary functions
con-recv: Private ordinary functions
con-run: Private ordinary functions
con-set-callback: Private ordinary functions
con-socket: Public ordinary functions
con-timeout: Public ordinary functions
con-when-ready: Private ordinary functions
con-when-ready-to-read: Public ordinary functions
con-when-ready-to-write: Private ordinary functions
concatenate-simple-byte-vectors: Private ordinary functions
convert-con-to-ssl: Public ordinary functions
convert-continuation-to-normal-function: Public ordinary functions
copy: Public generic functions
copy: Public generic functions
copy: Public generic functions
copy: Public generic functions
copy: Public generic functions
copy: Public generic functions
copy-action: Private ordinary functions
copy-blog: Private ordinary functions
copy-byte-vector: Public ordinary functions
copy-card: Private ordinary functions
copy-comment: Private ordinary functions
copy-con: Private ordinary functions
copy-datastore-index: Private ordinary functions
copy-dispatcher: Private ordinary functions
copy-epoll: Private ordinary functions
copy-game-generator: Private ordinary functions
copy-move-state: Private ordinary functions
copy-mux: Private ordinary functions
copy-question: Private ordinary functions
copy-queued-choice: Private ordinary functions
copy-quick-queue: Private ordinary functions
copy-quick-queue-entry: Private ordinary functions
copy-raw-ml-sendbuf: Private ordinary functions
copy-recvbuf: Private ordinary functions
copy-repeater: Private ordinary functions
copy-response: Private ordinary functions
copy-robot: Private ordinary functions
copy-robot-bully: Private ordinary functions
copy-robot-sensible: Private ordinary functions
copy-sendbuf: Private ordinary functions
copy-servestate: Private ordinary functions
copy-site: Private ordinary functions
copy-ssl-socket: Private ordinary functions
copy-survey: Private ordinary functions
copy-timeout: Private ordinary functions
copy-unassigned-controller: Private ordinary functions
css: Private ordinary functions
css-attrib: Public macros
css-html-style: Public macros
css-output-properties: Private ordinary functions
css-output-properties-form: Private ordinary functions
css-output-property-form: Private generic functions
css-output-property-form: Private generic functions
css-output-property-form: Private generic functions
css-output-property-form: Private generic functions
css-output-property-form: Private generic functions
css-output-property-form: Private generic functions
css-output-property-under-different-names: Private ordinary functions
css-output-property-value-form: Private ordinary functions
css-output-selector-form: Private generic functions
css-output-selector-form: Private generic functions
css-output-selector-form: Private generic functions
css-output-selector-form: Private generic functions
css-selector-form-to-string: Private ordinary functions
current-site: Public macros
current-site-call: Private macros
current-web-controller: Public ordinary functions

D
datastore-close: Public ordinary functions
datastore-delete: Public generic functions
datastore-delete: Public generic functions
datastore-delete: Public generic functions
datastore-delete: Public generic functions
datastore-delete-all: Private ordinary functions
datastore-id-next: Private ordinary functions
datastore-id-register: Private ordinary functions
datastore-index-add: Private ordinary functions
datastore-index-del: Private ordinary functions
datastore-index-get: Private ordinary functions
datastore-index-object-value: Private ordinary functions
datastore-index-p: Private ordinary functions
datastore-index-slot-name: Private ordinary functions
datastore-index-table: Private ordinary functions
datastore-load: Private ordinary functions
datastore-log: Private ordinary functions
datastore-open-p: Private ordinary functions
datastore-record-constructor-form: Public generic functions
datastore-record-constructor-form: Public generic functions
datastore-record-constructor-form: Public generic functions
datastore-record-constructor-form: Public generic functions
datastore-ref-form: Private ordinary functions
datastore-retrieve-all: Public generic functions
datastore-retrieve-all: Public generic functions
datastore-retrieve-all: Public generic functions
datastore-retrieve-all: Public generic functions
datastore-retrieve-indexed: Public generic functions
datastore-retrieve-indexed: Public generic functions
datastore-retrieve-indexed: Public generic functions
datastore-retrieve-indexed: Public generic functions
datastore-retrieve-indexed: Public generic functions
datastore-retrieve-indexed: Public generic functions
datastore-retrieve-indexed: Public generic functions
datastore-retrieve-indexed: Public generic functions
datastore-retrieve-unique: Public ordinary functions
datastore-save-form: Private generic functions
datastore-save-form: Private generic functions
datastore-save-form: Private generic functions
datastore-save-form: Private generic functions
datastore-save-form: Private generic functions
datastore-save-form: Private generic functions
datastore-save-form: Private generic functions
datastore-save-form: Private generic functions
datastore-use-file: Public ordinary functions
debug-assert: Public macros
debug-assert-report: Private ordinary functions
debug-unreachable: Public macros
def-if-unbound: Public macros
def-servestate-struct: Private macros
def-simple-syscall: Private macros
def-specialvar-struct: Private macros
def-syscall: Private macros
def-web-state-message: Private macros
default-http-error-page: Private ordinary functions
defconstant-bv: Public macros
defconstant-string: Public macros
defgame: Public macros
define-dtd: Public macros
defmyclass: Public macros
defmyclass-defstruct: Private macros
defmystruct: Public macros
defpage: Public macros
defpage-lambda: Public macros
defpage-lambda-blog: Private macros
defprotocol: Public macros
defrecord: Public macros
defrules: Public macros
defsite: Public macros
defun-simple-io: Private macros
deletef: Public macros
deregister-fd: Private ordinary functions
describe-dispatchers: Private ordinary functions
describe-timeouts: Private ordinary functions
direct-syscall-sym: Private ordinary functions
dispatch-servestate: Private ordinary functions
dispatcher-add-alias: Public ordinary functions
dispatcher-canonical-name: Public ordinary functions
dispatcher-canonical-protocol: Private ordinary functions
dispatcher-error-responder: Private ordinary functions
dispatcher-p: Private ordinary functions
dispatcher-paths: Private ordinary functions
dispatcher-register-path: Public ordinary functions
dispatcher-respond: Private ordinary functions
do-repeat: Private ordinary functions
dohash: Public macros

E
entry-blog: Private generic functions
entry-blog: Private generic functions
entry-body-function: Private generic functions
entry-body-function: Private generic functions
entry-channel: Private ordinary functions
entry-channel-entry: Private generic functions
entry-channel-entry: Private generic functions
entry-channel-id: Private ordinary functions
entry-channel-p: Private generic functions
entry-channel-p: Private generic functions
entry-channel-p: Private generic functions
entry-combined-title: Private ordinary functions
entry-comment-ml: Private ordinary functions
entry-comments: Private ordinary functions
entry-expiry-time: Private generic functions
entry-expiry-time: Private generic functions
entry-filename: Private ordinary functions
entry-front-page-p: Private ordinary functions
entry-headline-ml: Private ordinary functions
entry-hot-off-the-press-p: Private ordinary functions
entry-index-name: Private ordinary functions
entry-inline-ml: Private ordinary functions
entry-link: Private ordinary functions
entry-name: Private generic functions
entry-name: Private generic functions
entry-p: Private generic functions
entry-p: Private generic functions
entry-p: Private generic functions
entry-read-paragraphs-from-buffer: Private ordinary functions
entry-score: Private generic functions
entry-score: Private generic functions
entry-score-update-time: Private generic functions
entry-score-update-time: Private generic functions
entry-set-channel: Private ordinary functions
entry-set-page: Private ordinary functions
entry-set-score: Private ordinary functions
entry-story-ml: Private ordinary functions
entry-tags: Private generic functions
entry-tags: Private generic functions
entry-time: Private generic functions
entry-time: Private generic functions
entry-title: Private generic functions
entry-title: Private generic functions
entry-update-score: Private ordinary functions
entry-url-path: Private ordinary functions
epoll-ctl: Private ordinary functions
epoll-events: Private ordinary functions
epoll-fd: Private ordinary functions
epoll-fd-to-con: Private ordinary functions
epoll-handle-postponed-registrations: Private ordinary functions
epoll-init: Private ordinary functions
epoll-max-events: Private ordinary functions
epoll-p: Private ordinary functions
epoll-postpone-registration: Private ordinary functions
epoll-postponed-registrations: Private ordinary functions
epoll-wait: Private ordinary functions
eql-fold-ascii-case: Private ordinary functions
escape-attribute-value: Private macros
escape-data: Private compiler macros
escape-data: Private ordinary functions
escape-data-consistent-internal: Private ordinary functions
escape-data-consistent-internal-careful: Private ordinary functions
eval-always: Public macros
event-loop: Public ordinary functions
event-loop-reset: Public ordinary functions
events-pending-p: Private ordinary functions

F
filter: Public ordinary functions
filter-non-nil: Public ordinary functions
filter-until-full: Public ordinary functions
find-action: Private ordinary functions
find-channel: Public ordinary functions
find-dispatcher: Private ordinary functions
find-dispatcher-go: Private ordinary functions
find-frame: Public ordinary functions
find-game-generator: Private ordinary functions
find-or-make-dispatcher: Public ordinary functions
force-class: Public ordinary functions
force-first: Public ordinary functions
force-list: Public ordinary functions
force-rest: Public ordinary functions
forget-timeouts: Public ordinary functions
forward-port: Public ordinary functions
frame-change-username: Private ordinary functions
frame-change-username-form: Private ordinary functions
frame-current-page: Private generic functions
frame-current-page: Private generic functions
frame-destroy-hooks: Public generic functions
frame-destroy-hooks: Public generic functions
frame-exit: Private ordinary functions
frame-id: Public ordinary functions
frame-p: Private generic functions
frame-p: Private generic functions
frame-p: Private generic functions
frame-reset-timeout: Private ordinary functions
frame-site: Private generic functions
frame-site: Private generic functions
frame-timeout: Private generic functions
frame-timeout: Private generic functions
frame-trace-info: Public generic functions
frame-trace-info: Public generic functions
frame-username: Public generic functions
frame-username: Public generic functions
frame-var: Public ordinary functions
frame-variables: Private generic functions
frame-variables: Private generic functions
freeaddrinfo: Private ordinary functions
friendly-age-string: Private ordinary functions
friendly-string: Private ordinary functions
Function, %make-con: Private ordinary functions
Function, %make-epoll: Private ordinary functions
Function, %make-site: Private ordinary functions
Function, %make-timeout-internal: Private ordinary functions
Function, (setf action-func): Private ordinary functions
Function, (setf action-id): Private ordinary functions
Function, (setf blog-admin-password-file): Private ordinary functions
Function, (setf blog-comment-index-prefix): Private ordinary functions
Function, (setf blog-dir): Private ordinary functions
Function, (setf blog-entries): Private ordinary functions
Function, (setf blog-entries-table): Private ordinary functions
Function, (setf blog-link-base): Private ordinary functions
Function, (setf blog-name): Private ordinary functions
Function, (setf blog-site): Private ordinary functions
Function, (setf blog-static-base-url): Private ordinary functions
Function, (setf card-suit): Private ordinary functions
Function, (setf card-value): Public ordinary functions
Function, (setf comment-author): Private ordinary functions
Function, (setf comment-datastore-id): Private ordinary functions
Function, (setf comment-entry-index-name): Private ordinary functions
Function, (setf comment-text): Private ordinary functions
Function, (setf comment-time): Private ordinary functions
Function, (setf comment-trace-details): Private ordinary functions
Function, (setf con-err): Private ordinary functions
Function, (setf con-hangup-hook): Public ordinary functions
Function, (setf con-peer-info): Public ordinary functions
Function, (setf con-ready-callback): Private ordinary functions
Function, (setf con-recv): Private ordinary functions
Function, (setf con-socket): Public ordinary functions
Function, (setf con-timeout): Public ordinary functions
Function, (setf datastore-index-slot-name): Private ordinary functions
Function, (setf datastore-index-table): Private ordinary functions
Function, (setf dispatcher-canonical-name): Public ordinary functions
Function, (setf dispatcher-canonical-protocol): Private ordinary functions
Function, (setf dispatcher-error-responder): Private ordinary functions
Function, (setf dispatcher-paths): Private ordinary functions
Function, (setf epoll-events): Private ordinary functions
Function, (setf epoll-fd): Private ordinary functions
Function, (setf epoll-fd-to-con): Private ordinary functions
Function, (setf epoll-postpone-registration): Private ordinary functions
Function, (setf epoll-postponed-registrations): Private ordinary functions
Function, (setf frame-var): Public ordinary functions
Function, (setf game-generator-advertised): Private ordinary functions
Function, (setf game-generator-description): Private ordinary functions
Function, (setf game-generator-make-game): Private ordinary functions
Function, (setf game-generator-name): Private ordinary functions
Function, (setf game-generator-unassigned-controllers-waiting): Private ordinary functions
Function, (setf move-state-args): Private ordinary functions
Function, (setf move-state-cc): Private ordinary functions
Function, (setf move-state-choices): Private ordinary functions
Function, (setf move-state-move-type): Private ordinary functions
Function, (setf move-state-player-state): Private ordinary functions
Function, (setf mux-fd-to-con): Private ordinary functions
Function, (setf question-choices): Private ordinary functions
Function, (setf question-text): Private ordinary functions
Function, (setf queued-choice-choice): Private ordinary functions
Function, (setf queued-choice-move-type): Private ordinary functions
Function, (setf quick-queue-entries): Private ordinary functions
Function, (setf quick-queue-entry-next): Private ordinary functions
Function, (setf quick-queue-entry-prev): Private ordinary functions
Function, (setf raw-ml-sendbuf-head): Private ordinary functions
Function, (setf raw-ml-sendbuf-len): Private ordinary functions
Function, (setf raw-ml-sendbuf-num-bufs): Private ordinary functions
Function, (setf raw-ml-sendbuf-offset): Private ordinary functions
Function, (setf raw-ml-sendbuf-tail): Private ordinary functions
Function, (setf recvbuf-read-idx): Private ordinary functions
Function, (setf recvbuf-store): Private ordinary functions
Function, (setf recvbuf-write-idx): Private ordinary functions
Function, (setf repeater-con): Private ordinary functions
Function, (setf repeater-other): Private ordinary functions
Function, (setf response-datastore-id): Private ordinary functions
Function, (setf response-responses): Private ordinary functions
Function, (setf response-survey-name): Private ordinary functions
Function, (setf response-time): Private ordinary functions
Function, (setf response-trace-details): Private ordinary functions
Function, (setf sendbuf-head): Private ordinary functions
Function, (setf sendbuf-len): Public ordinary functions
Function, (setf sendbuf-num-bufs): Private ordinary functions
Function, (setf sendbuf-offset): Private ordinary functions
Function, (setf sendbuf-tail): Private ordinary functions
Function, (setf servestate-accept): Private ordinary functions
Function, (setf servestate-accept*): Private ordinary functions
Function, (setf servestate-connection-close): Private ordinary functions
Function, (setf servestate-connection-close*): Private ordinary functions
Function, (setf servestate-content-length): Private ordinary functions
Function, (setf servestate-content-length*): Private ordinary functions
Function, (setf servestate-content-type): Private ordinary functions
Function, (setf servestate-content-type*): Private ordinary functions
Function, (setf servestate-cookie): Private ordinary functions
Function, (setf servestate-cookie*): Private ordinary functions
Function, (setf servestate-host): Private ordinary functions
Function, (setf servestate-host*): Private ordinary functions
Function, (setf servestate-method): Private ordinary functions
Function, (setf servestate-method*): Private ordinary functions
Function, (setf servestate-origin): Private ordinary functions
Function, (setf servestate-origin*): Public ordinary functions
Function, (setf servestate-path): Private ordinary functions
Function, (setf servestate-path*): Private ordinary functions
Function, (setf servestate-post-parameters): Private ordinary functions
Function, (setf servestate-post-parameters*): Private ordinary functions
Function, (setf servestate-query-string): Private ordinary functions
Function, (setf servestate-query-string*): Private ordinary functions
Function, (setf servestate-referer): Private ordinary functions
Function, (setf servestate-referer*): Private ordinary functions
Function, (setf servestate-response): Private ordinary functions
Function, (setf servestate-response*): Private ordinary functions
Function, (setf servestate-user-agent): Private ordinary functions
Function, (setf servestate-user-agent*): Private ordinary functions
Function, (setf site-action-page-name): Private ordinary functions
Function, (setf site-channel-page-name): Private ordinary functions
Function, (setf site-dispatcher): Private ordinary functions
Function, (setf site-frameless-lambda-callbacks): Private ordinary functions
Function, (setf site-page-body-footer): Private ordinary functions
Function, (setf site-page-body-start): Private ordinary functions
Function, (setf site-page-head): Private ordinary functions
Function, (setf site-runtime-name): Private ordinary functions
Function, (setf site-runtime-page-body-footer): Private ordinary functions
Function, (setf site-runtime-page-body-start): Private ordinary functions
Function, (setf site-runtime-page-head): Private ordinary functions
Function, (setf ssl-socket-event-wanted): Private ordinary functions
Function, (setf ssl-socket-ssl): Private ordinary functions
Function, (setf ssl-socket-state): Private ordinary functions
Function, (setf ssl-socket-transport): Private ordinary functions
Function, (setf survey-datastore-id): Private ordinary functions
Function, (setf survey-name): Private ordinary functions
Function, (setf survey-questions): Private ordinary functions
Function, (setf survey-text): Private ordinary functions
Function, (setf timeout-func): Public ordinary functions
Function, (setf timeout-next): Private ordinary functions
Function, (setf timeout-prev): Private ordinary functions
Function, (setf timeout-time): Private ordinary functions
Function, (setf unassigned-controller-game): Private ordinary functions
Function, (setf unassigned-controller-game-generator): Private ordinary functions
Function, (setf unassigned-controller-move-states): Private ordinary functions
Function, (setf unassigned-controller-timeout): Private ordinary functions
Function, (setf unlogged-comment-author): Private ordinary functions
Function, (setf unlogged-comment-datastore-id): Private ordinary functions
Function, (setf unlogged-comment-entry-index-name): Private ordinary functions
Function, (setf unlogged-comment-text): Private ordinary functions
Function, (setf unlogged-comment-time): Private ordinary functions
Function, (setf unlogged-comment-trace-details): Private ordinary functions
Function, (setf unlogged-response-datastore-id): Private ordinary functions
Function, (setf unlogged-response-responses): Private ordinary functions
Function, (setf unlogged-response-survey-name): Private ordinary functions
Function, (setf unlogged-response-time): Private ordinary functions
Function, (setf unlogged-response-trace-details): Private ordinary functions
Function, (setf unlogged-survey-datastore-id): Private ordinary functions
Function, (setf unlogged-survey-name): Private ordinary functions
Function, (setf unlogged-survey-questions): Private ordinary functions
Function, (setf unlogged-survey-text): Private ordinary functions
Function, (setf webapp-frame-var): Public ordinary functions
Function, accept: Public ordinary functions
Function, accept-forever: Public ordinary functions
Function, accept4-supported: Private ordinary functions
Function, action-func: Private ordinary functions
Function, action-id: Private ordinary functions
Function, action-p: Private ordinary functions
Function, action-respond-body: Private ordinary functions
Function, add-to-connection-cache: Private ordinary functions
Function, apply-byte-vector-cat: Public ordinary functions
Function, backtrace-description: Public ordinary functions
Function, blog-admin-password: Private ordinary functions
Function, blog-admin-password-file: Private ordinary functions
Function, blog-admin-url: Private ordinary functions
Function, blog-atom-feed: Private ordinary functions
Function, blog-atom-feed-url: Private ordinary functions
Function, blog-comment-admin: Private ordinary functions
Function, blog-comment-index-prefix: Private ordinary functions
Function, blog-dir: Private ordinary functions
Function, blog-entries: Private ordinary functions
Function, blog-entries-table: Private ordinary functions
Function, blog-entry-channel-id: Private ordinary functions
Function, blog-entry-unique-string: Private ordinary functions
Function, blog-feed-head-contents: Private ordinary functions
Function, blog-front-page: Private ordinary functions
Function, blog-last-updated: Private ordinary functions
Function, blog-latest-page: Private ordinary functions
Function, blog-latest-url: Private ordinary functions
Function, blog-link-base: Private ordinary functions
Function, blog-link-to-latest: Private ordinary functions
Function, blog-name: Private ordinary functions
Function, blog-p: Private ordinary functions
Function, blog-post-comment-url: Private ordinary functions
Function, blog-read-in: Private ordinary functions
Function, blog-ready-entries: Private ordinary functions
Function, blog-ready-entries-http: Private ordinary functions
Function, blog-rss-feed: Private ordinary functions
Function, blog-rss-feed-url: Private ordinary functions
Function, blog-set-page: Private ordinary functions
Function, blog-site: Private ordinary functions
Function, blog-sitemap: Private ordinary functions
Function, blog-sitemap-url: Private ordinary functions
Function, blog-static-base-url: Private ordinary functions
Function, blog-url: Private ordinary functions
Function, bv-from-address: Private ordinary functions
Function, byte-to-ascii-upper: Public ordinary functions
Function, byte-to-digit: Private ordinary functions
Function, byte-to-digit-consistent-internal: Private ordinary functions
Function, byte-to-digit-consistent-internal-careful: Private ordinary functions
Function, byte-vector-cat: Public ordinary functions
Function, byte-vector-parse-integer: Public ordinary functions
Function, byte-vector=-fold-ascii-case: Public ordinary functions
Function, card-name: Private ordinary functions
Function, card-number: Public ordinary functions
Function, card-number-truc-ranking: Private ordinary functions
Function, card-p: Private ordinary functions
Function, card-suit: Private ordinary functions
Function, card-truc-ranking: Private ordinary functions
Function, card-value: Public ordinary functions
Function, card-value-string: Private ordinary functions
Function, channel-destroy: Public ordinary functions
Function, channel-notify: Public ordinary functions
Function, channel-respond: Private ordinary functions
Function, channel-respond-body: Private ordinary functions
Function, channel-respond-page: Private ordinary functions
Function, channel-string-to-states: Private ordinary functions
Function, channel-subscribe: Private ordinary functions
Function, channel-unsubscribe: Private ordinary functions
Function, check-fd-dead: Private ordinary functions
Function, coin-game-player-give-coins: Private ordinary functions
Function, coin-game-setup-coins: Private ordinary functions
Function, comment-author: Private ordinary functions
Function, comment-datastore-id: Private ordinary functions
Function, comment-entry-index-name: Private ordinary functions
Function, comment-p: Private ordinary functions
Function, comment-score: Private ordinary functions
Function, comment-text: Private ordinary functions
Function, comment-time: Private ordinary functions
Function, comment-trace-details: Private ordinary functions
Function, con-add-failure-callback: Public ordinary functions
Function, con-clear-failure-callbacks: Public ordinary functions
Function, con-connected?: Public ordinary functions
Function, con-dead?: Public ordinary functions
Function, con-default-timeout-function: Public ordinary functions
Function, con-err: Private ordinary functions
Function, con-fail: Public ordinary functions
Function, con-hangup-hook: Public ordinary functions
Function, con-init: Private ordinary functions
Function, con-p: Private ordinary functions
Function, con-peek: Public ordinary functions
Function, con-peer-info: Public ordinary functions
Function, con-ready-callback: Private ordinary functions
Function, con-recv: Private ordinary functions
Function, con-run: Private ordinary functions
Function, con-set-callback: Private ordinary functions
Function, con-socket: Public ordinary functions
Function, con-timeout: Public ordinary functions
Function, con-when-ready: Private ordinary functions
Function, con-when-ready-to-read: Public ordinary functions
Function, con-when-ready-to-write: Private ordinary functions
Function, concatenate-simple-byte-vectors: Private ordinary functions
Function, convert-con-to-ssl: Public ordinary functions
Function, convert-continuation-to-normal-function: Public ordinary functions
Function, copy-action: Private ordinary functions
Function, copy-blog: Private ordinary functions
Function, copy-byte-vector: Public ordinary functions
Function, copy-card: Private ordinary functions
Function, copy-comment: Private ordinary functions
Function, copy-con: Private ordinary functions
Function, copy-datastore-index: Private ordinary functions
Function, copy-dispatcher: Private ordinary functions
Function, copy-epoll: Private ordinary functions
Function, copy-game-generator: Private ordinary functions
Function, copy-move-state: Private ordinary functions
Function, copy-mux: Private ordinary functions
Function, copy-question: Private ordinary functions
Function, copy-queued-choice: Private ordinary functions
Function, copy-quick-queue: Private ordinary functions
Function, copy-quick-queue-entry: Private ordinary functions
Function, copy-raw-ml-sendbuf: Private ordinary functions
Function, copy-recvbuf: Private ordinary functions
Function, copy-repeater: Private ordinary functions
Function, copy-response: Private ordinary functions
Function, copy-robot: Private ordinary functions
Function, copy-robot-bully: Private ordinary functions
Function, copy-robot-sensible: Private ordinary functions
Function, copy-sendbuf: Private ordinary functions
Function, copy-servestate: Private ordinary functions
Function, copy-site: Private ordinary functions
Function, copy-ssl-socket: Private ordinary functions
Function, copy-survey: Private ordinary functions
Function, copy-timeout: Private ordinary functions
Function, copy-unassigned-controller: Private ordinary functions
Function, css: Private ordinary functions
Function, css-output-properties: Private ordinary functions
Function, css-output-properties-form: Private ordinary functions
Function, css-output-property-under-different-names: Private ordinary functions
Function, css-output-property-value-form: Private ordinary functions
Function, css-selector-form-to-string: Private ordinary functions
Function, current-web-controller: Public ordinary functions
Function, datastore-close: Public ordinary functions
Function, datastore-delete-all: Private ordinary functions
Function, datastore-id-next: Private ordinary functions
Function, datastore-id-register: Private ordinary functions
Function, datastore-index-add: Private ordinary functions
Function, datastore-index-del: Private ordinary functions
Function, datastore-index-get: Private ordinary functions
Function, datastore-index-object-value: Private ordinary functions
Function, datastore-index-p: Private ordinary functions
Function, datastore-index-slot-name: Private ordinary functions
Function, datastore-index-table: Private ordinary functions
Function, datastore-load: Private ordinary functions
Function, datastore-log: Private ordinary functions
Function, datastore-open-p: Private ordinary functions
Function, datastore-ref-form: Private ordinary functions
Function, datastore-retrieve-unique: Public ordinary functions
Function, datastore-use-file: Public ordinary functions
Function, debug-assert-report: Private ordinary functions
Function, default-http-error-page: Private ordinary functions
Function, deregister-fd: Private ordinary functions
Function, describe-dispatchers: Private ordinary functions
Function, describe-timeouts: Private ordinary functions
Function, direct-syscall-sym: Private ordinary functions
Function, dispatch-servestate: Private ordinary functions
Function, dispatcher-add-alias: Public ordinary functions
Function, dispatcher-canonical-name: Public ordinary functions
Function, dispatcher-canonical-protocol: Private ordinary functions
Function, dispatcher-error-responder: Private ordinary functions
Function, dispatcher-p: Private ordinary functions
Function, dispatcher-paths: Private ordinary functions
Function, dispatcher-register-path: Public ordinary functions
Function, dispatcher-respond: Private ordinary functions
Function, do-repeat: Private ordinary functions
Function, entry-channel: Private ordinary functions
Function, entry-channel-id: Private ordinary functions
Function, entry-combined-title: Private ordinary functions
Function, entry-comment-ml: Private ordinary functions
Function, entry-comments: Private ordinary functions
Function, entry-filename: Private ordinary functions
Function, entry-front-page-p: Private ordinary functions
Function, entry-headline-ml: Private ordinary functions
Function, entry-hot-off-the-press-p: Private ordinary functions
Function, entry-index-name: Private ordinary functions
Function, entry-inline-ml: Private ordinary functions
Function, entry-link: Private ordinary functions
Function, entry-read-paragraphs-from-buffer: Private ordinary functions
Function, entry-set-channel: Private ordinary functions
Function, entry-set-page: Private ordinary functions
Function, entry-set-score: Private ordinary functions
Function, entry-story-ml: Private ordinary functions
Function, entry-update-score: Private ordinary functions
Function, entry-url-path: Private ordinary functions
Function, epoll-ctl: Private ordinary functions
Function, epoll-events: Private ordinary functions
Function, epoll-fd: Private ordinary functions
Function, epoll-fd-to-con: Private ordinary functions
Function, epoll-handle-postponed-registrations: Private ordinary functions
Function, epoll-init: Private ordinary functions
Function, epoll-max-events: Private ordinary functions
Function, epoll-p: Private ordinary functions
Function, epoll-postpone-registration: Private ordinary functions
Function, epoll-postponed-registrations: Private ordinary functions
Function, epoll-wait: Private ordinary functions
Function, eql-fold-ascii-case: Private ordinary functions
Function, escape-data: Private ordinary functions
Function, escape-data-consistent-internal: Private ordinary functions
Function, escape-data-consistent-internal-careful: Private ordinary functions
Function, event-loop: Public ordinary functions
Function, event-loop-reset: Public ordinary functions
Function, events-pending-p: Private ordinary functions
Function, filter: Public ordinary functions
Function, filter-non-nil: Public ordinary functions
Function, filter-until-full: Public ordinary functions
Function, find-action: Private ordinary functions
Function, find-channel: Public ordinary functions
Function, find-dispatcher: Private ordinary functions
Function, find-dispatcher-go: Private ordinary functions
Function, find-frame: Public ordinary functions
Function, find-game-generator: Private ordinary functions
Function, find-or-make-dispatcher: Public ordinary functions
Function, force-class: Public ordinary functions
Function, force-first: Public ordinary functions
Function, force-list: Public ordinary functions
Function, force-rest: Public ordinary functions
Function, forget-timeouts: Public ordinary functions
Function, forward-port: Public ordinary functions
Function, frame-change-username: Private ordinary functions
Function, frame-change-username-form: Private ordinary functions
Function, frame-exit: Private ordinary functions
Function, frame-id: Public ordinary functions
Function, frame-reset-timeout: Private ordinary functions
Function, frame-var: Public ordinary functions
Function, freeaddrinfo: Private ordinary functions
Function, friendly-age-string: Private ordinary functions
Function, friendly-string: Private ordinary functions
Function, game-announce: Private ordinary functions
Function, game-generator: Private ordinary functions
Function, game-generator-advertised: Private ordinary functions
Function, game-generator-description: Private ordinary functions
Function, game-generator-join-or-start: Private ordinary functions
Function, game-generator-make-game: Private ordinary functions
Function, game-generator-name: Private ordinary functions
Function, game-generator-p: Private ordinary functions
Function, game-generator-unassigned-controllers-waiting: Private ordinary functions
Function, game-listeners: Private ordinary functions
Function, game-play-again-ml: Private ordinary functions
Function, game-resign: Private ordinary functions
Function, game-talk: Private ordinary functions
Function, generate-args-for-defpage-from-params: Private ordinary functions
Function, generate-case-key: Private ordinary functions
Function, generate-defmyclass-defstruct: Private ordinary functions
Function, generate-defstruct: Private ordinary functions
Function, get-http-param: Private ordinary functions
Function, get-http-request-con: Private ordinary functions
Function, get-recvbuf: Private ordinary functions
Function, get-timeout-time: Public ordinary functions
Function, get-universal-us: Private ordinary functions
Function, getaddrinfo: Private ordinary functions
Function, getpeername: Private ordinary functions
Function, hangup: Public ordinary functions
Function, htons: Private ordinary functions
Function, http-connection-cache-timeout: Private ordinary functions
Function, http-read-chunked: Private ordinary functions
Function, http-request: Private ordinary functions
Function, http-serve: Public ordinary functions
Function, http-serve-parse-headers: Private ordinary functions
Function, http-serve-process-body: Private ordinary functions
Function, http-serve-timeout: Public ordinary functions
Function, http-serve-wait-timeout: Private ordinary functions
Function, http-start-server: Public ordinary functions
Function, inet_ntop: Private ordinary functions
Function, inet_pton: Private ordinary functions
Function, initialize-openssl: Private ordinary functions
Function, its-known-type: Private ordinary functions
Function, its-type-sym: Private ordinary functions
Function, js-library: Public ordinary functions
Function, js-library-animate: Public ordinary functions
Function, js-library-footer: Private ordinary functions
Function, js-to-string-func: Private ordinary functions
Function, js-to-string-func-consistent-internal: Private ordinary functions
Function, js-to-string-func-consistent-internal-careful: Private ordinary functions
Function, keyword-to-friendly-string: Private ordinary functions
Function, launch-game: Public ordinary functions
Function, launch-http-request: Public ordinary functions
Function, list-all-frames: Public ordinary functions
Function, list-channel-add: Public ordinary functions
Function, list-channel-del: Public ordinary functions
Function, lookup-hostname: Public ordinary functions
Function, make-action: Private ordinary functions
Function, make-bind-socket: Private ordinary functions
Function, make-blog: Private ordinary functions
Function, make-card: Public ordinary functions
Function, make-card-from-number: Public ordinary functions
Function, make-channel: Private ordinary functions
Function, make-coin-game: Private ordinary functions
Function, make-coin-game-player: Private ordinary functions
Function, make-comment: Private ordinary functions
Function, make-con: Public ordinary functions
Function, make-con-bind: Public ordinary functions
Function, make-con-connect: Public ordinary functions
Function, make-con-listen: Public ordinary functions
Function, make-connect-socket: Private ordinary functions
Function, make-datastore-index: Private ordinary functions
Function, make-dispatcher: Private ordinary functions
Function, make-displaced-vector: Public ordinary functions
Function, make-entry: Private ordinary functions
Function, make-entry-channel: Private ordinary functions
Function, make-epoll: Private ordinary functions
Function, make-frame: Private ordinary functions
Function, make-game: Private ordinary functions
Function, make-game-generator: Private ordinary functions
Function, make-list-channel: Private ordinary functions
Function, make-listen-socket: Private ordinary functions
Function, make-message-channel: Public ordinary functions
Function, make-move-state: Private ordinary functions
Function, make-mux: Private ordinary functions
Function, make-mux-array: Private ordinary functions
Function, make-nash-bargain: Private ordinary functions
Function, make-nash-bargain-player: Private ordinary functions
Function, make-player: Private ordinary functions
Function, make-prisoners-dilemma: Private ordinary functions
Function, make-prisoners-dilemma-player: Private ordinary functions
Function, make-question: Private ordinary functions
Function, make-queued-choice: Private ordinary functions
Function, make-quick-queue: Private ordinary functions
Function, make-quick-queue-entry: Private ordinary functions
Function, make-raw-ml-sendbuf: Private ordinary functions
Function, make-recvbuf: Private ordinary functions
Function, make-repeater: Private ordinary functions
Function, make-response: Private ordinary functions
Function, make-robot: Private ordinary functions
Function, make-robot-bully: Private ordinary functions
Function, make-robot-sensible: Private ordinary functions
Function, make-roshambo: Private ordinary functions
Function, make-roshambo-player: Private ordinary functions
Function, make-sendbuf: Private ordinary functions
Function, make-servestate: Private ordinary functions
Function, make-simple-channel: Private ordinary functions
Function, make-site: Private ordinary functions
Function, make-ssl-socket: Private ordinary functions
Function, make-survey: Private ordinary functions
Function, make-survey-channel: Private ordinary functions
Function, make-timeout: Public ordinary functions
Function, make-truc: Private ordinary functions
Function, make-truc-player: Private ordinary functions
Function, make-ultimatum: Private ordinary functions
Function, make-ultimatum-player: Private ordinary functions
Function, make-unassigned-controller: Private ordinary functions
Function, make-web-state: Private ordinary functions
Function, make-web-state-from-frame: Private ordinary functions
Function, map-http-params: Private ordinary functions
Function, match-each-word: Private ordinary functions
Function, match-int: Private ordinary functions
Function, match-request-url: Private ordinary functions
Function, match-x-forwarded-for: Private ordinary functions
Function, max-nil-ok: Public ordinary functions
Function, max-timeout-period: Private ordinary functions
Function, merge-constant-arguments: Public ordinary functions
Function, message-channel-broadcast: Public ordinary functions
Function, ml-output-form: Private ordinary functions
Function, ml-output-form-consistent-internal: Private ordinary functions
Function, ml-output-form-consistent-internal-careful: Private ordinary functions
Function, ml-output-form-to-list: Private ordinary functions
Function, move-state-args: Private ordinary functions
Function, move-state-cc: Private ordinary functions
Function, move-state-choices: Private ordinary functions
Function, move-state-continue: Private ordinary functions
Function, move-state-game-state: Private ordinary functions
Function, move-state-move-type: Private ordinary functions
Function, move-state-p: Private ordinary functions
Function, move-state-player-state: Private ordinary functions
Function, move-state-queue-choice: Private ordinary functions
Function, mux-add: Private ordinary functions
Function, mux-close-all: Private ordinary functions
Function, mux-del: Private ordinary functions
Function, mux-empty: Private ordinary functions
Function, mux-fd-to-con: Private ordinary functions
Function, mux-find-fd: Private ordinary functions
Function, mux-p: Private ordinary functions
Function, mv-filter: Public ordinary functions
Function, my-func-name-to-symbol: Private ordinary functions
Function, my-function: Private ordinary functions
Function, new-socket-helper: Private ordinary functions
Function, next-timeout: Public ordinary functions
Function, noretry-syscall-sym: Private ordinary functions
Function, normally-capitalized-string-to-symbol: Private ordinary functions
Function, page-/: Private ordinary functions
Function, parse-defstruct: Private ordinary functions
Function, parse-http-chunk-length-line: Private ordinary functions
Function, parse-time: Private ordinary functions
Function, percent-hexpair-encode: Public ordinary functions
Function, player-announce: Private ordinary functions
Function, player-state-to-ml: Private ordinary functions
Function, process-headers: Private ordinary functions
Function, put-recvbuf: Private ordinary functions
Function, query-new-value: Private ordinary functions
Function, question-choices: Private ordinary functions
Function, question-text: Private ordinary functions
Function, queued-choice-choice: Private ordinary functions
Function, queued-choice-move-type: Private ordinary functions
Function, queued-choice-p: Private ordinary functions
Function, quick-queue-entries: Private ordinary functions
Function, quick-queue-entry-add: Private ordinary functions
Function, quick-queue-entry-del: Private ordinary functions
Function, quick-queue-entry-init: Private ordinary functions
Function, quick-queue-entry-next: Private ordinary functions
Function, quick-queue-entry-p: Private ordinary functions
Function, quick-queue-entry-prev: Private ordinary functions
Function, quick-queue-get: Private ordinary functions
Function, quick-queue-len: Private ordinary functions
Function, quick-queue-p: Private ordinary functions
Function, random-between: Public ordinary functions
Function, random-choice: Private ordinary functions
Function, random-elt: Public ordinary functions
Function, random-letter: Private ordinary functions
Function, random-name: Private ordinary functions
Function, random-shuffle: Public ordinary functions
Function, random-web-safe-char: Private ordinary functions
Function, random-web-sparse-key: Private ordinary functions
Function, raw-ml-sendbuf-head: Private ordinary functions
Function, raw-ml-sendbuf-len: Private ordinary functions
Function, raw-ml-sendbuf-num-bufs: Private ordinary functions
Function, raw-ml-sendbuf-offset: Private ordinary functions
Function, raw-ml-sendbuf-p: Private ordinary functions
Function, raw-ml-sendbuf-tail: Private ordinary functions
Function, read-in-entry: Private ordinary functions
Function, read-safely: Public ordinary functions
Function, read-safely-from-string: Public ordinary functions
Function, really-escape-string: Private ordinary functions
Function, recv: Public ordinary functions
Function, recv-discard-and-close: Public ordinary functions
Function, recv-some-or-nil: Private ordinary functions
Function, recv-until-close: Public ordinary functions
Function, recvbuf-available-to-eat: Private ordinary functions
Function, recvbuf-eat: Private ordinary functions
Function, recvbuf-eat-to-delimiter: Private ordinary functions
Function, recvbuf-eat-to-idx: Private ordinary functions
Function, recvbuf-empty: Private ordinary functions
Function, recvbuf-find: Private ordinary functions
Function, recvbuf-full: Private ordinary functions
Function, recvbuf-half-full-or-more: Private ordinary functions
Function, recvbuf-len: Private ordinary functions
Function, recvbuf-p: Private ordinary functions
Function, recvbuf-peek: Private ordinary functions
Function, recvbuf-prepare-read: Private ordinary functions
Function, recvbuf-read-idx: Private ordinary functions
Function, recvbuf-read-some: Private ordinary functions
Function, recvbuf-recv: Private ordinary functions
Function, recvbuf-reset: Private ordinary functions
Function, recvbuf-shift-up: Private ordinary functions
Function, recvbuf-store: Private ordinary functions
Function, recvbuf-sync: Private ordinary functions
Function, recvbuf-write-idx: Private ordinary functions
Function, recvline: Public ordinary functions
Function, recvline-shared-buf: Public ordinary functions
Function, register-action-id: Private ordinary functions
Function, register-action-page: Private ordinary functions
Function, register-channel-page: Private ordinary functions
Function, register-fd: Private ordinary functions
Function, repeat: Private ordinary functions
Function, repeater-buf-to-send: Private ordinary functions
Function, repeater-con: Private ordinary functions
Function, repeater-fd: Private ordinary functions
Function, repeater-io: Private ordinary functions
Function, repeater-launch-io: Private ordinary functions
Function, repeater-other: Private ordinary functions
Function, repeater-other-has-hung-up: Private ordinary functions
Function, repeater-p: Private ordinary functions
Function, repeater-recv: Private ordinary functions
Function, repeater-register-wait: Private ordinary functions
Function, report-error: Public ordinary functions
Function, report-unless-normal-connection-error: Public ordinary functions
Function, reset-timeout: Public ordinary functions
Function, respond-http: Private ordinary functions
Function, response-datastore-id: Private ordinary functions
Function, response-p: Private ordinary functions
Function, response-responses: Private ordinary functions
Function, response-survey-name: Private ordinary functions
Function, response-time: Private ordinary functions
Function, response-trace-details: Private ordinary functions
Function, robot-bully-p: Private ordinary functions
Function, robot-p: Private ordinary functions
Function, robot-sensible-p: Private ordinary functions
Function, safely-load-system: Public ordinary functions
Function, score-decay: Private ordinary functions
Function, send: Public ordinary functions
Function, send-http-response: Public ordinary functions
Function, sendbuf-add: Public ordinary functions
Function, sendbuf-add-simple: Private ordinary functions
Function, sendbuf-check-done: Private ordinary functions
Function, sendbuf-done: Private ordinary functions
Function, sendbuf-empty: Public ordinary functions
Function, sendbuf-head: Private ordinary functions
Function, sendbuf-len: Public ordinary functions
Function, sendbuf-merge: Private ordinary functions
Function, sendbuf-num-bufs: Private ordinary functions
Function, sendbuf-offset: Private ordinary functions
Function, sendbuf-p: Private ordinary functions
Function, sendbuf-send-write: Private ordinary functions
Function, sendbuf-send-writev: Private ordinary functions
Function, sendbuf-shift-up: Private ordinary functions
Function, sendbuf-tail: Private ordinary functions
Function, sendbuf-to-byte-vector: Public ordinary functions
Function, separate-declarations: Public ordinary functions
Function, separate-keywords: Public ordinary functions
Function, servestate-accept: Private ordinary functions
Function, servestate-accept*: Private ordinary functions
Function, servestate-connection-close: Private ordinary functions
Function, servestate-connection-close*: Private ordinary functions
Function, servestate-content-length: Private ordinary functions
Function, servestate-content-length*: Private ordinary functions
Function, servestate-content-type: Private ordinary functions
Function, servestate-content-type*: Private ordinary functions
Function, servestate-cookie: Private ordinary functions
Function, servestate-cookie*: Private ordinary functions
Function, servestate-host: Private ordinary functions
Function, servestate-host*: Private ordinary functions
Function, servestate-method: Private ordinary functions
Function, servestate-method*: Private ordinary functions
Function, servestate-origin: Private ordinary functions
Function, servestate-origin*: Public ordinary functions
Function, servestate-p: Private ordinary functions
Function, servestate-path: Private ordinary functions
Function, servestate-path*: Private ordinary functions
Function, servestate-post-parameters: Private ordinary functions
Function, servestate-post-parameters*: Private ordinary functions
Function, servestate-query-string: Private ordinary functions
Function, servestate-query-string*: Private ordinary functions
Function, servestate-referer: Private ordinary functions
Function, servestate-referer*: Private ordinary functions
Function, servestate-response: Private ordinary functions
Function, servestate-response*: Private ordinary functions
Function, servestate-response-as-sendbuf*: Private ordinary functions
Function, servestate-user-agent: Private ordinary functions
Function, servestate-user-agent*: Private ordinary functions
Function, set-fd-nonblock: Private ordinary functions
Function, set-its-dynamic: Private ordinary functions
Function, setsockopt-int: Private ordinary functions
Function, simple-io-http-read-chunked: Private ordinary functions
Function, simple-io-http-request: Private ordinary functions
Function, simple-io-http-serve: Private ordinary functions
Function, simple-io-http-serve-process-body: Private ordinary functions
Function, simple-io-process-headers: Private ordinary functions
Function, simple-io-recv: Private ordinary functions
Function, simple-io-recvline: Private ordinary functions
Function, simple-io-repeat: Private ordinary functions
Function, simple-io-send: Private ordinary functions
Function, site-action-page-name: Private ordinary functions
Function, site-channel-page-name: Private ordinary functions
Function, site-dispatcher: Private ordinary functions
Function, site-frameless-lambda-callbacks: Private ordinary functions
Function, site-p: Private ordinary functions
Function, site-page-body-footer: Private ordinary functions
Function, site-page-body-start: Private ordinary functions
Function, site-page-head: Private ordinary functions
Function, site-runtime-dispatcher: Private ordinary functions
Function, site-runtime-name: Private ordinary functions
Function, site-runtime-page-body-footer: Private ordinary functions
Function, site-runtime-page-body-start: Private ordinary functions
Function, site-runtime-page-head: Private ordinary functions
Function, slurp-file: Private ordinary functions
Function, sockaddr-address-bv: Private ordinary functions
Function, sockaddr-address-string: Private ordinary functions
Function, sockaddr-address-string-with-ntop: Private ordinary functions
Function, socket-cork: Private ordinary functions
Function, socket-set-tcp-nodelay: Private ordinary functions
Function, socket-uncork: Private ordinary functions
Function, split-into-list-by-comma: Private ordinary functions
Function, split-into-paragraphs: Private ordinary functions
Function, split-into-paragraphs-by-single-line: Private ordinary functions
Function, ssl-accept: Private ordinary functions
Function, ssl-connect: Private ordinary functions
Function, ssl-ctx-ctrl: Private ordinary functions
Function, ssl-ctx-new: Private ordinary functions
Function, ssl-ctx-set-mode: Private ordinary functions
Function, ssl-free: Private ordinary functions
Function, ssl-get-error: Private ordinary functions
Function, ssl-get-shutdown: Private ordinary functions
Function, ssl-library-init: Private ordinary functions
Function, ssl-load-error-strings: Private ordinary functions
Function, ssl-new: Private ordinary functions
Function, ssl-pending: Private ordinary functions
Function, ssl-read: Private ordinary functions
Function, ssl-set-fd: Private ordinary functions
Function, ssl-set-read-ahead: Private ordinary functions
Function, ssl-socket-check-error: Private ordinary functions
Function, ssl-socket-event-wanted: Private ordinary functions
Function, ssl-socket-init: Private ordinary functions
Function, ssl-socket-p: Private ordinary functions
Function, ssl-socket-process-state: Private ordinary functions
Function, ssl-socket-ssl: Private ordinary functions
Function, ssl-socket-state: Private ordinary functions
Function, ssl-socket-transport: Private ordinary functions
Function, ssl-state: Private ordinary functions
Function, ssl-v23-method: Private ordinary functions
Function, ssl-write: Private ordinary functions
Function, start-http-response: Public ordinary functions
Function, strcat: Public ordinary functions
Function, strcat-go: Private ordinary functions
Function, strerror: Private ordinary functions
Function, structure-classp: Private ordinary functions
Function, superquote-form-constantp: Private ordinary functions
Function, superquote-function: Public ordinary functions
Function, superquote-function-go: Private ordinary functions
Function, survey-channel-name: Private ordinary functions
Function, survey-channel-questions: Private ordinary functions
Function, survey-channel-responses: Private ordinary functions
Function, survey-datastore-id: Private ordinary functions
Function, survey-gen-page-lambda: Private ordinary functions
Function, survey-name: Private ordinary functions
Function, survey-p: Private ordinary functions
Function, survey-questions: Private ordinary functions
Function, survey-register: Private ordinary functions
Function, survey-text: Private ordinary functions
Function, syscall-accept: Private ordinary functions
Function, syscall-accept4: Private ordinary functions
Function, syscall-bind: Private ordinary functions
Function, syscall-close: Private ordinary functions
Function, syscall-connect: Private ordinary functions
Function, syscall-direct-accept: Private ordinary functions
Function, syscall-direct-accept4: Private ordinary functions
Function, syscall-direct-bind: Private ordinary functions
Function, syscall-direct-close: Private ordinary functions
Function, syscall-direct-connect: Private ordinary functions
Function, syscall-direct-epoll_create: Private ordinary functions
Function, syscall-direct-epoll_ctl: Private ordinary functions
Function, syscall-direct-epoll_wait: Private ordinary functions
Function, syscall-direct-fcntl: Private ordinary functions
Function, syscall-direct-gettimeofday: Private ordinary functions
Function, syscall-direct-listen: Private ordinary functions
Function, syscall-direct-read: Private ordinary functions
Function, syscall-direct-recvfrom: Private ordinary functions
Function, syscall-direct-sendfile: Private ordinary functions
Function, syscall-direct-sendto: Private ordinary functions
Function, syscall-direct-setsockopt: Private ordinary functions
Function, syscall-direct-shutdown: Private ordinary functions
Function, syscall-direct-socket: Private ordinary functions
Function, syscall-direct-write: Private ordinary functions
Function, syscall-direct-writev: Private ordinary functions
Function, syscall-epoll_create: Private ordinary functions
Function, syscall-epoll_ctl: Private ordinary functions
Function, syscall-epoll_wait: Private ordinary functions
Function, syscall-fcntl: Private ordinary functions
Function, syscall-gettimeofday: Private ordinary functions
Function, syscall-listen: Private ordinary functions
Function, syscall-name: Private ordinary functions
Function, syscall-noretry-accept: Private ordinary functions
Function, syscall-noretry-accept4: Private ordinary functions
Function, syscall-noretry-bind: Private ordinary functions
Function, syscall-noretry-close: Private ordinary functions
Function, syscall-noretry-connect: Private ordinary functions
Function, syscall-noretry-epoll_create: Private ordinary functions
Function, syscall-noretry-epoll_ctl: Private ordinary functions
Function, syscall-noretry-epoll_wait: Private ordinary functions
Function, syscall-noretry-fcntl: Private ordinary functions
Function, syscall-noretry-gettimeofday: Private ordinary functions
Function, syscall-noretry-listen: Private ordinary functions
Function, syscall-noretry-read: Private ordinary functions
Function, syscall-noretry-recvfrom: Private ordinary functions
Function, syscall-noretry-sendfile: Private ordinary functions
Function, syscall-noretry-sendto: Private ordinary functions
Function, syscall-noretry-setsockopt: Private ordinary functions
Function, syscall-noretry-shutdown: Private ordinary functions
Function, syscall-noretry-socket: Private ordinary functions
Function, syscall-noretry-write: Private ordinary functions
Function, syscall-noretry-writev: Private ordinary functions
Function, syscall-read: Private ordinary functions
Function, syscall-recvfrom: Private ordinary functions
Function, syscall-retry-epoll_wait: Private ordinary functions
Function, syscall-sendfile: Private ordinary functions
Function, syscall-sendto: Private ordinary functions
Function, syscall-setsockopt: Private ordinary functions
Function, syscall-shutdown: Private ordinary functions
Function, syscall-signal: Private ordinary functions
Function, syscall-socket: Private ordinary functions
Function, syscall-write: Private ordinary functions
Function, syscall-writev: Private ordinary functions
Function, time-for-delay: Private ordinary functions
Function, time-string: Private ordinary functions
Function, time-string: Private ordinary functions
Function, timeout-cancel: Public ordinary functions
Function, timeout-due: Private ordinary functions
Function, timeout-func: Public ordinary functions
Function, timeout-merge: Private ordinary functions
Function, timeout-next: Private ordinary functions
Function, timeout-p: Private ordinary functions
Function, timeout-position: Private ordinary functions
Function, timeout-prev: Private ordinary functions
Function, timeout-remaining: Public ordinary functions
Function, timeout-reset: Private ordinary functions
Function, timeout-run: Private ordinary functions
Function, timeout-set: Public ordinary functions
Function, timeout-time: Private ordinary functions
Function, truc-chosen-card-values: Private ordinary functions
Function, truc-determine-round-winner: Private ordinary functions
Function, truc-determine-rubber-winner: Private ordinary functions
Function, truc-player-chosen-card-value: Private ordinary functions
Function, truc-player-hand-number: Private ordinary functions
Function, truc-player-shuffle-init: Private ordinary functions
Function, truc-player-win-probability: Private ordinary functions
Function, truc-shuffle: Private ordinary functions
Function, truc-too-few-players: Private ordinary functions
Function, unassigned-controller-assign: Private ordinary functions
Function, unassigned-controller-assign-robot: Private ordinary functions
Function, unassigned-controller-del: Private ordinary functions
Function, unassigned-controller-game: Private ordinary functions
Function, unassigned-controller-game-generator: Private ordinary functions
Function, unassigned-controller-move-states: Private ordinary functions
Function, unassigned-controller-p: Private ordinary functions
Function, unassigned-controller-player-state: Private ordinary functions
Function, unassigned-controller-timeout: Private ordinary functions
Function, unlogged-comment-author: Private ordinary functions
Function, unlogged-comment-datastore-id: Private ordinary functions
Function, unlogged-comment-entry-index-name: Private ordinary functions
Function, unlogged-comment-text: Private ordinary functions
Function, unlogged-comment-time: Private ordinary functions
Function, unlogged-comment-trace-details: Private ordinary functions
Function, unlogged-make-comment: Private ordinary functions
Function, unlogged-make-response: Private ordinary functions
Function, unlogged-make-survey: Private ordinary functions
Function, unlogged-response-datastore-id: Private ordinary functions
Function, unlogged-response-responses: Private ordinary functions
Function, unlogged-response-survey-name: Private ordinary functions
Function, unlogged-response-time: Private ordinary functions
Function, unlogged-response-trace-details: Private ordinary functions
Function, unlogged-survey-datastore-id: Private ordinary functions
Function, unlogged-survey-name: Private ordinary functions
Function, unlogged-survey-questions: Private ordinary functions
Function, unlogged-survey-text: Private ordinary functions
Function, unquote-quoted-symbol: Public ordinary functions
Function, unsafe-length-byte-vector=-fold-ascii-case: Private ordinary functions
Function, url-encoding-decode: Private ordinary functions
Function, validate: Private ordinary functions
Function, validate-choice: Private ordinary functions
Function, validate-properties: Private ordinary functions
Function, w3c-timestring: Public ordinary functions
Function, wait-for-next-event: Private ordinary functions
Function, web-add-game: Private ordinary functions
Function, web-game-start: Private ordinary functions
Function, web-state-add-announcement: Private ordinary functions
Function, web-state-add-move-state: Private ordinary functions
Function, web-state-play-again-ml: Private ordinary functions
Function, web-state-queue-choice: Public ordinary functions
Function, web-state-resign: Private ordinary functions
Function, web-state-resigned: Private ordinary functions
Function, web-state-timeout-cancel: Private ordinary functions
Function, web-state-timeout-reset: Private ordinary functions
Function, web-state-try-to-move: Private ordinary functions
Function, webapp-default-page-footer: Public ordinary functions
Function, webapp-default-page-head-contents: Public ordinary functions
Function, webapp-frame: Public ordinary functions
Function, webapp-frame-available-p: Public ordinary functions
Function, webapp-frame-var: Public ordinary functions
Function, webapp-play-bot: Private ordinary functions
Function, webapp-respond-ajax-body: Public ordinary functions

G
game-announce: Private ordinary functions
game-drop-player: Private generic functions
game-drop-player: Private generic functions
game-drop-player: Private generic functions
game-finished: Private generic functions
game-finished: Private generic functions
game-finished: Private generic functions
game-game-over: Private generic functions
game-game-over: Private generic functions
game-generator: Private ordinary functions
game-generator-advertised: Private ordinary functions
game-generator-description: Private ordinary functions
game-generator-join-or-start: Private ordinary functions
game-generator-make-game: Private ordinary functions
game-generator-name: Private ordinary functions
game-generator-p: Private ordinary functions
game-generator-unassigned-controllers-waiting: Private ordinary functions
game-listeners: Private ordinary functions
game-name: Private generic functions
game-name: Private generic functions
game-name: Private generic functions
game-name: Private generic functions
game-name: Private generic functions
game-name: Private generic functions
game-name: Private generic functions
game-name: Private generic functions
game-other-listeners: Private generic functions
game-other-listeners: Private generic functions
game-p: Private generic functions
game-p: Private generic functions
game-p: Private generic functions
game-play-again-ml: Private ordinary functions
game-players: Private generic functions
game-players: Private generic functions
game-players-ready: Private generic functions
game-players-ready: Private generic functions
game-players-ready: Private generic functions
game-resign: Private ordinary functions
game-talk: Private ordinary functions
generate-args-for-defpage-from-params: Private ordinary functions
generate-case-key: Private ordinary functions
generate-defmyclass-defstruct: Private ordinary functions
generate-defstruct: Private ordinary functions
Generic Function, (setf channel-id): Private generic functions
Generic Function, (setf channel-state): Private generic functions
Generic Function, (setf channel-subscribers): Private generic functions
Generic Function, (setf coin-game-player-coins): Private generic functions
Generic Function, (setf entry-blog): Private generic functions
Generic Function, (setf entry-body-function): Private generic functions
Generic Function, (setf entry-channel-entry): Private generic functions
Generic Function, (setf entry-expiry-time): Private generic functions
Generic Function, (setf entry-name): Private generic functions
Generic Function, (setf entry-score): Private generic functions
Generic Function, (setf entry-score-update-time): Private generic functions
Generic Function, (setf entry-tags): Private generic functions
Generic Function, (setf entry-time): Private generic functions
Generic Function, (setf entry-title): Private generic functions
Generic Function, (setf frame-current-page): Private generic functions
Generic Function, (setf frame-destroy-hooks): Public generic functions
Generic Function, (setf frame-site): Private generic functions
Generic Function, (setf frame-timeout): Private generic functions
Generic Function, (setf frame-trace-info): Public generic functions
Generic Function, (setf frame-username): Public generic functions
Generic Function, (setf frame-variables): Private generic functions
Generic Function, (setf game-game-over): Private generic functions
Generic Function, (setf game-other-listeners): Private generic functions
Generic Function, (setf game-players): Private generic functions
Generic Function, (setf list-channel-list): Private generic functions
Generic Function, (setf message-channel-messages): Private generic functions
Generic Function, (setf nash-bargain-penalty): Private generic functions
Generic Function, (setf nash-bargain-player-demand): Private generic functions
Generic Function, (setf nash-bargain-pot): Private generic functions
Generic Function, (setf player-controller): Public generic functions
Generic Function, (setf player-controller-var): Public generic functions
Generic Function, (setf player-game): Private generic functions
Generic Function, (setf player-waiting-for-input): Private generic functions
Generic Function, (setf prisoners-dilemma-big-penalty): Private generic functions
Generic Function, (setf prisoners-dilemma-grab): Private generic functions
Generic Function, (setf prisoners-dilemma-penalty): Private generic functions
Generic Function, (setf prisoners-dilemma-player-agree): Private generic functions
Generic Function, (setf prisoners-dilemma-share): Private generic functions
Generic Function, (setf roshambo-player-choice): Private generic functions
Generic Function, (setf survey-channel-survey): Private generic functions
Generic Function, (setf truc-ordered-winners): Private generic functions
Generic Function, (setf truc-player-cards): Private generic functions
Generic Function, (setf truc-player-chosen-card): Private generic functions
Generic Function, (setf truc-player-folded): Private generic functions
Generic Function, (setf truc-player-stack): Private generic functions
Generic Function, (setf truc-player-wins): Private generic functions
Generic Function, (setf truc-stake): Private generic functions
Generic Function, (setf ultimatum-penalty): Private generic functions
Generic Function, (setf ultimatum-player-demand): Private generic functions
Generic Function, (setf ultimatum-pot): Private generic functions
Generic Function, (setf web-state-announcements): Private generic functions
Generic Function, (setf web-state-frame): Private generic functions
Generic Function, (setf web-state-game-state): Private generic functions
Generic Function, (setf web-state-queued-choices): Private generic functions
Generic Function, (setf web-state-timed-out): Private generic functions
Generic Function, (setf web-state-timeout): Private generic functions
Generic Function, (setf web-state-waiting-for-input): Private generic functions
Generic Function, assign: Public generic functions
Generic Function, channel-id: Private generic functions
Generic Function, channel-p: Private generic functions
Generic Function, channel-state: Private generic functions
Generic Function, channel-subscribers: Private generic functions
Generic Function, channel-update: Public generic functions
Generic Function, choices-list: Public generic functions
Generic Function, choices-list-form: Private generic functions
Generic Function, coin-game-p: Private generic functions
Generic Function, coin-game-player-coins: Private generic functions
Generic Function, coin-game-player-p: Private generic functions
Generic Function, copy: Public generic functions
Generic Function, css-output-property-form: Private generic functions
Generic Function, css-output-selector-form: Private generic functions
Generic Function, datastore-delete: Public generic functions
Generic Function, datastore-record-constructor-form: Public generic functions
Generic Function, datastore-retrieve-all: Public generic functions
Generic Function, datastore-retrieve-indexed: Public generic functions
Generic Function, datastore-save-form: Private generic functions
Generic Function, entry-blog: Private generic functions
Generic Function, entry-body-function: Private generic functions
Generic Function, entry-channel-entry: Private generic functions
Generic Function, entry-channel-p: Private generic functions
Generic Function, entry-expiry-time: Private generic functions
Generic Function, entry-name: Private generic functions
Generic Function, entry-p: Private generic functions
Generic Function, entry-score: Private generic functions
Generic Function, entry-score-update-time: Private generic functions
Generic Function, entry-tags: Private generic functions
Generic Function, entry-time: Private generic functions
Generic Function, entry-title: Private generic functions
Generic Function, frame-current-page: Private generic functions
Generic Function, frame-destroy-hooks: Public generic functions
Generic Function, frame-p: Private generic functions
Generic Function, frame-site: Private generic functions
Generic Function, frame-timeout: Private generic functions
Generic Function, frame-trace-info: Public generic functions
Generic Function, frame-username: Public generic functions
Generic Function, frame-variables: Private generic functions
Generic Function, game-drop-player: Private generic functions
Generic Function, game-finished: Private generic functions
Generic Function, game-game-over: Private generic functions
Generic Function, game-name: Private generic functions
Generic Function, game-other-listeners: Private generic functions
Generic Function, game-p: Private generic functions
Generic Function, game-players: Private generic functions
Generic Function, game-players-ready: Private generic functions
Generic Function, inform: Private generic functions
Generic Function, list-channel-list: Private generic functions
Generic Function, list-channel-p: Private generic functions
Generic Function, message-channel-messages: Private generic functions
Generic Function, message-channel-p: Private generic functions
Generic Function, message-to-ml: Private generic functions
Generic Function, move: Public generic functions
Generic Function, move-continuation: Public generic functions
Generic Function, my-auto-prefices: Private generic functions
Generic Function, nash-bargain-p: Private generic functions
Generic Function, nash-bargain-penalty: Private generic functions
Generic Function, nash-bargain-player-demand: Private generic functions
Generic Function, nash-bargain-player-p: Private generic functions
Generic Function, nash-bargain-pot: Private generic functions
Generic Function, normal-connection-error: Private generic functions
Generic Function, object-to-ml: Public generic functions
Generic Function, play: Public generic functions
Generic Function, player-controller: Public generic functions
Generic Function, player-controller-name-to-ml: Public generic functions
Generic Function, player-controller-var: Public generic functions
Generic Function, player-full-state-to-ml: Private generic functions
Generic Function, player-game: Private generic functions
Generic Function, player-p: Private generic functions
Generic Function, player-waiting-for-input: Private generic functions
Generic Function, prisoners-dilemma-big-penalty: Private generic functions
Generic Function, prisoners-dilemma-grab: Private generic functions
Generic Function, prisoners-dilemma-p: Private generic functions
Generic Function, prisoners-dilemma-penalty: Private generic functions
Generic Function, prisoners-dilemma-player-agree: Private generic functions
Generic Function, prisoners-dilemma-player-p: Private generic functions
Generic Function, prisoners-dilemma-share: Private generic functions
Generic Function, roshambo-p: Private generic functions
Generic Function, roshambo-player-choice: Private generic functions
Generic Function, roshambo-player-p: Private generic functions
Generic Function, simple-channel-body-ml: Public generic functions
Generic Function, simple-channel-p: Private generic functions
Generic Function, socket-accept: Private generic functions
Generic Function, socket-close: Private generic functions
Generic Function, socket-only-accept-if-data-ready: Public generic functions
Generic Function, socket-peer: Private generic functions
Generic Function, socket-read: Private generic functions
Generic Function, socket-recvfrom: Private generic functions
Generic Function, socket-register: Private generic functions
Generic Function, socket-sendto: Private generic functions
Generic Function, socket-shutdown-write: Public generic functions
Generic Function, socket-supports-writev: Private generic functions
Generic Function, socket-write: Private generic functions
Generic Function, socket-writev: Private generic functions
Generic Function, survey-channel-p: Private generic functions
Generic Function, survey-channel-survey: Private generic functions
Generic Function, syscall-failed-errno: Private generic functions
Generic Function, truc-ordered-winners: Private generic functions
Generic Function, truc-p: Private generic functions
Generic Function, truc-player-cards: Private generic functions
Generic Function, truc-player-chosen-card: Private generic functions
Generic Function, truc-player-folded: Private generic functions
Generic Function, truc-player-p: Private generic functions
Generic Function, truc-player-stack: Private generic functions
Generic Function, truc-player-wins: Private generic functions
Generic Function, truc-stake: Private generic functions
Generic Function, ultimatum-p: Private generic functions
Generic Function, ultimatum-penalty: Private generic functions
Generic Function, ultimatum-player-demand: Private generic functions
Generic Function, ultimatum-player-p: Private generic functions
Generic Function, ultimatum-pot: Private generic functions
Generic Function, web-state-announcements: Private generic functions
Generic Function, web-state-frame: Private generic functions
Generic Function, web-state-game-state: Private generic functions
Generic Function, web-state-p: Private generic functions
Generic Function, web-state-queued-choices: Private generic functions
Generic Function, web-state-timed-out: Private generic functions
Generic Function, web-state-timeout: Private generic functions
Generic Function, web-state-waiting-for-input: Private generic functions
get-http-param: Private ordinary functions
get-http-request-con: Private ordinary functions
get-recvbuf: Private ordinary functions
get-timeout-time: Public ordinary functions
get-universal-us: Private ordinary functions
getaddrinfo: Private ordinary functions
getpeername: Private ordinary functions

H
hangup: Public ordinary functions
html-action-form: Public macros
html-action-form-collapsed: Public macros
html-action-link: Public macros
html-change-username-form: Public macros
html-collapser: Public macros
html-jiggle-text: Public macros
html-replace-link: Public macros
htons: Private ordinary functions
http-connection-cache-timeout: Private ordinary functions
http-read-chunked: Private ordinary functions
http-request: Private ordinary functions
http-serve: Public ordinary functions
http-serve-parse-headers: Private ordinary functions
http-serve-process-body: Private ordinary functions
http-serve-timeout: Public ordinary functions
http-serve-wait-timeout: Private ordinary functions
http-start-server: Public ordinary functions

I
ignorable-let: Public macros
inet_ntop: Private ordinary functions
inet_pton: Private ordinary functions
inform: Private generic functions
inform: Private generic functions
inform: Private generic functions
inform: Private generic functions
inform: Private generic functions
inform: Private generic functions
inform: Private generic functions
inform: Private generic functions
inform: Private generic functions
inform: Private generic functions
inform: Private generic functions
inform: Private generic functions
inform: Private generic functions
inform: Private generic functions
inform: Private generic functions
inform: Private generic functions
inform: Private generic functions
inform: Private generic functions
inform: Private generic functions
inform: Private generic functions
inform: Private generic functions
inform: Private generic functions
inform: Private generic functions
inform: Private generic functions
inform: Private generic functions
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-openssl: Private ordinary functions
io: Public macros
its: Public macros
its-known-type: Private ordinary functions
its-type-sym: Private ordinary functions

J
js-attrib: Public macros
js-html-script: Public macros
js-html-script-as-bv: Public macros
js-library: Public ordinary functions
js-library-animate: Public ordinary functions
js-library-footer: Private ordinary functions
js-to-bv: Public macros
js-to-string: Public macros
js-to-string-func: Private compiler macros
js-to-string-func: Private ordinary functions
js-to-string-func-consistent-internal: Private ordinary functions
js-to-string-func-consistent-internal-careful: Private ordinary functions

K
keyword-to-friendly-string: Private ordinary functions

L
launch-game: Public ordinary functions
launch-http-request: Public ordinary functions
launch-io: Public macros
let-current-values: Public macros
link-to-webapp: Public macros
list-all-frames: Public ordinary functions
list-channel-add: Public ordinary functions
list-channel-del: Public ordinary functions
list-channel-list: Private generic functions
list-channel-list: Private generic functions
list-channel-p: Private generic functions
list-channel-p: Private generic functions
list-channel-p: Private generic functions
lookup-hostname: Public ordinary functions

M
Macro, <a: Public macros
Macro, <abbr: Public macros
Macro, <acronym: Public macros
Macro, <address: Public macros
Macro, <area: Public macros
Macro, <author: Public macros
Macro, <b: Public macros
Macro, <base: Public macros
Macro, <bdo: Public macros
Macro, <big: Public macros
Macro, <blockquote: Public macros
Macro, <body: Public macros
Macro, <br: Public macros
Macro, <button: Public macros
Macro, <caption: Public macros
Macro, <channel: Public macros
Macro, <cite: Public macros
Macro, <code: Public macros
Macro, <col: Public macros
Macro, <colgroup: Public macros
Macro, <content: Public macros
Macro, <dd: Public macros
Macro, <del: Public macros
Macro, <description: Public macros
Macro, <dfn: Public macros
Macro, <div: Public macros
Macro, <dl: Public macros
Macro, <dt: Public macros
Macro, <em: Public macros
Macro, <email: Public macros
Macro, <entry: Public macros
Macro, <feed: Public macros
Macro, <fieldset: Public macros
Macro, <form: Public macros
Macro, <h1: Public macros
Macro, <h2: Public macros
Macro, <h3: Public macros
Macro, <h4: Public macros
Macro, <h5: Public macros
Macro, <h6: Public macros
Macro, <head: Public macros
Macro, <hr: Public macros
Macro, <html: Public macros
Macro, <i: Public macros
Macro, <id: Public macros
Macro, <iframe: Public macros
Macro, <img: Public macros
Macro, <input: Public macros
Macro, <ins: Public macros
Macro, <item: Public macros
Macro, <kbd: Public macros
Macro, <label: Public macros
Macro, <legend: Public macros
Macro, <li: Public macros
Macro, <link: Public macros
Macro, <link: Public macros
Macro, <link: Public macros
Macro, <map: Public macros
Macro, <meta: Public macros
Macro, <name: Public macros
Macro, <noscript: Public macros
Macro, <object: Public macros
Macro, <ol: Public macros
Macro, <optgroup: Public macros
Macro, <option: Public macros
Macro, <p: Public macros
Macro, <param: Public macros
Macro, <pre: Public macros
Macro, <q: Public macros
Macro, <rss: Public macros
Macro, <samp: Public macros
Macro, <script: Public macros
Macro, <select: Public macros
Macro, <small: Public macros
Macro, <span: Public macros
Macro, <strong: Public macros
Macro, <style: Public macros
Macro, <sub: Public macros
Macro, <subtitle: Public macros
Macro, <summary: Public macros
Macro, <sup: Public macros
Macro, <table: Public macros
Macro, <tbody: Public macros
Macro, <td: Public macros
Macro, <textarea: Public macros
Macro, <tfoot: Public macros
Macro, <th: Public macros
Macro, <thead: Public macros
Macro, <title: Public macros
Macro, <title: Public macros
Macro, <title: Public macros
Macro, <tr: Public macros
Macro, <tt: Public macros
Macro, <ul: Public macros
Macro, <updated: Public macros
Macro, <var: Public macros
Macro, acond: Public macros
Macro, adolist: Public macros
Macro, aif: Public macros
Macro, appendf: Public macros
Macro, apply-page-call: Private macros
Macro, awhen: Public macros
Macro, awhile: Private macros
Macro, case-=: Public macros
Macro, case-equalp: Public macros
Macro, case-func: Private macros
Macro, case-match-fold-ascii-case: Public macros
Macro, check-symbols: Public macros
Macro, cl-cont-pass-through-constructs: Private macros
Macro, cl-cont-pass-through-one-construct: Private macros
Macro, css-attrib: Public macros
Macro, css-html-style: Public macros
Macro, current-site: Public macros
Macro, current-site-call: Private macros
Macro, debug-assert: Public macros
Macro, debug-unreachable: Public macros
Macro, def-if-unbound: Public macros
Macro, def-servestate-struct: Private macros
Macro, def-simple-syscall: Private macros
Macro, def-specialvar-struct: Private macros
Macro, def-syscall: Private macros
Macro, def-web-state-message: Private macros
Macro, defconstant-bv: Public macros
Macro, defconstant-string: Public macros
Macro, defgame: Public macros
Macro, define-dtd: Public macros
Macro, defmyclass: Public macros
Macro, defmyclass-defstruct: Private macros
Macro, defmystruct: Public macros
Macro, defpage: Public macros
Macro, defpage-lambda: Public macros
Macro, defpage-lambda-blog: Private macros
Macro, defprotocol: Public macros
Macro, defrecord: Public macros
Macro, defrules: Public macros
Macro, defsite: Public macros
Macro, defun-simple-io: Private macros
Macro, deletef: Public macros
Macro, dohash: Public macros
Macro, escape-attribute-value: Private macros
Macro, eval-always: Public macros
Macro, html-action-form: Public macros
Macro, html-action-form-collapsed: Public macros
Macro, html-action-link: Public macros
Macro, html-change-username-form: Public macros
Macro, html-collapser: Public macros
Macro, html-jiggle-text: Public macros
Macro, html-replace-link: Public macros
Macro, ignorable-let: Public macros
Macro, io: Public macros
Macro, its: Public macros
Macro, js-attrib: Public macros
Macro, js-html-script: Public macros
Macro, js-html-script-as-bv: Public macros
Macro, js-to-bv: Public macros
Macro, js-to-string: Public macros
Macro, launch-io: Public macros
Macro, let-current-values: Public macros
Macro, link-to-webapp: Public macros
Macro, ml-to-byte-vector: Private macros
Macro, my-call: Public macros
Macro, my-defun: Public macros
Macro, once-only: Public macros
Macro, output-escaped-ml: Public macros
Macro, output-ml-comment: Public macros
Macro, output-object-to-ml: Public macros
Macro, output-raw-ml: Public macros
Macro, page-action-lambda: Private macros
Macro, page-action-link: Private macros
Macro, page-link: Public macros
Macro, reversed-deletef: Private macros
Macro, set-its: Private macros
Macro, signal-protect: Public macros
Macro, simple-io-function: Private macros
Macro, socket-io-syscall: Private macros
Macro, superquote: Public macros
Macro, syscall-error-number: Private macros
Macro, unquote: Public macros
Macro, unquote-splice: Public macros
Macro, webapp: Public macros
Macro, webapp-display: Public macros
Macro, webapp-ml: Private macros
Macro, webapp-section: Public macros
Macro, webapp-select-one: Public macros
Macro, with-compile-time-site: Public macros
Macro, with-foreign-object-and-slots: Private macros
Macro, with-frame-site: Private macros
Macro, with-game: Public macros
Macro, with-http-headers: Public macros
Macro, with-http-params: Public macros
Macro, with-ignored-errors: Public macros
Macro, with-independent-event-loop: Public macros
Macro, with-independent-timeouts: Public macros
Macro, with-its-type: Public macros
Macro, with-join-spawn/cc: Public macros
Macro, with-ml-output: Public macros
Macro, with-ml-output-start: Public macros
Macro, with-ml-to-string: Public macros
Macro, with-package: Private macros
Macro, with-pointer-to-vector-data: Public macros
Macro, with-preserve-specials: Public macros
Macro, with-sendbuf: Public macros
Macro, with-sendbuf-continue: Public macros
Macro, with-shorthand-accessor: Public macros
Macro, with-simple-io: Private macros
Macro, with-site: Public macros
Macro, without-call/cc: Public macros
Macro, without-ml-output: Public macros
make-action: Private ordinary functions
make-bind-socket: Private ordinary functions
make-blog: Private ordinary functions
make-card: Public ordinary functions
make-card-from-number: Public ordinary functions
make-channel: Private ordinary functions
make-coin-game: Private ordinary functions
make-coin-game-player: Private ordinary functions
make-comment: Private ordinary functions
make-con: Public ordinary functions
make-con-bind: Public ordinary functions
make-con-connect: Public ordinary functions
make-con-listen: Public ordinary functions
make-connect-socket: Private ordinary functions
make-datastore-index: Private ordinary functions
make-dispatcher: Private ordinary functions
make-displaced-vector: Public ordinary functions
make-entry: Private ordinary functions
make-entry-channel: Private ordinary functions
make-epoll: Private ordinary functions
make-frame: Private ordinary functions
make-game: Private ordinary functions
make-game-generator: Private ordinary functions
make-list-channel: Private ordinary functions
make-listen-socket: Private ordinary functions
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-message-channel: Public ordinary functions
make-move-state: Private ordinary functions
make-mux: Private ordinary functions
make-mux-array: Private ordinary functions
make-nash-bargain: Private ordinary functions
make-nash-bargain-player: Private ordinary functions
make-player: Private ordinary functions
make-prisoners-dilemma: Private ordinary functions
make-prisoners-dilemma-player: Private ordinary functions
make-question: Private ordinary functions
make-queued-choice: Private ordinary functions
make-quick-queue: Private ordinary functions
make-quick-queue-entry: Private ordinary functions
make-raw-ml-sendbuf: Private ordinary functions
make-recvbuf: Private ordinary functions
make-repeater: Private ordinary functions
make-response: Private ordinary functions
make-robot: Private ordinary functions
make-robot-bully: Private ordinary functions
make-robot-sensible: Private ordinary functions
make-roshambo: Private ordinary functions
make-roshambo-player: Private ordinary functions
make-sendbuf: Private ordinary functions
make-servestate: Private ordinary functions
make-simple-channel: Private ordinary functions
make-site: Private ordinary functions
make-ssl-socket: Private ordinary functions
make-survey: Private ordinary functions
make-survey-channel: Private ordinary functions
make-timeout: Public ordinary functions
make-truc: Private ordinary functions
make-truc-player: Private ordinary functions
make-ultimatum: Private ordinary functions
make-ultimatum-player: Private ordinary functions
make-unassigned-controller: Private ordinary functions
make-web-state: Private ordinary functions
make-web-state-from-frame: Private ordinary functions
map-http-params: Private ordinary functions
match-each-word: Private ordinary functions
match-int: Private ordinary functions
match-request-url: Private ordinary functions
match-x-forwarded-for: Private ordinary functions
max-nil-ok: Public ordinary functions
max-timeout-period: Private ordinary functions
merge-constant-arguments: Public ordinary functions
message-channel-broadcast: Public ordinary functions
message-channel-messages: Private generic functions
message-channel-messages: Private generic functions
message-channel-p: Private generic functions
message-channel-p: Private generic functions
message-channel-p: Private generic functions
message-to-ml: Private generic functions
message-to-ml: Private generic functions
message-to-ml: Private generic functions
message-to-ml: Private generic functions
message-to-ml: Private generic functions
message-to-ml: Private generic functions
message-to-ml: Private generic functions
message-to-ml: Private generic functions
message-to-ml: Private generic functions
message-to-ml: Private generic functions
message-to-ml: Private generic functions
message-to-ml: Private generic functions
message-to-ml: Private generic functions
message-to-ml: Private generic functions
message-to-ml: Private generic functions
message-to-ml: Private generic functions
message-to-ml: Private generic functions
message-to-ml: Private generic functions
message-to-ml: Private generic functions
Method, (setf channel-id): Private generic functions
Method, (setf channel-state): Private generic functions
Method, (setf channel-subscribers): Private generic functions
Method, (setf coin-game-player-coins): Private generic functions
Method, (setf entry-blog): Private generic functions
Method, (setf entry-body-function): Private generic functions
Method, (setf entry-channel-entry): Private generic functions
Method, (setf entry-expiry-time): Private generic functions
Method, (setf entry-name): Private generic functions
Method, (setf entry-score): Private generic functions
Method, (setf entry-score-update-time): Private generic functions
Method, (setf entry-tags): Private generic functions
Method, (setf entry-time): Private generic functions
Method, (setf entry-title): Private generic functions
Method, (setf frame-current-page): Private generic functions
Method, (setf frame-destroy-hooks): Public generic functions
Method, (setf frame-site): Private generic functions
Method, (setf frame-timeout): Private generic functions
Method, (setf frame-trace-info): Public generic functions
Method, (setf frame-username): Public generic functions
Method, (setf frame-variables): Private generic functions
Method, (setf game-game-over): Private generic functions
Method, (setf game-other-listeners): Private generic functions
Method, (setf game-players): Private generic functions
Method, (setf list-channel-list): Private generic functions
Method, (setf message-channel-messages): Private generic functions
Method, (setf nash-bargain-penalty): Private generic functions
Method, (setf nash-bargain-player-demand): Private generic functions
Method, (setf nash-bargain-pot): Private generic functions
Method, (setf player-controller): Public generic functions
Method, (setf player-controller-var): Public generic functions
Method, (setf player-controller-var): Public generic functions
Method, (setf player-controller-var): Public generic functions
Method, (setf player-game): Private generic functions
Method, (setf player-waiting-for-input): Private generic functions
Method, (setf prisoners-dilemma-big-penalty): Private generic functions
Method, (setf prisoners-dilemma-grab): Private generic functions
Method, (setf prisoners-dilemma-penalty): Private generic functions
Method, (setf prisoners-dilemma-player-agree): Private generic functions
Method, (setf prisoners-dilemma-share): Private generic functions
Method, (setf roshambo-player-choice): Private generic functions
Method, (setf survey-channel-survey): Private generic functions
Method, (setf truc-ordered-winners): Private generic functions
Method, (setf truc-player-cards): Private generic functions
Method, (setf truc-player-chosen-card): Private generic functions
Method, (setf truc-player-folded): Private generic functions
Method, (setf truc-player-stack): Private generic functions
Method, (setf truc-player-wins): Private generic functions
Method, (setf truc-stake): Private generic functions
Method, (setf ultimatum-penalty): Private generic functions
Method, (setf ultimatum-player-demand): Private generic functions
Method, (setf ultimatum-pot): Private generic functions
Method, (setf web-state-announcements): Private generic functions
Method, (setf web-state-frame): Private generic functions
Method, (setf web-state-game-state): Private generic functions
Method, (setf web-state-queued-choices): Private generic functions
Method, (setf web-state-timed-out): Private generic functions
Method, (setf web-state-timeout): Private generic functions
Method, (setf web-state-waiting-for-input): Private generic functions
Method, assign: Public generic functions
Method, assign: Public generic functions
Method, assign: Public generic functions
Method, assign: Public generic functions
Method, assign: Public generic functions
Method, assign: Public generic functions
Method, assign: Public generic functions
Method, assign: Public generic functions
Method, assign: Public generic functions
Method, assign: Public generic functions
Method, assign: Public generic functions
Method, assign: Public generic functions
Method, assign: Public generic functions
Method, assign: Public generic functions
Method, assign: Public generic functions
Method, assign: Public generic functions
Method, assign: Public generic functions
Method, assign: Public generic functions
Method, assign: Public generic functions
Method, assign: Public generic functions
Method, assign: Public generic functions
Method, assign: Public generic functions
Method, assign: Public generic functions
Method, assign: Public generic functions
Method, assign: Public generic functions
Method, channel-id: Private generic functions
Method, channel-p: Private generic functions
Method, channel-p: Private generic functions
Method, channel-state: Private generic functions
Method, channel-subscribers: Private generic functions
Method, channel-update: Public generic functions
Method, channel-update: Public generic functions
Method, choices-list: Public generic functions
Method, choices-list: Public generic functions
Method, choices-list-form: Private generic functions
Method, choices-list-form: Private generic functions
Method, coin-game-p: Private generic functions
Method, coin-game-p: Private generic functions
Method, coin-game-player-coins: Private generic functions
Method, coin-game-player-p: Private generic functions
Method, coin-game-player-p: Private generic functions
Method, copy: Public generic functions
Method, copy: Public generic functions
Method, copy: Public generic functions
Method, copy: Public generic functions
Method, copy: Public generic functions
Method, css-output-property-form: Private generic functions
Method, css-output-property-form: Private generic functions
Method, css-output-property-form: Private generic functions
Method, css-output-property-form: Private generic functions
Method, css-output-property-form: Private generic functions
Method, css-output-selector-form: Private generic functions
Method, css-output-selector-form: Private generic functions
Method, css-output-selector-form: Private generic functions
Method, datastore-delete: Public generic functions
Method, datastore-delete: Public generic functions
Method, datastore-delete: Public generic functions
Method, datastore-record-constructor-form: Public generic functions
Method, datastore-record-constructor-form: Public generic functions
Method, datastore-record-constructor-form: Public generic functions
Method, datastore-retrieve-all: Public generic functions
Method, datastore-retrieve-all: Public generic functions
Method, datastore-retrieve-all: Public generic functions
Method, datastore-retrieve-indexed: Public generic functions
Method, datastore-retrieve-indexed: Public generic functions
Method, datastore-retrieve-indexed: Public generic functions
Method, datastore-retrieve-indexed: Public generic functions
Method, datastore-retrieve-indexed: Public generic functions
Method, datastore-retrieve-indexed: Public generic functions
Method, datastore-retrieve-indexed: Public generic functions
Method, datastore-save-form: Private generic functions
Method, datastore-save-form: Private generic functions
Method, datastore-save-form: Private generic functions
Method, datastore-save-form: Private generic functions
Method, datastore-save-form: Private generic functions
Method, datastore-save-form: Private generic functions
Method, datastore-save-form: Private generic functions
Method, entry-blog: Private generic functions
Method, entry-body-function: Private generic functions
Method, entry-channel-entry: Private generic functions
Method, entry-channel-p: Private generic functions
Method, entry-channel-p: Private generic functions
Method, entry-expiry-time: Private generic functions
Method, entry-name: Private generic functions
Method, entry-p: Private generic functions
Method, entry-p: Private generic functions
Method, entry-score: Private generic functions
Method, entry-score-update-time: Private generic functions
Method, entry-tags: Private generic functions
Method, entry-time: Private generic functions
Method, entry-title: Private generic functions
Method, frame-current-page: Private generic functions
Method, frame-destroy-hooks: Public generic functions
Method, frame-p: Private generic functions
Method, frame-p: Private generic functions
Method, frame-site: Private generic functions
Method, frame-timeout: Private generic functions
Method, frame-trace-info: Public generic functions
Method, frame-username: Public generic functions
Method, frame-variables: Private generic functions
Method, game-drop-player: Private generic functions
Method, game-drop-player: Private generic functions
Method, game-finished: Private generic functions
Method, game-finished: Private generic functions
Method, game-game-over: Private generic functions
Method, game-name: Private generic functions
Method, game-name: Private generic functions
Method, game-name: Private generic functions
Method, game-name: Private generic functions
Method, game-name: Private generic functions
Method, game-name: Private generic functions
Method, game-name: Private generic functions
Method, game-other-listeners: Private generic functions
Method, game-p: Private generic functions
Method, game-p: Private generic functions
Method, game-players: Private generic functions
Method, game-players-ready: Private generic functions
Method, game-players-ready: Private generic functions
Method, inform: Private generic functions
Method, inform: Private generic functions
Method, inform: Private generic functions
Method, inform: Private generic functions
Method, inform: Private generic functions
Method, inform: Private generic functions
Method, inform: Private generic functions
Method, inform: Private generic functions
Method, inform: Private generic functions
Method, inform: Private generic functions
Method, inform: Private generic functions
Method, inform: Private generic functions
Method, inform: Private generic functions
Method, inform: Private generic functions
Method, inform: Private generic functions
Method, inform: Private generic functions
Method, inform: Private generic functions
Method, inform: Private generic functions
Method, inform: Private generic functions
Method, inform: Private generic functions
Method, inform: Private generic functions
Method, inform: Private generic functions
Method, inform: Private generic functions
Method, inform: Private generic functions
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, list-channel-list: Private generic functions
Method, list-channel-p: Private generic functions
Method, list-channel-p: Private generic functions
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, message-channel-messages: Private generic functions
Method, message-channel-p: Private generic functions
Method, message-channel-p: Private generic functions
Method, message-to-ml: Private generic functions
Method, message-to-ml: Private generic functions
Method, message-to-ml: Private generic functions
Method, message-to-ml: Private generic functions
Method, message-to-ml: Private generic functions
Method, message-to-ml: Private generic functions
Method, message-to-ml: Private generic functions
Method, message-to-ml: Private generic functions
Method, message-to-ml: Private generic functions
Method, message-to-ml: Private generic functions
Method, message-to-ml: Private generic functions
Method, message-to-ml: Private generic functions
Method, message-to-ml: Private generic functions
Method, message-to-ml: Private generic functions
Method, message-to-ml: Private generic functions
Method, message-to-ml: Private generic functions
Method, message-to-ml: Private generic functions
Method, message-to-ml: Private generic functions
Method, move: Public generic functions
Method, move: Public generic functions
Method, move: Public generic functions
Method, move: Public generic functions
Method, move: Public generic functions
Method, move: Public generic functions
Method, move: Public generic functions
Method, move: Public generic functions
Method, move: Public generic functions
Method, move-continuation: Public generic functions
Method, move-continuation: Public generic functions
Method, move-continuation: Public generic functions
Method, move-continuation: Public generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, my-auto-prefices: Private generic functions
Method, nash-bargain-p: Private generic functions
Method, nash-bargain-p: Private generic functions
Method, nash-bargain-penalty: Private generic functions
Method, nash-bargain-player-demand: Private generic functions
Method, nash-bargain-player-p: Private generic functions
Method, nash-bargain-player-p: Private generic functions
Method, nash-bargain-pot: Private generic functions
Method, normal-connection-error: Private generic functions
Method, normal-connection-error: Private generic functions
Method, normal-connection-error: Private generic functions
Method, normal-connection-error: Private generic functions
Method, object-to-ml: Public generic functions
Method, object-to-ml: Public generic functions
Method, object-to-ml: Public generic functions
Method, object-to-ml: Public generic functions
Method, object-to-ml: Public generic functions
Method, object-to-ml: Public generic functions
Method, object-to-ml: Public generic functions
Method, object-to-ml: Public generic functions
Method, object-to-ml: Public generic functions
Method, object-to-ml: Public generic functions
Method, object-to-ml: Public generic functions
Method, object-to-ml: Public generic functions
Method, object-to-ml: Public generic functions
Method, object-to-ml: Public generic functions
Method, object-to-ml: Public generic functions
Method, object-to-ml: Public generic functions
Method, object-to-ml: Public generic functions
Method, object-to-ml: Public generic functions
Method, object-to-ml: Public generic functions
Method, object-to-ml: Public generic functions
Method, object-to-ml: Public generic functions
Method, play: Public generic functions
Method, play: Public generic functions
Method, play: Public generic functions
Method, play: Public generic functions
Method, play: Public generic functions
Method, player-controller: Public generic functions
Method, player-controller-name-to-ml: Public generic functions
Method, player-controller-name-to-ml: Public generic functions
Method, player-controller-name-to-ml: Public generic functions
Method, player-controller-name-to-ml: Public generic functions
Method, player-controller-name-to-ml: Public generic functions
Method, player-controller-name-to-ml: Public generic functions
Method, player-controller-var: Public generic functions
Method, player-controller-var: Public generic functions
Method, player-controller-var: Public generic functions
Method, player-full-state-to-ml: Private generic functions
Method, player-full-state-to-ml: Private generic functions
Method, player-game: Private generic functions
Method, player-p: Private generic functions
Method, player-p: Private generic functions
Method, player-waiting-for-input: Private generic functions
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, prisoners-dilemma-big-penalty: Private generic functions
Method, prisoners-dilemma-grab: Private generic functions
Method, prisoners-dilemma-p: Private generic functions
Method, prisoners-dilemma-p: Private generic functions
Method, prisoners-dilemma-penalty: Private generic functions
Method, prisoners-dilemma-player-agree: Private generic functions
Method, prisoners-dilemma-player-p: Private generic functions
Method, prisoners-dilemma-player-p: Private generic functions
Method, prisoners-dilemma-share: Private generic functions
Method, roshambo-p: Private generic functions
Method, roshambo-p: Private generic functions
Method, roshambo-player-choice: Private generic functions
Method, roshambo-player-p: Private generic functions
Method, roshambo-player-p: Private generic functions
Method, simple-channel-body-ml: Public generic functions
Method, simple-channel-body-ml: Public generic functions
Method, simple-channel-body-ml: Public generic functions
Method, simple-channel-body-ml: Public generic functions
Method, simple-channel-body-ml: Public generic functions
Method, simple-channel-p: Private generic functions
Method, simple-channel-p: Private generic functions
Method, socket-accept: Private generic functions
Method, socket-close: Private generic functions
Method, socket-close: Private generic functions
Method, socket-only-accept-if-data-ready: Public generic functions
Method, socket-only-accept-if-data-ready: Public generic functions
Method, socket-peer: Private generic functions
Method, socket-peer: Private generic functions
Method, socket-peer: Private generic functions
Method, socket-read: Private generic functions
Method, socket-read: Private generic functions
Method, socket-recvfrom: Private generic functions
Method, socket-register: Private generic functions
Method, socket-register: Private generic functions
Method, socket-register: Private generic functions
Method, socket-sendto: Private generic functions
Method, socket-shutdown-write: Public generic functions
Method, socket-shutdown-write: Public generic functions
Method, socket-supports-writev: Private generic functions
Method, socket-supports-writev: Private generic functions
Method, socket-write: Private generic functions
Method, socket-write: Private generic functions
Method, socket-writev: Private generic functions
Method, survey-channel-p: Private generic functions
Method, survey-channel-p: Private generic functions
Method, survey-channel-survey: Private generic functions
Method, syscall-failed-errno: Private generic functions
Method, truc-ordered-winners: Private generic functions
Method, truc-p: Private generic functions
Method, truc-p: Private generic functions
Method, truc-player-cards: Private generic functions
Method, truc-player-chosen-card: Private generic functions
Method, truc-player-folded: Private generic functions
Method, truc-player-p: Private generic functions
Method, truc-player-p: Private generic functions
Method, truc-player-stack: Private generic functions
Method, truc-player-wins: Private generic functions
Method, truc-stake: Private generic functions
Method, ultimatum-p: Private generic functions
Method, ultimatum-p: Private generic functions
Method, ultimatum-penalty: Private generic functions
Method, ultimatum-player-demand: Private generic functions
Method, ultimatum-player-p: Private generic functions
Method, ultimatum-player-p: Private generic functions
Method, ultimatum-pot: Private generic functions
Method, web-state-announcements: Private generic functions
Method, web-state-frame: Private generic functions
Method, web-state-game-state: Private generic functions
Method, web-state-p: Private generic functions
Method, web-state-p: Private generic functions
Method, web-state-queued-choices: Private generic functions
Method, web-state-timed-out: Private generic functions
Method, web-state-timeout: Private generic functions
Method, web-state-waiting-for-input: Private generic functions
ml-output-form: Private compiler macros
ml-output-form: Private ordinary functions
ml-output-form-consistent-internal: Private ordinary functions
ml-output-form-consistent-internal-careful: Private ordinary functions
ml-output-form-to-list: Private ordinary functions
ml-to-byte-vector: Private macros
move: Public generic functions
move: Public generic functions
move: Public generic functions
move: Public generic functions
move: Public generic functions
move: Public generic functions
move: Public generic functions
move: Public generic functions
move: Public generic functions
move: Public generic functions
move-continuation: Public generic functions
move-continuation: Public generic functions
move-continuation: Public generic functions
move-continuation: Public generic functions
move-continuation: Public generic functions
move-state-args: Private ordinary functions
move-state-cc: Private ordinary functions
move-state-choices: Private ordinary functions
move-state-continue: Private ordinary functions
move-state-game-state: Private ordinary functions
move-state-move-type: Private ordinary functions
move-state-p: Private ordinary functions
move-state-player-state: Private ordinary functions
move-state-queue-choice: Private ordinary functions
mux-add: Private ordinary functions
mux-close-all: Private ordinary functions
mux-del: Private ordinary functions
mux-empty: Private ordinary functions
mux-fd-to-con: Private ordinary functions
mux-find-fd: Private ordinary functions
mux-p: Private ordinary functions
mv-filter: Public ordinary functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-auto-prefices: Private generic functions
my-call: Public macros
my-defun: Public macros
my-func-name-to-symbol: Private ordinary functions
my-function: Private ordinary functions

N
nash-bargain-p: Private generic functions
nash-bargain-p: Private generic functions
nash-bargain-p: Private generic functions
nash-bargain-penalty: Private generic functions
nash-bargain-penalty: Private generic functions
nash-bargain-player-demand: Private generic functions
nash-bargain-player-demand: Private generic functions
nash-bargain-player-p: Private generic functions
nash-bargain-player-p: Private generic functions
nash-bargain-player-p: Private generic functions
nash-bargain-pot: Private generic functions
nash-bargain-pot: Private generic functions
new-socket-helper: Private ordinary functions
next-timeout: Public ordinary functions
noretry-syscall-sym: Private ordinary functions
normal-connection-error: Private generic functions
normal-connection-error: Private generic functions
normal-connection-error: Private generic functions
normal-connection-error: Private generic functions
normal-connection-error: Private generic functions
normally-capitalized-string-to-symbol: Private ordinary functions

O
object-to-ml: Public generic functions
object-to-ml: Public generic functions
object-to-ml: Public generic functions
object-to-ml: Public generic functions
object-to-ml: Public generic functions
object-to-ml: Public generic functions
object-to-ml: Public generic functions
object-to-ml: Public generic functions
object-to-ml: Public generic functions
object-to-ml: Public generic functions
object-to-ml: Public generic functions
object-to-ml: Public generic functions
object-to-ml: Public generic functions
object-to-ml: Public generic functions
object-to-ml: Public generic functions
object-to-ml: Public generic functions
object-to-ml: Public generic functions
object-to-ml: Public generic functions
object-to-ml: Public generic functions
object-to-ml: Public generic functions
object-to-ml: Public generic functions
object-to-ml: Public generic functions
once-only: Public macros
output-escaped-ml: Public macros
output-ml-comment: Public macros
output-object-to-ml: Public macros
output-raw-ml: Public macros

P
page-/: Private ordinary functions
page-action-lambda: Private macros
page-action-link: Private macros
page-link: Public macros
parse-defstruct: Private ordinary functions
parse-http-chunk-length-line: Private ordinary functions
parse-time: Private ordinary functions
percent-hexpair-encode: Public ordinary functions
play: Public generic functions
play: Public generic functions
play: Public generic functions
play: Public generic functions
play: Public generic functions
play: Public generic functions
player-announce: Private ordinary functions
player-controller: Public generic functions
player-controller: Public generic functions
player-controller-name-to-ml: Public generic functions
player-controller-name-to-ml: Public generic functions
player-controller-name-to-ml: Public generic functions
player-controller-name-to-ml: Public generic functions
player-controller-name-to-ml: Public generic functions
player-controller-name-to-ml: Public generic functions
player-controller-name-to-ml: Public generic functions
player-controller-var: Public generic functions
player-controller-var: Public generic functions
player-controller-var: Public generic functions
player-controller-var: Public generic functions
player-full-state-to-ml: Private generic functions
player-full-state-to-ml: Private generic functions
player-full-state-to-ml: Private generic functions
player-game: Private generic functions
player-game: Private generic functions
player-p: Private generic functions
player-p: Private generic functions
player-p: Private generic functions
player-state-to-ml: Private ordinary functions
player-waiting-for-input: Private generic functions
player-waiting-for-input: Private generic functions
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
prisoners-dilemma-big-penalty: Private generic functions
prisoners-dilemma-big-penalty: Private generic functions
prisoners-dilemma-grab: Private generic functions
prisoners-dilemma-grab: Private generic functions
prisoners-dilemma-p: Private generic functions
prisoners-dilemma-p: Private generic functions
prisoners-dilemma-p: Private generic functions
prisoners-dilemma-penalty: Private generic functions
prisoners-dilemma-penalty: Private generic functions
prisoners-dilemma-player-agree: Private generic functions
prisoners-dilemma-player-agree: Private generic functions
prisoners-dilemma-player-p: Private generic functions
prisoners-dilemma-player-p: Private generic functions
prisoners-dilemma-player-p: Private generic functions
prisoners-dilemma-share: Private generic functions
prisoners-dilemma-share: Private generic functions
process-headers: Private ordinary functions
put-recvbuf: Private ordinary functions

Q
query-new-value: Private ordinary functions
question-choices: Private ordinary functions
question-text: Private ordinary functions
queued-choice-choice: Private ordinary functions
queued-choice-move-type: Private ordinary functions
queued-choice-p: Private ordinary functions
quick-queue-entries: Private ordinary functions
quick-queue-entry-add: Private ordinary functions
quick-queue-entry-del: Private ordinary functions
quick-queue-entry-init: Private ordinary functions
quick-queue-entry-next: Private ordinary functions
quick-queue-entry-p: Private ordinary functions
quick-queue-entry-prev: Private ordinary functions
quick-queue-get: Private ordinary functions
quick-queue-len: Private ordinary functions
quick-queue-p: Private ordinary functions

R
random-between: Public ordinary functions
random-choice: Private ordinary functions
random-elt: Public ordinary functions
random-letter: Private ordinary functions
random-name: Private ordinary functions
random-shuffle: Public ordinary functions
random-web-safe-char: Private ordinary functions
random-web-sparse-key: Private ordinary functions
raw-ml-sendbuf-head: Private ordinary functions
raw-ml-sendbuf-len: Private ordinary functions
raw-ml-sendbuf-num-bufs: Private ordinary functions
raw-ml-sendbuf-offset: Private ordinary functions
raw-ml-sendbuf-p: Private ordinary functions
raw-ml-sendbuf-tail: Private ordinary functions
read-in-entry: Private ordinary functions
read-safely: Public ordinary functions
read-safely-from-string: Public ordinary functions
really-escape-string: Private ordinary functions
recv: Public ordinary functions
recv-discard-and-close: Public ordinary functions
recv-some-or-nil: Private ordinary functions
recv-until-close: Public ordinary functions
recvbuf-available-to-eat: Private ordinary functions
recvbuf-eat: Private ordinary functions
recvbuf-eat-to-delimiter: Private ordinary functions
recvbuf-eat-to-idx: Private ordinary functions
recvbuf-empty: Private ordinary functions
recvbuf-find: Private ordinary functions
recvbuf-full: Private ordinary functions
recvbuf-half-full-or-more: Private ordinary functions
recvbuf-len: Private ordinary functions
recvbuf-p: Private ordinary functions
recvbuf-peek: Private ordinary functions
recvbuf-prepare-read: Private ordinary functions
recvbuf-read-idx: Private ordinary functions
recvbuf-read-some: Private ordinary functions
recvbuf-recv: Private ordinary functions
recvbuf-reset: Private ordinary functions
recvbuf-shift-up: Private ordinary functions
recvbuf-store: Private ordinary functions
recvbuf-sync: Private ordinary functions
recvbuf-write-idx: Private ordinary functions
recvline: Public ordinary functions
recvline-shared-buf: Public ordinary functions
register-action-id: Private ordinary functions
register-action-page: Private ordinary functions
register-channel-page: Private ordinary functions
register-fd: Private ordinary functions
repeat: Private ordinary functions
repeater-buf-to-send: Private ordinary functions
repeater-con: Private ordinary functions
repeater-fd: Private ordinary functions
repeater-io: Private ordinary functions
repeater-launch-io: Private ordinary functions
repeater-other: Private ordinary functions
repeater-other-has-hung-up: Private ordinary functions
repeater-p: Private ordinary functions
repeater-recv: Private ordinary functions
repeater-register-wait: Private ordinary functions
report-error: Public ordinary functions
report-unless-normal-connection-error: Public ordinary functions
reset-timeout: Public ordinary functions
respond-http: Private ordinary functions
response-datastore-id: Private ordinary functions
response-p: Private ordinary functions
response-responses: Private ordinary functions
response-survey-name: Private ordinary functions
response-time: Private ordinary functions
response-trace-details: Private ordinary functions
reversed-deletef: Private macros
robot-bully-p: Private ordinary functions
robot-p: Private ordinary functions
robot-sensible-p: Private ordinary functions
roshambo-p: Private generic functions
roshambo-p: Private generic functions
roshambo-p: Private generic functions
roshambo-player-choice: Private generic functions
roshambo-player-choice: Private generic functions
roshambo-player-p: Private generic functions
roshambo-player-p: Private generic functions
roshambo-player-p: Private generic functions

S
safely-load-system: Public ordinary functions
score-decay: Private ordinary functions
send: Public ordinary functions
send-http-response: Public ordinary functions
sendbuf-add: Public ordinary functions
sendbuf-add-simple: Private ordinary functions
sendbuf-check-done: Private ordinary functions
sendbuf-done: Private ordinary functions
sendbuf-empty: Public ordinary functions
sendbuf-head: Private ordinary functions
sendbuf-len: Public ordinary functions
sendbuf-merge: Private ordinary functions
sendbuf-num-bufs: Private ordinary functions
sendbuf-offset: Private ordinary functions
sendbuf-p: Private ordinary functions
sendbuf-send-write: Private ordinary functions
sendbuf-send-writev: Private ordinary functions
sendbuf-shift-up: Private ordinary functions
sendbuf-tail: Private ordinary functions
sendbuf-to-byte-vector: Public ordinary functions
separate-declarations: Public ordinary functions
separate-keywords: Public ordinary functions
servestate-accept: Private ordinary functions
servestate-accept*: Private ordinary functions
servestate-connection-close: Private ordinary functions
servestate-connection-close*: Private ordinary functions
servestate-content-length: Private ordinary functions
servestate-content-length*: Private ordinary functions
servestate-content-type: Private ordinary functions
servestate-content-type*: Private ordinary functions
servestate-cookie: Private ordinary functions
servestate-cookie*: Private ordinary functions
servestate-host: Private ordinary functions
servestate-host*: Private ordinary functions
servestate-method: Private ordinary functions
servestate-method*: Private ordinary functions
servestate-origin: Private ordinary functions
servestate-origin*: Public ordinary functions
servestate-p: Private ordinary functions
servestate-path: Private ordinary functions
servestate-path*: Private ordinary functions
servestate-post-parameters: Private ordinary functions
servestate-post-parameters*: Private ordinary functions
servestate-query-string: Private ordinary functions
servestate-query-string*: Private ordinary functions
servestate-referer: Private ordinary functions
servestate-referer*: Private ordinary functions
servestate-response: Private ordinary functions
servestate-response*: Private ordinary functions
servestate-response-as-sendbuf*: Private ordinary functions
servestate-user-agent: Private ordinary functions
servestate-user-agent*: Private ordinary functions
set-fd-nonblock: Private ordinary functions
set-its: Private macros
set-its-dynamic: Private ordinary functions
Setf Expander, (setf its): Public macros
setsockopt-int: Private ordinary functions
signal-protect: Public macros
simple-channel-body-ml: Public generic functions
simple-channel-body-ml: Public generic functions
simple-channel-body-ml: Public generic functions
simple-channel-body-ml: Public generic functions
simple-channel-body-ml: Public generic functions
simple-channel-body-ml: Public generic functions
simple-channel-p: Private generic functions
simple-channel-p: Private generic functions
simple-channel-p: Private generic functions
simple-io-function: Private macros
simple-io-http-read-chunked: Private ordinary functions
simple-io-http-request: Private ordinary functions
simple-io-http-serve: Private ordinary functions
simple-io-http-serve-process-body: Private ordinary functions
simple-io-process-headers: Private ordinary functions
simple-io-recv: Private ordinary functions
simple-io-recvline: Private ordinary functions
simple-io-repeat: Private ordinary functions
simple-io-send: Private ordinary functions
site-action-page-name: Private ordinary functions
site-channel-page-name: Private ordinary functions
site-dispatcher: Private ordinary functions
site-frameless-lambda-callbacks: Private ordinary functions
site-p: Private ordinary functions
site-page-body-footer: Private ordinary functions
site-page-body-start: Private ordinary functions
site-page-head: Private ordinary functions
site-runtime-dispatcher: Private ordinary functions
site-runtime-name: Private ordinary functions
site-runtime-page-body-footer: Private ordinary functions
site-runtime-page-body-start: Private ordinary functions
site-runtime-page-head: Private ordinary functions
slurp-file: Private ordinary functions
sockaddr-address-bv: Private ordinary functions
sockaddr-address-string: Private ordinary functions
sockaddr-address-string-with-ntop: Private ordinary functions
socket-accept: Private generic functions
socket-accept: Private generic functions
socket-close: Private generic functions
socket-close: Private generic functions
socket-close: Private generic functions
socket-cork: Private ordinary functions
socket-io-syscall: Private macros
socket-only-accept-if-data-ready: Public generic functions
socket-only-accept-if-data-ready: Public generic functions
socket-only-accept-if-data-ready: Public generic functions
socket-peer: Private generic functions
socket-peer: Private generic functions
socket-peer: Private generic functions
socket-peer: Private generic functions
socket-read: Private generic functions
socket-read: Private generic functions
socket-read: Private generic functions
socket-recvfrom: Private generic functions
socket-recvfrom: Private generic functions
socket-register: Private generic functions
socket-register: Private generic functions
socket-register: Private generic functions
socket-register: Private generic functions
socket-sendto: Private generic functions
socket-sendto: Private generic functions
socket-set-tcp-nodelay: Private ordinary functions
socket-shutdown-write: Public generic functions
socket-shutdown-write: Public generic functions
socket-shutdown-write: Public generic functions
socket-supports-writev: Private generic functions
socket-supports-writev: Private generic functions
socket-supports-writev: Private generic functions
socket-uncork: Private ordinary functions
socket-write: Private generic functions
socket-write: Private generic functions
socket-write: Private generic functions
socket-writev: Private generic functions
socket-writev: Private generic functions
split-into-list-by-comma: Private ordinary functions
split-into-paragraphs: Private ordinary functions
split-into-paragraphs-by-single-line: Private ordinary functions
ssl-accept: Private ordinary functions
ssl-connect: Private ordinary functions
ssl-ctx-ctrl: Private ordinary functions
ssl-ctx-new: Private ordinary functions
ssl-ctx-set-mode: Private ordinary functions
ssl-free: Private ordinary functions
ssl-get-error: Private ordinary functions
ssl-get-shutdown: Private ordinary functions
ssl-library-init: Private ordinary functions
ssl-load-error-strings: Private ordinary functions
ssl-new: Private ordinary functions
ssl-pending: Private ordinary functions
ssl-read: Private ordinary functions
ssl-set-fd: Private ordinary functions
ssl-set-read-ahead: Private ordinary functions
ssl-socket-check-error: Private ordinary functions
ssl-socket-event-wanted: Private ordinary functions
ssl-socket-init: Private ordinary functions
ssl-socket-p: Private ordinary functions
ssl-socket-process-state: Private ordinary functions
ssl-socket-ssl: Private ordinary functions
ssl-socket-state: Private ordinary functions
ssl-socket-transport: Private ordinary functions
ssl-state: Private ordinary functions
ssl-v23-method: Private ordinary functions
ssl-write: Private ordinary functions
start-http-response: Public ordinary functions
strcat: Public compiler macros
strcat: Public ordinary functions
strcat-go: Private ordinary functions
strerror: Private ordinary functions
structure-classp: Private ordinary functions
superquote: Public macros
superquote-form-constantp: Private ordinary functions
superquote-function: Public compiler macros
superquote-function: Public ordinary functions
superquote-function-go: Private ordinary functions
survey-channel-name: Private ordinary functions
survey-channel-p: Private generic functions
survey-channel-p: Private generic functions
survey-channel-p: Private generic functions
survey-channel-questions: Private ordinary functions
survey-channel-responses: Private ordinary functions
survey-channel-survey: Private generic functions
survey-channel-survey: Private generic functions
survey-datastore-id: Private ordinary functions
survey-gen-page-lambda: Private ordinary functions
survey-name: Private ordinary functions
survey-p: Private ordinary functions
survey-questions: Private ordinary functions
survey-register: Private ordinary functions
survey-text: Private ordinary functions
syscall-accept: Private ordinary functions
syscall-accept4: Private ordinary functions
syscall-bind: Private ordinary functions
syscall-close: Private ordinary functions
syscall-connect: Private ordinary functions
syscall-direct-accept: Private ordinary functions
syscall-direct-accept4: Private ordinary functions
syscall-direct-bind: Private ordinary functions
syscall-direct-close: Private ordinary functions
syscall-direct-connect: Private ordinary functions
syscall-direct-epoll_create: Private ordinary functions
syscall-direct-epoll_ctl: Private ordinary functions
syscall-direct-epoll_wait: Private ordinary functions
syscall-direct-fcntl: Private ordinary functions
syscall-direct-gettimeofday: Private ordinary functions
syscall-direct-listen: Private ordinary functions
syscall-direct-read: Private ordinary functions
syscall-direct-recvfrom: Private ordinary functions
syscall-direct-sendfile: Private ordinary functions
syscall-direct-sendto: Private ordinary functions
syscall-direct-setsockopt: Private ordinary functions
syscall-direct-shutdown: Private ordinary functions
syscall-direct-socket: Private ordinary functions
syscall-direct-write: Private ordinary functions
syscall-direct-writev: Private ordinary functions
syscall-epoll_create: Private ordinary functions
syscall-epoll_ctl: Private ordinary functions
syscall-epoll_wait: Private ordinary functions
syscall-error-number: Private macros
syscall-failed-errno: Private generic functions
syscall-failed-errno: Private generic functions
syscall-fcntl: Private ordinary functions
syscall-gettimeofday: Private ordinary functions
syscall-listen: Private ordinary functions
syscall-name: Private ordinary functions
syscall-noretry-accept: Private ordinary functions
syscall-noretry-accept4: Private ordinary functions
syscall-noretry-bind: Private ordinary functions
syscall-noretry-close: Private ordinary functions
syscall-noretry-connect: Private ordinary functions
syscall-noretry-epoll_create: Private ordinary functions
syscall-noretry-epoll_ctl: Private ordinary functions
syscall-noretry-epoll_wait: Private ordinary functions
syscall-noretry-fcntl: Private ordinary functions
syscall-noretry-gettimeofday: Private ordinary functions
syscall-noretry-listen: Private ordinary functions
syscall-noretry-read: Private ordinary functions
syscall-noretry-recvfrom: Private ordinary functions
syscall-noretry-sendfile: Private ordinary functions
syscall-noretry-sendto: Private ordinary functions
syscall-noretry-setsockopt: Private ordinary functions
syscall-noretry-shutdown: Private ordinary functions
syscall-noretry-socket: Private ordinary functions
syscall-noretry-write: Private ordinary functions
syscall-noretry-writev: Private ordinary functions
syscall-read: Private ordinary functions
syscall-recvfrom: Private ordinary functions
syscall-retry-epoll_wait: Private ordinary functions
syscall-sendfile: Private ordinary functions
syscall-sendto: Private ordinary functions
syscall-setsockopt: Private ordinary functions
syscall-shutdown: Private ordinary functions
syscall-signal: Private ordinary functions
syscall-socket: Private ordinary functions
syscall-write: Private ordinary functions
syscall-writev: Private ordinary functions

T
time-for-delay: Private ordinary functions
time-string: Private ordinary functions
time-string: Private ordinary functions
timeout-cancel: Public ordinary functions
timeout-due: Private ordinary functions
timeout-func: Public ordinary functions
timeout-merge: Private ordinary functions
timeout-next: Private ordinary functions
timeout-p: Private ordinary functions
timeout-position: Private ordinary functions
timeout-prev: Private ordinary functions
timeout-remaining: Public ordinary functions
timeout-reset: Private ordinary functions
timeout-run: Private ordinary functions
timeout-set: Public ordinary functions
timeout-time: Private ordinary functions
truc-chosen-card-values: Private ordinary functions
truc-determine-round-winner: Private ordinary functions
truc-determine-rubber-winner: Private ordinary functions
truc-ordered-winners: Private generic functions
truc-ordered-winners: Private generic functions
truc-p: Private generic functions
truc-p: Private generic functions
truc-p: Private generic functions
truc-player-cards: Private generic functions
truc-player-cards: Private generic functions
truc-player-chosen-card: Private generic functions
truc-player-chosen-card: Private generic functions
truc-player-chosen-card-value: Private ordinary functions
truc-player-folded: Private generic functions
truc-player-folded: Private generic functions
truc-player-hand-number: Private ordinary functions
truc-player-p: Private generic functions
truc-player-p: Private generic functions
truc-player-p: Private generic functions
truc-player-shuffle-init: Private ordinary functions
truc-player-stack: Private generic functions
truc-player-stack: Private generic functions
truc-player-win-probability: Private ordinary functions
truc-player-wins: Private generic functions
truc-player-wins: Private generic functions
truc-shuffle: Private ordinary functions
truc-stake: Private generic functions
truc-stake: Private generic functions
truc-too-few-players: Private ordinary functions

U
ultimatum-p: Private generic functions
ultimatum-p: Private generic functions
ultimatum-p: Private generic functions
ultimatum-penalty: Private generic functions
ultimatum-penalty: Private generic functions
ultimatum-player-demand: Private generic functions
ultimatum-player-demand: Private generic functions
ultimatum-player-p: Private generic functions
ultimatum-player-p: Private generic functions
ultimatum-player-p: Private generic functions
ultimatum-pot: Private generic functions
ultimatum-pot: Private generic functions
unassigned-controller-assign: Private ordinary functions
unassigned-controller-assign-robot: Private ordinary functions
unassigned-controller-del: Private ordinary functions
unassigned-controller-game: Private ordinary functions
unassigned-controller-game-generator: Private ordinary functions
unassigned-controller-move-states: Private ordinary functions
unassigned-controller-p: Private ordinary functions
unassigned-controller-player-state: Private ordinary functions
unassigned-controller-timeout: Private ordinary functions
unlogged-comment-author: Private ordinary functions
unlogged-comment-datastore-id: Private ordinary functions
unlogged-comment-entry-index-name: Private ordinary functions
unlogged-comment-text: Private ordinary functions
unlogged-comment-time: Private ordinary functions
unlogged-comment-trace-details: Private ordinary functions
unlogged-make-comment: Private ordinary functions
unlogged-make-response: Private ordinary functions
unlogged-make-survey: Private ordinary functions
unlogged-response-datastore-id: Private ordinary functions
unlogged-response-responses: Private ordinary functions
unlogged-response-survey-name: Private ordinary functions
unlogged-response-time: Private ordinary functions
unlogged-response-trace-details: Private ordinary functions
unlogged-survey-datastore-id: Private ordinary functions
unlogged-survey-name: Private ordinary functions
unlogged-survey-questions: Private ordinary functions
unlogged-survey-text: Private ordinary functions
unquote: Public macros
unquote-quoted-symbol: Public ordinary functions
unquote-splice: Public macros
unsafe-length-byte-vector=-fold-ascii-case: Private ordinary functions
url-encoding-decode: Private ordinary functions

V
validate: Private ordinary functions
validate-choice: Private ordinary functions
validate-properties: Private ordinary functions

W
w3c-timestring: Public ordinary functions
wait-for-next-event: Private ordinary functions
web-add-game: Private ordinary functions
web-game-start: Private ordinary functions
web-state-add-announcement: Private ordinary functions
web-state-add-move-state: Private ordinary functions
web-state-announcements: Private generic functions
web-state-announcements: Private generic functions
web-state-frame: Private generic functions
web-state-frame: Private generic functions
web-state-game-state: Private generic functions
web-state-game-state: Private generic functions
web-state-p: Private generic functions
web-state-p: Private generic functions
web-state-p: Private generic functions
web-state-play-again-ml: Private ordinary functions
web-state-queue-choice: Public ordinary functions
web-state-queued-choices: Private generic functions
web-state-queued-choices: Private generic functions
web-state-resign: Private ordinary functions
web-state-resigned: Private ordinary functions
web-state-timed-out: Private generic functions
web-state-timed-out: Private generic functions
web-state-timeout: Private generic functions
web-state-timeout: Private generic functions
web-state-timeout-cancel: Private ordinary functions
web-state-timeout-reset: Private ordinary functions
web-state-try-to-move: Private ordinary functions
web-state-waiting-for-input: Private generic functions
web-state-waiting-for-input: Private generic functions
webapp: Public macros
webapp-default-page-footer: Public ordinary functions
webapp-default-page-head-contents: Public ordinary functions
webapp-display: Public macros
webapp-frame: Public ordinary functions
webapp-frame-available-p: Public ordinary functions
webapp-frame-var: Public ordinary functions
webapp-ml: Private macros
webapp-play-bot: Private ordinary functions
webapp-respond-ajax-body: Public ordinary functions
webapp-section: Public macros
webapp-select-one: Public macros
with-compile-time-site: Public macros
with-foreign-object-and-slots: Private macros
with-frame-site: Private macros
with-game: Public macros
with-http-headers: Public macros
with-http-params: Public macros
with-ignored-errors: Public macros
with-independent-event-loop: Public macros
with-independent-timeouts: Public macros
with-its-type: Public macros
with-join-spawn/cc: Public macros
with-ml-output: Public macros
with-ml-output-start: Public macros
with-ml-to-string: Public macros
with-package: Private macros
with-pointer-to-vector-data: Public macros
with-preserve-specials: Public macros
with-sendbuf: Public macros
with-sendbuf-continue: Public macros
with-shorthand-accessor: Public macros
with-simple-io: Private macros
with-site: Public macros
without-call/cc: Public macros
without-ml-output: Public macros


A.3 Variables

Jump to:   *   +  
A   B   C   D   E   F   G   H   I   L   M   N   O   P   Q   R   S   T   U   V   W  
Index Entry  Section

*
*age-units*: Private special variables
*bots*: Private special variables
*channels*: Private special variables
*client-http-connection-cache*: Public special variables
*comment-score*: Private special variables
*css-properties*: Private special variables
*current-site*: Private special variables
*datastore*: Private special variables
*datastore-id-max*: Private special variables
*default-dispatcher*: Public special variables
*default-site*: Public special variables
*dispatchers*: Private special variables
*entry-fresh-time*: Private special variables
*entry-score*: Private special variables
*epoll*: Private special variables
*frames*: Private special variables
*games*: Private special variables
*max-big-penalty*: Private special variables
*max-grab*: Private special variables
*max-penalty*: Private special variables
*max-penalty*: Private special variables
*max-penalty*: Private special variables
*max-pot*: Private special variables
*max-pot*: Private special variables
*max-share*: Private special variables
*min-big-penalty*: Private special variables
*min-grab*: Private special variables
*min-penalty*: Private special variables
*min-penalty*: Private special variables
*min-penalty*: Private special variables
*min-pot*: Private special variables
*min-pot*: Private special variables
*min-share*: Private special variables
*my-fast-inline-declaration*: Private special variables
*objects*: Private special variables
*openssl-initialized*: Private special variables
*recvbufs*: Private special variables
*score-decay*: Private special variables
*servestate*: Public special variables
*site*: Private special variables
*socket-accept-burst*: Private special variables
*ssl-ctx*: Private special variables
*stored-servestate-header-fields*: Private special variables
*timeout-started*: Private special variables
*timeouts*: Private special variables
*web-state-move-timeout*: Private special variables
*webapp-frame*: Public special variables

+
+action-form-class+: Private constants
+action-link-class+: Private constants
+action-page-name+: Private constants
+af_appletalk+: Private constants
+af_ash+: Private constants
+af_atmpvc+: Private constants
+af_atmsvc+: Private constants
+af_ax25+: Private constants
+af_bluetooth+: Private constants
+af_bridge+: Private constants
+af_decnet+: Private constants
+af_econet+: Private constants
+af_inet+: Private constants
+af_inet6+: Private constants
+af_ipx+: Private constants
+af_irda+: Private constants
+af_key+: Private constants
+af_llc+: Private constants
+af_local+: Private constants
+af_max+: Private constants
+af_netbeui+: Private constants
+af_netlink+: Private constants
+af_netrom+: Private constants
+af_packet+: Private constants
+af_pppox+: Private constants
+af_rose+: Private constants
+af_route+: Private constants
+af_security+: Private constants
+af_sna+: Private constants
+af_tipc+: Private constants
+af_unix+: Private constants
+af_unspec+: Private constants
+af_wanpipe+: Private constants
+af_x25+: Private constants
+best-starts+: Private constants
+byte-to-digit-table+: Private constants
+cards-per-suit+: Public constants
+channel-page-name+: Private constants
+e2big+: Private constants
+eacces+: Private constants
+eaddrinuse+: Private constants
+eaddrnotavail+: Private constants
+eadv+: Private constants
+eafnosupport+: Private constants
+eagain+: Private constants
+ealready+: Private constants
+ebadf+: Private constants
+ebadfd+: Private constants
+ebadmsg+: Private constants
+ebfont+: Private constants
+ebusy+: Private constants
+ecanceled+: Private constants
+echild+: Private constants
+ecomm+: Private constants
+econnaborted+: Private constants
+econnrefused+: Private constants
+econnreset+: Private constants
+edestaddrreq+: Private constants
+edom+: Private constants
+edotdot+: Private constants
+edquot+: Private constants
+eexist+: Private constants
+efault+: Private constants
+efbig+: Private constants
+ehostdown+: Private constants
+ehostunreach+: Private constants
+eilseq+: Private constants
+einprogress+: Private constants
+eintr+: Private constants
+einval+: Private constants
+eio+: Private constants
+eisconn+: Private constants
+eisdir+: Private constants
+eisnam+: Private constants
+ekeyexpired+: Private constants
+ekeyrejected+: Private constants
+ekeyrevoked+: Private constants
+elibacc+: Private constants
+elibbad+: Private constants
+elibexec+: Private constants
+elibmax+: Private constants
+elibscn+: Private constants
+emediumtype+: Private constants
+emfile+: Private constants
+emlink+: Private constants
+emsgsize+: Private constants
+emultihop+: Private constants
+enavail+: Private constants
+enetdown+: Private constants
+enetreset+: Private constants
+enetunreach+: Private constants
+enfile+: Private constants
+enobufs+: Private constants
+enodata+: Private constants
+enodev+: Private constants
+enoent+: Private constants
+enoexec+: Private constants
+enokey+: Private constants
+enolink+: Private constants
+enomedium+: Private constants
+enomem+: Private constants
+enonet+: Private constants
+enopkg+: Private constants
+enoprotoopt+: Private constants
+enospc+: Private constants
+enosr+: Private constants
+enostr+: Private constants
+enotblk+: Private constants
+enotconn+: Private constants
+enotdir+: Private constants
+enotnam+: Private constants
+enotrecoverable+: Private constants
+enotsock+: Private constants
+enotty+: Private constants
+enotuniq+: Private constants
+enxio+: Private constants
+eopnotsupp+: Private constants
+eoverflow+: Private constants
+eownerdead+: Private constants
+eperm+: Private constants
+epfnosupport+: Private constants
+epipe+: Private constants
+epollet+: Private constants
+epolloneshot+: Private constants
+epoll_ctl_add+: Private constants
+epoll_ctl_del+: Private constants
+epoll_ctl_mod+: Private constants
+eproto+: Private constants
+eprotonosupport+: Private constants
+eprototype+: Private constants
+erange+: Private constants
+eremchg+: Private constants
+eremote+: Private constants
+eremoteio+: Private constants
+erestart+: Private constants
+erofs+: Private constants
+eshutdown+: Private constants
+esocktnosupport+: Private constants
+espipe+: Private constants
+esrch+: Private constants
+esrmnt+: Private constants
+estale+: Private constants
+estrpipe+: Private constants
+etime+: Private constants
+etimedout+: Private constants
+etoomanyrefs+: Private constants
+etxtbsy+: Private constants
+euclean+: Private constants
+eusers+: Private constants
+exdev+: Private constants
+f_getfl+: Private constants
+f_setfl+: Private constants
+header-end+: Private constants
+html-class-collapsed+: Private constants
+html-class-scroll-to-bottom+: Public constants
+html-id-async-status+: Public constants
+html-jiggle-class+: Private constants
+http-header-html-content-type+: Private constants
+ipproto_ah+: Private constants
+ipproto_beetph+: Private constants
+ipproto_comp+: Private constants
+ipproto_dccp+: Private constants
+ipproto_egp+: Private constants
+ipproto_esp+: Private constants
+ipproto_gre+: Private constants
+ipproto_icmp+: Private constants
+ipproto_idp+: Private constants
+ipproto_igmp+: Private constants
+ipproto_ip+: Private constants
+ipproto_ipip+: Private constants
+ipproto_ipv6+: Private constants
+ipproto_pim+: Private constants
+ipproto_pup+: Private constants
+ipproto_raw+: Private constants
+ipproto_rsvp+: Private constants
+ipproto_sctp+: Private constants
+ipproto_tcp+: Private constants
+ipproto_udp+: Private constants
+ipproto_udplite+: Private constants
+max-comment-length+: Private constants
+max-iovecs+: Private constants
+names+: Private constants
+newline+: Public constants
+octet-to-bv+: Private constants
+o_nonblock+: Private constants
+pollerr+: Private constants
+pollhup+: Private constants
+pollin+: Private constants
+pollmsg+: Private constants
+pollout+: Private constants
+pollpri+: Private constants
+pollrdband+: Private constants
+pollrdhup+: Private constants
+pollrdnorm+: Private constants
+pollwrband+: Private constants
+pollwrnorm+: Private constants
+recvbuf-default-size+: Private constants
+recvbuf-maximum-size+: Private constants
+recvbuf-oversize+: Private constants
+recvbuf-target-available-size+: Private constants
+replace-link-class+: Private constants
+shut_rd+: Private constants
+shut_rdwr+: Private constants
+shut_wr+: Private constants
+sigpipe+: Private constants
+sig_dfl+: Private constants
+sig_ign+: Private constants
+site-customization-func-args+: Private constants
+site-customization-funcs+: Private constants
+sock_dgram+: Public constants
+sock_nonblock+: Private constants
+sock_packet+: Private constants
+sock_raw+: Private constants
+sock_rdm+: Private constants
+sock_seqpacket+: Private constants
+sock_stream+: Public constants
+sol_aal+: Private constants
+sol_atm+: Private constants
+sol_decnet+: Private constants
+sol_irda+: Private constants
+sol_packet+: Private constants
+sol_raw+: Private constants
+sol_socket+: Private constants
+sol_x25+: Private constants
+so_broadcast+: Private constants
+so_bsdcompat+: Private constants
+so_debug+: Private constants
+so_dontroute+: Private constants
+so_error+: Private constants
+so_keepalive+: Private constants
+so_linger+: Private constants
+so_no_check+: Private constants
+so_oobinline+: Private constants
+so_passcred+: Private constants
+so_peercred+: Private constants
+so_priority+: Private constants
+so_rcvbuf+: Private constants
+so_rcvbufforce+: Private constants
+so_rcvlowat+: Private constants
+so_rcvtimeo+: Private constants
+so_reuseaddr+: Private constants
+so_sndbuf+: Private constants
+so_sndbufforce+: Private constants
+so_sndlowat+: Private constants
+so_sndtimeo+: Private constants
+so_type+: Private constants
+ssl_ctrl_mode+: Private constants
+ssl_error_none+: Private constants
+ssl_error_want_read+: Private constants
+ssl_error_want_write+: Private constants
+ssl_error_zero_return+: Private constants
+ssl_mode_accept_moving_write_buffer+: Private constants
+ssl_mode_enable_partial_write+: Private constants
+ssl_st_connect+: Private constants
+suits+: Public constants
+tcp_congestion+: Private constants
+tcp_cork+: Private constants
+tcp_defer_accept+: Private constants
+tcp_info+: Private constants
+tcp_keepcnt+: Private constants
+tcp_keepidle+: Private constants
+tcp_keepintvl+: Private constants
+tcp_linger2+: Private constants
+tcp_maxseg+: Private constants
+tcp_md5sig+: Private constants
+tcp_nodelay+: Private constants
+tcp_quickack+: Private constants
+tcp_syncnt+: Private constants
+tcp_window_clamp+: Private constants
+three-card-win-probabilities+: Private constants
+truc-deck+: Private constants
+truc-ranking+: Private constants
+truc-winning-stack+: Private constants
+unix-epoch-to-universal-time-offset+: Private constants
+web-safe-chars+: Private constants
+webapp-frame-id-param+: Private constants

A
accept: Private structures
action-page-name: Private structures
admin-password-file: Private structures
advertised: Private structures
agree: Private classes
allowed-attributes: Private conditions
allowed-children: Private conditions
announcements: Private classes
args: Private structures
author: Private structures

B
big-penalty: Private classes
blog: Private classes
body-function: Private classes

C
call-name: Private conditions
canonical-name: Private structures
canonical-protocol: Private structures
cards: Private classes
cc: Private structures
channel-page-name: Private structures
choice: Private structures
choice: Private classes
choices: Private structures
chosen-card: Private classes
coins: Public classes
comment-index-prefix: Private structures
con: Private conditions
con: Private structures
connection-close: Private structures
Constant, +action-form-class+: Private constants
Constant, +action-link-class+: Private constants
Constant, +action-page-name+: Private constants
Constant, +af_appletalk+: Private constants
Constant, +af_ash+: Private constants
Constant, +af_atmpvc+: Private constants
Constant, +af_atmsvc+: Private constants
Constant, +af_ax25+: Private constants
Constant, +af_bluetooth+: Private constants
Constant, +af_bridge+: Private constants
Constant, +af_decnet+: Private constants
Constant, +af_econet+: Private constants
Constant, +af_inet+: Private constants
Constant, +af_inet6+: Private constants
Constant, +af_ipx+: Private constants
Constant, +af_irda+: Private constants
Constant, +af_key+: Private constants
Constant, +af_llc+: Private constants
Constant, +af_local+: Private constants
Constant, +af_max+: Private constants
Constant, +af_netbeui+: Private constants
Constant, +af_netlink+: Private constants
Constant, +af_netrom+: Private constants
Constant, +af_packet+: Private constants
Constant, +af_pppox+: Private constants
Constant, +af_rose+: Private constants
Constant, +af_route+: Private constants
Constant, +af_security+: Private constants
Constant, +af_sna+: Private constants
Constant, +af_tipc+: Private constants
Constant, +af_unix+: Private constants
Constant, +af_unspec+: Private constants
Constant, +af_wanpipe+: Private constants
Constant, +af_x25+: Private constants
Constant, +best-starts+: Private constants
Constant, +byte-to-digit-table+: Private constants
Constant, +cards-per-suit+: Public constants
Constant, +channel-page-name+: Private constants
Constant, +e2big+: Private constants
Constant, +eacces+: Private constants
Constant, +eaddrinuse+: Private constants
Constant, +eaddrnotavail+: Private constants
Constant, +eadv+: Private constants
Constant, +eafnosupport+: Private constants
Constant, +eagain+: Private constants
Constant, +ealready+: Private constants
Constant, +ebadf+: Private constants
Constant, +ebadfd+: Private constants
Constant, +ebadmsg+: Private constants
Constant, +ebfont+: Private constants
Constant, +ebusy+: Private constants
Constant, +ecanceled+: Private constants
Constant, +echild+: Private constants
Constant, +ecomm+: Private constants
Constant, +econnaborted+: Private constants
Constant, +econnrefused+: Private constants
Constant, +econnreset+: Private constants
Constant, +edestaddrreq+: Private constants
Constant, +edom+: Private constants
Constant, +edotdot+: Private constants
Constant, +edquot+: Private constants
Constant, +eexist+: Private constants
Constant, +efault+: Private constants
Constant, +efbig+: Private constants
Constant, +ehostdown+: Private constants
Constant, +ehostunreach+: Private constants
Constant, +eilseq+: Private constants
Constant, +einprogress+: Private constants
Constant, +eintr+: Private constants
Constant, +einval+: Private constants
Constant, +eio+: Private constants
Constant, +eisconn+: Private constants
Constant, +eisdir+: Private constants
Constant, +eisnam+: Private constants
Constant, +ekeyexpired+: Private constants
Constant, +ekeyrejected+: Private constants
Constant, +ekeyrevoked+: Private constants
Constant, +elibacc+: Private constants
Constant, +elibbad+: Private constants
Constant, +elibexec+: Private constants
Constant, +elibmax+: Private constants
Constant, +elibscn+: Private constants
Constant, +emediumtype+: Private constants
Constant, +emfile+: Private constants
Constant, +emlink+: Private constants
Constant, +emsgsize+: Private constants
Constant, +emultihop+: Private constants
Constant, +enavail+: Private constants
Constant, +enetdown+: Private constants
Constant, +enetreset+: Private constants
Constant, +enetunreach+: Private constants
Constant, +enfile+: Private constants
Constant, +enobufs+: Private constants
Constant, +enodata+: Private constants
Constant, +enodev+: Private constants
Constant, +enoent+: Private constants
Constant, +enoexec+: Private constants
Constant, +enokey+: Private constants
Constant, +enolink+: Private constants
Constant, +enomedium+: Private constants
Constant, +enomem+: Private constants
Constant, +enonet+: Private constants
Constant, +enopkg+: Private constants
Constant, +enoprotoopt+: Private constants
Constant, +enospc+: Private constants
Constant, +enosr+: Private constants
Constant, +enostr+: Private constants
Constant, +enotblk+: Private constants
Constant, +enotconn+: Private constants
Constant, +enotdir+: Private constants
Constant, +enotnam+: Private constants
Constant, +enotrecoverable+: Private constants
Constant, +enotsock+: Private constants
Constant, +enotty+: Private constants
Constant, +enotuniq+: Private constants
Constant, +enxio+: Private constants
Constant, +eopnotsupp+: Private constants
Constant, +eoverflow+: Private constants
Constant, +eownerdead+: Private constants
Constant, +eperm+: Private constants
Constant, +epfnosupport+: Private constants
Constant, +epipe+: Private constants
Constant, +epollet+: Private constants
Constant, +epolloneshot+: Private constants
Constant, +epoll_ctl_add+: Private constants
Constant, +epoll_ctl_del+: Private constants
Constant, +epoll_ctl_mod+: Private constants
Constant, +eproto+: Private constants
Constant, +eprotonosupport+: Private constants
Constant, +eprototype+: Private constants
Constant, +erange+: Private constants
Constant, +eremchg+: Private constants
Constant, +eremote+: Private constants
Constant, +eremoteio+: Private constants
Constant, +erestart+: Private constants
Constant, +erofs+: Private constants
Constant, +eshutdown+: Private constants
Constant, +esocktnosupport+: Private constants
Constant, +espipe+: Private constants
Constant, +esrch+: Private constants
Constant, +esrmnt+: Private constants
Constant, +estale+: Private constants
Constant, +estrpipe+: Private constants
Constant, +etime+: Private constants
Constant, +etimedout+: Private constants
Constant, +etoomanyrefs+: Private constants
Constant, +etxtbsy+: Private constants
Constant, +euclean+: Private constants
Constant, +eusers+: Private constants
Constant, +exdev+: Private constants
Constant, +f_getfl+: Private constants
Constant, +f_setfl+: Private constants
Constant, +header-end+: Private constants
Constant, +html-class-collapsed+: Private constants
Constant, +html-class-scroll-to-bottom+: Public constants
Constant, +html-id-async-status+: Public constants
Constant, +html-jiggle-class+: Private constants
Constant, +http-header-html-content-type+: Private constants
Constant, +ipproto_ah+: Private constants
Constant, +ipproto_beetph+: Private constants
Constant, +ipproto_comp+: Private constants
Constant, +ipproto_dccp+: Private constants
Constant, +ipproto_egp+: Private constants
Constant, +ipproto_esp+: Private constants
Constant, +ipproto_gre+: Private constants
Constant, +ipproto_icmp+: Private constants
Constant, +ipproto_idp+: Private constants
Constant, +ipproto_igmp+: Private constants
Constant, +ipproto_ip+: Private constants
Constant, +ipproto_ipip+: Private constants
Constant, +ipproto_ipv6+: Private constants
Constant, +ipproto_pim+: Private constants
Constant, +ipproto_pup+: Private constants
Constant, +ipproto_raw+: Private constants
Constant, +ipproto_rsvp+: Private constants
Constant, +ipproto_sctp+: Private constants
Constant, +ipproto_tcp+: Private constants
Constant, +ipproto_udp+: Private constants
Constant, +ipproto_udplite+: Private constants
Constant, +max-comment-length+: Private constants
Constant, +max-iovecs+: Private constants
Constant, +names+: Private constants
Constant, +newline+: Public constants
Constant, +octet-to-bv+: Private constants
Constant, +o_nonblock+: Private constants
Constant, +pollerr+: Private constants
Constant, +pollhup+: Private constants
Constant, +pollin+: Private constants
Constant, +pollmsg+: Private constants
Constant, +pollout+: Private constants
Constant, +pollpri+: Private constants
Constant, +pollrdband+: Private constants
Constant, +pollrdhup+: Private constants
Constant, +pollrdnorm+: Private constants
Constant, +pollwrband+: Private constants
Constant, +pollwrnorm+: Private constants
Constant, +recvbuf-default-size+: Private constants
Constant, +recvbuf-maximum-size+: Private constants
Constant, +recvbuf-oversize+: Private constants
Constant, +recvbuf-target-available-size+: Private constants
Constant, +replace-link-class+: Private constants
Constant, +shut_rd+: Private constants
Constant, +shut_rdwr+: Private constants
Constant, +shut_wr+: Private constants
Constant, +sigpipe+: Private constants
Constant, +sig_dfl+: Private constants
Constant, +sig_ign+: Private constants
Constant, +site-customization-func-args+: Private constants
Constant, +site-customization-funcs+: Private constants
Constant, +sock_dgram+: Public constants
Constant, +sock_nonblock+: Private constants
Constant, +sock_packet+: Private constants
Constant, +sock_raw+: Private constants
Constant, +sock_rdm+: Private constants
Constant, +sock_seqpacket+: Private constants
Constant, +sock_stream+: Public constants
Constant, +sol_aal+: Private constants
Constant, +sol_atm+: Private constants
Constant, +sol_decnet+: Private constants
Constant, +sol_irda+: Private constants
Constant, +sol_packet+: Private constants
Constant, +sol_raw+: Private constants
Constant, +sol_socket+: Private constants
Constant, +sol_x25+: Private constants
Constant, +so_broadcast+: Private constants
Constant, +so_bsdcompat+: Private constants
Constant, +so_debug+: Private constants
Constant, +so_dontroute+: Private constants
Constant, +so_error+: Private constants
Constant, +so_keepalive+: Private constants
Constant, +so_linger+: Private constants
Constant, +so_no_check+: Private constants
Constant, +so_oobinline+: Private constants
Constant, +so_passcred+: Private constants
Constant, +so_peercred+: Private constants
Constant, +so_priority+: Private constants
Constant, +so_rcvbuf+: Private constants
Constant, +so_rcvbufforce+: Private constants
Constant, +so_rcvlowat+: Private constants
Constant, +so_rcvtimeo+: Private constants
Constant, +so_reuseaddr+: Private constants
Constant, +so_sndbuf+: Private constants
Constant, +so_sndbufforce+: Private constants
Constant, +so_sndlowat+: Private constants
Constant, +so_sndtimeo+: Private constants
Constant, +so_type+: Private constants
Constant, +ssl_ctrl_mode+: Private constants
Constant, +ssl_error_none+: Private constants
Constant, +ssl_error_want_read+: Private constants
Constant, +ssl_error_want_write+: Private constants
Constant, +ssl_error_zero_return+: Private constants
Constant, +ssl_mode_accept_moving_write_buffer+: Private constants
Constant, +ssl_mode_enable_partial_write+: Private constants
Constant, +ssl_st_connect+: Private constants
Constant, +suits+: Public constants
Constant, +tcp_congestion+: Private constants
Constant, +tcp_cork+: Private constants
Constant, +tcp_defer_accept+: Private constants
Constant, +tcp_info+: Private constants
Constant, +tcp_keepcnt+: Private constants
Constant, +tcp_keepidle+: Private constants
Constant, +tcp_keepintvl+: Private constants
Constant, +tcp_linger2+: Private constants
Constant, +tcp_maxseg+: Private constants
Constant, +tcp_md5sig+: Private constants
Constant, +tcp_nodelay+: Private constants
Constant, +tcp_quickack+: Private constants
Constant, +tcp_syncnt+: Private constants
Constant, +tcp_window_clamp+: Private constants
Constant, +three-card-win-probabilities+: Private constants
Constant, +truc-deck+: Private constants
Constant, +truc-ranking+: Private constants
Constant, +truc-winning-stack+: Private constants
Constant, +unix-epoch-to-universal-time-offset+: Private constants
Constant, +web-safe-chars+: Private constants
Constant, +webapp-frame-id-param+: Private constants
content-length: Private structures
content-type: Private structures
controller: Public classes
cookie: Private structures
current-page: Public classes

D
datastore-id: Private structures
datastore-id: Private structures
datastore-id: Private structures
demand: Private classes
demand: Private classes
description: Private structures
destroy-hooks: Public classes
dir: Private structures
dispatcher: Private structures

E
entries: Private structures
entries: Private structures
entries-table: Private structures
entry: Private classes
entry-index-name: Private structures
err: Private structures
errno: Private symbol macros
errno: Private conditions
errno: Private conditions
error-responder: Private structures
event-wanted: Private structures
events: Private structures
expiry-time: Private classes

F
fd: Private structures
fd-to-con: Private structures
folded: Private classes
forbidden-attribute: Private conditions
forbidden-child: Private conditions
frame: Private classes
frameless-lambda-callbacks: Private structures
func: Private structures
func: Private structures

G
game: Public classes
game: Private structures
game-generator: Private structures
game-over: Public classes
game-state: Private classes
grab: Private classes

H
hangup-hook: Private structures
head: Public structures
host: Private structures

I
id: Public classes
id: Private structures

L
len: Public structures
len: Private conditions
link-base: Private structures
list: Public classes

M
make-game: Private structures
messages: Public classes
method: Private structures
move-states: Private structures
move-type: Private structures
move-type: Private structures

N
name: Private structures
name: Private structures
name: Private structures
name: Private classes
next: Private structures
num-bufs: Public structures

O
offset: Public structures
ordered-winners: Private classes
origin: Private structures
other: Private structures
other-listeners: Public classes

P
page-body-footer: Private structures
page-body-start: Private structures
page-head: Private structures
path: Private structures
paths: Private structures
peer-info: Private structures
penalty: Public classes
penalty: Private classes
penalty: Private classes
player-state: Private structures
players: Public classes
post-parameters: Private structures
postpone-registration: Private structures
postponed-registrations: Private structures
pot: Public classes
pot: Private classes
prev: Private structures

Q
query-string: Private structures
questions: Private structures
queued-choices: Private classes

R
read-idx: Private structures
ready-callback: Private structures
recv: Private structures
referer: Private structures
response: Private structures
responses: Private structures
return-code: Private conditions
runtime-name: Private structures
runtime-page-body-footer: Private structures
runtime-page-body-start: Private structures
runtime-page-head: Private structures

S
score: Private classes
score-update-time: Private classes
share: Private classes
site: Public classes
site: Private structures
Slot, accept: Private structures
Slot, action-page-name: Private structures
Slot, admin-password-file: Private structures
Slot, advertised: Private structures
Slot, agree: Private classes
Slot, allowed-attributes: Private conditions
Slot, allowed-children: Private conditions
Slot, announcements: Private classes
Slot, args: Private structures
Slot, author: Private structures
Slot, big-penalty: Private classes
Slot, blog: Private classes
Slot, body-function: Private classes
Slot, call-name: Private conditions
Slot, canonical-name: Private structures
Slot, canonical-protocol: Private structures
Slot, cards: Private classes
Slot, cc: Private structures
Slot, channel-page-name: Private structures
Slot, choice: Private structures
Slot, choice: Private classes
Slot, choices: Private structures
Slot, chosen-card: Private classes
Slot, coins: Public classes
Slot, comment-index-prefix: Private structures
Slot, con: Private conditions
Slot, con: Private structures
Slot, connection-close: Private structures
Slot, content-length: Private structures
Slot, content-type: Private structures
Slot, controller: Public classes
Slot, cookie: Private structures
Slot, current-page: Public classes
Slot, datastore-id: Private structures
Slot, datastore-id: Private structures
Slot, datastore-id: Private structures
Slot, demand: Private classes
Slot, demand: Private classes
Slot, description: Private structures
Slot, destroy-hooks: Public classes
Slot, dir: Private structures
Slot, dispatcher: Private structures
Slot, entries: Private structures
Slot, entries: Private structures
Slot, entries-table: Private structures
Slot, entry: Private classes
Slot, entry-index-name: Private structures
Slot, err: Private structures
Slot, errno: Private conditions
Slot, errno: Private conditions
Slot, error-responder: Private structures
Slot, event-wanted: Private structures
Slot, events: Private structures
Slot, expiry-time: Private classes
Slot, fd: Private structures
Slot, fd-to-con: Private structures
Slot, folded: Private classes
Slot, forbidden-attribute: Private conditions
Slot, forbidden-child: Private conditions
Slot, frame: Private classes
Slot, frameless-lambda-callbacks: Private structures
Slot, func: Private structures
Slot, func: Private structures
Slot, game: Public classes
Slot, game: Private structures
Slot, game-generator: Private structures
Slot, game-over: Public classes
Slot, game-state: Private classes
Slot, grab: Private classes
Slot, hangup-hook: Private structures
Slot, head: Public structures
Slot, host: Private structures
Slot, id: Public classes
Slot, id: Private structures
Slot, len: Public structures
Slot, len: Private conditions
Slot, link-base: Private structures
Slot, list: Public classes
Slot, make-game: Private structures
Slot, messages: Public classes
Slot, method: Private structures
Slot, move-states: Private structures
Slot, move-type: Private structures
Slot, move-type: Private structures
Slot, name: Private structures
Slot, name: Private structures
Slot, name: Private structures
Slot, name: Private classes
Slot, next: Private structures
Slot, num-bufs: Public structures
Slot, offset: Public structures
Slot, ordered-winners: Private classes
Slot, origin: Private structures
Slot, other: Private structures
Slot, other-listeners: Public classes
Slot, page-body-footer: Private structures
Slot, page-body-start: Private structures
Slot, page-head: Private structures
Slot, path: Private structures
Slot, paths: Private structures
Slot, peer-info: Private structures
Slot, penalty: Public classes
Slot, penalty: Private classes
Slot, penalty: Private classes
Slot, player-state: Private structures
Slot, players: Public classes
Slot, post-parameters: Private structures
Slot, postpone-registration: Private structures
Slot, postponed-registrations: Private structures
Slot, pot: Public classes
Slot, pot: Private classes
Slot, prev: Private structures
Slot, query-string: Private structures
Slot, questions: Private structures
Slot, queued-choices: Private classes
Slot, read-idx: Private structures
Slot, ready-callback: Private structures
Slot, recv: Private structures
Slot, referer: Private structures
Slot, response: Private structures
Slot, responses: Private structures
Slot, return-code: Private conditions
Slot, runtime-name: Private structures
Slot, runtime-page-body-footer: Private structures
Slot, runtime-page-body-start: Private structures
Slot, runtime-page-head: Private structures
Slot, score: Private classes
Slot, score-update-time: Private classes
Slot, share: Private classes
Slot, site: Public classes
Slot, site: Private structures
Slot, slot-name: Private structures
Slot, socket: Private structures
Slot, ssl: Private structures
Slot, ssl-error-code: Private conditions
Slot, stack: Private classes
Slot, stake: Private classes
Slot, state: Public classes
Slot, state: Private structures
Slot, static-base-url: Private structures
Slot, store: Private structures
Slot, subscribers: Public classes
Slot, suit: Public structures
Slot, survey: Private classes
Slot, survey-name: Private structures
Slot, syscall: Private conditions
Slot, table: Private structures
Slot, tag: Private conditions
Slot, tags: Private classes
Slot, tail: Public structures
Slot, text: Private structures
Slot, text: Private structures
Slot, time: Private structures
Slot, time: Private structures
Slot, time: Private structures
Slot, time: Private classes
Slot, timed-out: Private classes
Slot, timeout: Public classes
Slot, timeout: Private structures
Slot, timeout: Private structures
Slot, timeout: Private classes
Slot, title: Private classes
Slot, trace-details: Private structures
Slot, trace-details: Private structures
Slot, trace-info: Public classes
Slot, transport: Private structures
Slot, unassigned-controllers-waiting: Private structures
Slot, user-agent: Private structures
Slot, username: Public classes
Slot, value: Public structures
Slot, variables: Public classes
Slot, waiting-for-input: Public classes
Slot, waiting-for-input: Private classes
Slot, wins: Private classes
Slot, write-idx: Private structures
slot-name: Private structures
socket: Private structures
Special Variable, *age-units*: Private special variables
Special Variable, *bots*: Private special variables
Special Variable, *channels*: Private special variables
Special Variable, *client-http-connection-cache*: Public special variables
Special Variable, *comment-score*: Private special variables
Special Variable, *css-properties*: Private special variables
Special Variable, *current-site*: Private special variables
Special Variable, *datastore*: Private special variables
Special Variable, *datastore-id-max*: Private special variables
Special Variable, *default-dispatcher*: Public special variables
Special Variable, *default-site*: Public special variables
Special Variable, *dispatchers*: Private special variables
Special Variable, *entry-fresh-time*: Private special variables
Special Variable, *entry-score*: Private special variables
Special Variable, *epoll*: Private special variables
Special Variable, *frames*: Private special variables
Special Variable, *games*: Private special variables
Special Variable, *max-big-penalty*: Private special variables
Special Variable, *max-grab*: Private special variables
Special Variable, *max-penalty*: Private special variables
Special Variable, *max-penalty*: Private special variables
Special Variable, *max-penalty*: Private special variables
Special Variable, *max-pot*: Private special variables
Special Variable, *max-pot*: Private special variables
Special Variable, *max-share*: Private special variables
Special Variable, *min-big-penalty*: Private special variables
Special Variable, *min-grab*: Private special variables
Special Variable, *min-penalty*: Private special variables
Special Variable, *min-penalty*: Private special variables
Special Variable, *min-penalty*: Private special variables
Special Variable, *min-pot*: Private special variables
Special Variable, *min-pot*: Private special variables
Special Variable, *min-share*: Private special variables
Special Variable, *my-fast-inline-declaration*: Private special variables
Special Variable, *objects*: Private special variables
Special Variable, *openssl-initialized*: Private special variables
Special Variable, *recvbufs*: Private special variables
Special Variable, *score-decay*: Private special variables
Special Variable, *servestate*: Public special variables
Special Variable, *site*: Private special variables
Special Variable, *socket-accept-burst*: Private special variables
Special Variable, *ssl-ctx*: Private special variables
Special Variable, *stored-servestate-header-fields*: Private special variables
Special Variable, *timeout-started*: Private special variables
Special Variable, *timeouts*: Private special variables
Special Variable, *web-state-move-timeout*: Private special variables
Special Variable, *webapp-frame*: Public special variables
ssl: Private structures
ssl-error-code: Private conditions
stack: Private classes
stake: Private classes
state: Public classes
state: Private structures
static-base-url: Private structures
store: Private structures
subscribers: Public classes
suit: Public structures
survey: Private classes
survey-name: Private structures
Symbol Macro, errno: Private symbol macros
syscall: Private conditions

T
table: Private structures
tag: Private conditions
tags: Private classes
tail: Public structures
text: Private structures
text: Private structures
time: Private structures
time: Private structures
time: Private structures
time: Private classes
timed-out: Private classes
timeout: Public classes
timeout: Private structures
timeout: Private structures
timeout: Private classes
title: Private classes
trace-details: Private structures
trace-details: Private structures
trace-info: Public classes
transport: Private structures

U
unassigned-controllers-waiting: Private structures
user-agent: Private structures
username: Public classes

V
value: Public structures
variables: Public classes

W
waiting-for-input: Public classes
waiting-for-input: Private classes
wins: Private classes
write-idx: Private structures


A.4 Data types

Jump to:   A   B   C   D   E   F   G   H   I   J   L   M   N   O   P   Q   R   S   T   U   W  
Index Entry  Section

A
action: Private structures
actions.lisp: The teepeedee2/src/webapp/actions․lisp file
addrinfo-tclass: Private classes
atom.lisp: The teepeedee2/src/ml/atom․lisp file

B
blog: The teepeedee2/src/blog module
blog: Private structures
blog.lisp: The teepeedee2/src/blog/blog․lisp file
byte-vector.lisp: The teepeedee2/src/lib/byte-vector․lisp file

C
callcc.lisp: The teepeedee2/src/lib/callcc․lisp file
card: Public structures
card.lisp: The teepeedee2/src/game/card․lisp file
channel: Public classes
channel.lisp: The teepeedee2/src/webapp/channel․lisp file
Class, addrinfo-tclass: Private classes
Class, channel: Public classes
Class, coin-game: Public classes
Class, coin-game-player: Public classes
Class, entry: Private classes
Class, entry-channel: Private classes
Class, epoll-event-tclass: Private classes
Class, frame: Public classes
Class, game: Public classes
Class, iovec-tclass: Private classes
Class, list-channel: Public classes
Class, message-channel: Public classes
Class, nash-bargain: Public classes
Class, nash-bargain-player: Private classes
Class, player: Public classes
Class, prisoners-dilemma: Private classes
Class, prisoners-dilemma-player: Private classes
Class, roshambo: Private classes
Class, roshambo-player: Private classes
Class, simple-channel: Public classes
Class, sockaddr_in-tclass: Private classes
Class, survey-channel: Private classes
Class, timeval-tclass: Private classes
Class, truc: Private classes
Class, truc-player: Private classes
Class, ultimatum: Private classes
Class, ultimatum-player: Private classes
Class, web-state: Private classes
coin-game: Public classes
coin-game-player: Public classes
coins.lisp: The teepeedee2/src/game/coins․lisp file
comment: Private structures
con: Private structures
con.lisp: The teepeedee2/src/io/con․lisp file
Condition, connection-buffer-overflow-error: Private conditions
Condition, ml-validation-error: Private conditions
Condition, ml-validation-forbidden-attribute-error: Private conditions
Condition, ml-validation-forbidden-child-error: Private conditions
Condition, protocol-error: Public conditions
Condition, socket-closed: Public conditions
Condition, socket-error: Private conditions
Condition, socket-explicitly-hungup: Private conditions
Condition, ssl-error: Private conditions
Condition, syscall-failed: Private conditions
connection-buffer-overflow-error: Private conditions
controllers.lisp: The teepeedee2/src/game/controllers․lisp file
css.lisp: The teepeedee2/src/ml/css․lisp file

D
datastore: The teepeedee2/src/datastore module
datastore-index: Private structures
datastore.lisp: The teepeedee2/src/datastore/datastore․lisp file
default-site.lisp: The teepeedee2/src/webapp/default-site․lisp file
define-dtd.lisp: The teepeedee2/src/ml/define-dtd․lisp file
dispatcher: Private structures
dispatcher.lisp: The teepeedee2/src/http/dispatcher․lisp file

E
encoding.lisp: The teepeedee2/src/http/encoding․lisp file
entry: Private classes
entry-channel: Private classes
entry.lisp: The teepeedee2/src/blog/entry․lisp file
epoll: Private structures
epoll-event-tclass: Private classes
epoll.lisp: The teepeedee2/src/io/epoll․lisp file

F
feed.lisp: The teepeedee2/src/blog/feed․lisp file
File, actions.lisp: The teepeedee2/src/webapp/actions․lisp file
File, atom.lisp: The teepeedee2/src/ml/atom․lisp file
File, blog.lisp: The teepeedee2/src/blog/blog․lisp file
File, byte-vector.lisp: The teepeedee2/src/lib/byte-vector․lisp file
File, callcc.lisp: The teepeedee2/src/lib/callcc․lisp file
File, card.lisp: The teepeedee2/src/game/card․lisp file
File, channel.lisp: The teepeedee2/src/webapp/channel․lisp file
File, coins.lisp: The teepeedee2/src/game/coins․lisp file
File, con.lisp: The teepeedee2/src/io/con․lisp file
File, controllers.lisp: The teepeedee2/src/game/controllers․lisp file
File, css.lisp: The teepeedee2/src/ml/css․lisp file
File, datastore.lisp: The teepeedee2/src/datastore/datastore․lisp file
File, default-site.lisp: The teepeedee2/src/webapp/default-site․lisp file
File, define-dtd.lisp: The teepeedee2/src/ml/define-dtd․lisp file
File, dispatcher.lisp: The teepeedee2/src/http/dispatcher․lisp file
File, encoding.lisp: The teepeedee2/src/http/encoding․lisp file
File, entry.lisp: The teepeedee2/src/blog/entry․lisp file
File, epoll.lisp: The teepeedee2/src/io/epoll․lisp file
File, feed.lisp: The teepeedee2/src/blog/feed․lisp file
File, frame.lisp: The teepeedee2/src/webapp/frame․lisp file
File, framework.lisp: The teepeedee2/src/game/framework․lisp file
File, generic.lisp: The teepeedee2/src/game/generic․lisp file
File, headers.lisp: The teepeedee2/src/http/headers․lisp file
File, html-constants.lisp: The teepeedee2/src/webapp/html-constants․lisp file
File, html.lisp: The teepeedee2/src/ml/html․lisp file
File, js-library.lisp: The teepeedee2/src/webapp/js-library․lisp file
File, js.lisp: The teepeedee2/src/ml/js․lisp file
File, list-channel.lisp: The teepeedee2/src/webapp/list-channel․lisp file
File, macros.lisp: The teepeedee2/src/lib/macros․lisp file
File, message-channel.lisp: The teepeedee2/src/webapp/message-channel․lisp file
File, mux.lisp: The teepeedee2/src/io/mux․lisp file
File, my.lisp: The teepeedee2/src/lib/my․lisp file
File, names.lisp: The teepeedee2/src/webapp/names․lisp file
File, nash-bargain.lisp: The teepeedee2/src/small-games/nash-bargain․lisp file
File, object-to-ml.lisp: The teepeedee2/src/ml/object-to-ml․lisp file
File, once-only.lisp: The teepeedee2/src/lib/once-only․lisp file
File, one-liners.lisp: The teepeedee2/src/lib/one-liners․lisp file
File, openssl.lisp: The teepeedee2/src/io/openssl․lisp file
File, output.lisp: The teepeedee2/src/ml/output․lisp file
File, packages.lisp: The teepeedee2/src/packages․lisp file
File, page.lisp: The teepeedee2/src/webapp/page․lisp file
File, posix-socket.lisp: The teepeedee2/src/io/posix-socket․lisp file
File, prisoners-dilemma.lisp: The teepeedee2/src/small-games/prisoners-dilemma․lisp file
File, protocol.lisp: The teepeedee2/src/io/protocol․lisp file
File, quick-queue.lisp: The teepeedee2/src/lib/quick-queue․lisp file
File, recvbuf.lisp: The teepeedee2/src/io/recvbuf․lisp file
File, repeater.lisp: The teepeedee2/src/io/repeater․lisp file
File, request.lisp: The teepeedee2/src/http/request․lisp file
File, robots.lisp: The teepeedee2/src/truc/robots․lisp file
File, roshambo.lisp: The teepeedee2/src/small-games/roshambo․lisp file
File, rss.lisp: The teepeedee2/src/ml/rss․lisp file
File, sendbuf.lisp: The teepeedee2/src/io/sendbuf․lisp file
File, serve.lisp: The teepeedee2/src/http/serve․lisp file
File, servestate.lisp: The teepeedee2/src/http/servestate․lisp file
File, simple-channel.lisp: The teepeedee2/src/webapp/simple-channel․lisp file
File, site.lisp: The teepeedee2/src/webapp/site․lisp file
File, socket.lisp: The teepeedee2/src/io/socket․lisp file
File, ssl.lisp: The teepeedee2/src/io/ssl․lisp file
File, strcat.lisp: The teepeedee2/src/lib/strcat․lisp file
File, superquote.lisp: The teepeedee2/src/lib/superquote․lisp file
File, survey.lisp: The teepeedee2/src/survey/survey․lisp file
File, syscalls.lisp: The teepeedee2/src/io/syscalls․lisp file
File, teepeedee2.asd: The teepeedee2/teepeedee2․asd file
File, timeout.lisp: The teepeedee2/src/lib/timeout․lisp file
File, truc.lisp: The teepeedee2/src/truc/truc․lisp file
File, ultimatum.lisp: The teepeedee2/src/small-games/ultimatum․lisp file
File, unassigned-controller.lisp: The teepeedee2/src/game/unassigned-controller․lisp file
File, utils.lisp: The teepeedee2/src/lib/utils․lisp file
File, web-messages.lisp: The teepeedee2/src/game/web-messages․lisp file
File, web.lisp: The teepeedee2/src/game/web․lisp file
File, web.lisp: The teepeedee2/src/truc/web․lisp file
File, webapp.lisp: The teepeedee2/src/webapp/webapp․lisp file
frame: Public classes
frame.lisp: The teepeedee2/src/webapp/frame․lisp file
framework.lisp: The teepeedee2/src/game/framework․lisp file

G
game: The teepeedee2/src/game module
game: Public classes
game-generator: Private structures
generic.lisp: The teepeedee2/src/game/generic․lisp file

H
headers.lisp: The teepeedee2/src/http/headers․lisp file
html-constants.lisp: The teepeedee2/src/webapp/html-constants․lisp file
html.lisp: The teepeedee2/src/ml/html․lisp file
http: The teepeedee2/src/http module

I
io: The teepeedee2/src/io module
iovec-tclass: Private classes

J
js-library.lisp: The teepeedee2/src/webapp/js-library․lisp file
js.lisp: The teepeedee2/src/ml/js․lisp file

L
lib: The teepeedee2/src/lib module
list-channel: Public classes
list-channel.lisp: The teepeedee2/src/webapp/list-channel․lisp file

M
macros.lisp: The teepeedee2/src/lib/macros․lisp file
message-channel: Public classes
message-channel.lisp: The teepeedee2/src/webapp/message-channel․lisp file
ml: The teepeedee2/src/ml module
ml-validation-error: Private conditions
ml-validation-forbidden-attribute-error: Private conditions
ml-validation-forbidden-child-error: Private conditions
Module, blog: The teepeedee2/src/blog module
Module, datastore: The teepeedee2/src/datastore module
Module, game: The teepeedee2/src/game module
Module, http: The teepeedee2/src/http module
Module, io: The teepeedee2/src/io module
Module, lib: The teepeedee2/src/lib module
Module, ml: The teepeedee2/src/ml module
Module, small-games: The teepeedee2/src/small-games module
Module, src: The teepeedee2/src module
Module, survey: The teepeedee2/src/survey module
Module, truc: The teepeedee2/src/truc module
Module, webapp: The teepeedee2/src/webapp module
move-state: Private structures
mux: Private structures
mux.lisp: The teepeedee2/src/io/mux․lisp file
my.lisp: The teepeedee2/src/lib/my․lisp file

N
names.lisp: The teepeedee2/src/webapp/names․lisp file
nash-bargain: Public classes
nash-bargain-player: Private classes
nash-bargain.lisp: The teepeedee2/src/small-games/nash-bargain․lisp file

O
object-to-ml.lisp: The teepeedee2/src/ml/object-to-ml․lisp file
once-only.lisp: The teepeedee2/src/lib/once-only․lisp file
one-liners.lisp: The teepeedee2/src/lib/one-liners․lisp file
openssl.lisp: The teepeedee2/src/io/openssl․lisp file
output.lisp: The teepeedee2/src/ml/output․lisp file

P
Package, teepeedee2: The teepeedee2 package
Package, teepeedee2.blog: The teepeedee2․blog package
Package, teepeedee2.blog-user: The teepeedee2․blog-user package
Package, teepeedee2.datastore: The teepeedee2․datastore package
Package, teepeedee2.demo: The teepeedee2․demo package
Package, teepeedee2.game: The teepeedee2․game package
Package, teepeedee2.game.blackjack: The teepeedee2․game․blackjack package
Package, teepeedee2.game.cheat: The teepeedee2․game․cheat package
Package, teepeedee2.game.dating: The teepeedee2․game․dating package
Package, teepeedee2.game.nash-bargain: The teepeedee2․game․nash-bargain package
Package, teepeedee2.game.prisoners-dilemma: The teepeedee2․game․prisoners-dilemma package
Package, teepeedee2.game.roshambo: The teepeedee2․game․roshambo package
Package, teepeedee2.game.truc: The teepeedee2․game․truc package
Package, teepeedee2.game.ultimatum: The teepeedee2․game․ultimatum package
Package, teepeedee2.http: The teepeedee2․http package
Package, teepeedee2.io: The teepeedee2․io package
Package, teepeedee2.lib: The teepeedee2․lib package
Package, teepeedee2.ml: The teepeedee2․ml package
Package, teepeedee2.ml.atom: The teepeedee2․ml․atom package
Package, teepeedee2.ml.html: The teepeedee2․ml․html package
Package, teepeedee2.ml.rss: The teepeedee2․ml․rss package
Package, teepeedee2.munnel: The teepeedee2․munnel package
Package, teepeedee2.survey: The teepeedee2․survey package
Package, teepeedee2.system: The teepeedee2․system package
Package, teepeedee2.user: The teepeedee2․user package
Package, teepeedee2.webapp: The teepeedee2․webapp package
packages.lisp: The teepeedee2/src/packages․lisp file
page.lisp: The teepeedee2/src/webapp/page․lisp file
player: Public classes
posix-socket.lisp: The teepeedee2/src/io/posix-socket․lisp file
prisoners-dilemma: Private classes
prisoners-dilemma-player: Private classes
prisoners-dilemma.lisp: The teepeedee2/src/small-games/prisoners-dilemma․lisp file
protocol-error: Public conditions
protocol.lisp: The teepeedee2/src/io/protocol․lisp file

Q
queued-choice: Private structures
quick-queue: Private structures
quick-queue-entry: Private structures
quick-queue.lisp: The teepeedee2/src/lib/quick-queue․lisp file

R
raw-ml-sendbuf: Private structures
recvbuf: Private structures
recvbuf-small-integer: Private types
recvbuf.lisp: The teepeedee2/src/io/recvbuf․lisp file
repeater: Private structures
repeater.lisp: The teepeedee2/src/io/repeater․lisp file
request.lisp: The teepeedee2/src/http/request․lisp file
response: Private structures
robot: Public structures
robot-bully: Public structures
robot-sensible: Public structures
robots.lisp: The teepeedee2/src/truc/robots․lisp file
roshambo: Private classes
roshambo-player: Private classes
roshambo.lisp: The teepeedee2/src/small-games/roshambo․lisp file
rss.lisp: The teepeedee2/src/ml/rss․lisp file

S
sendbuf: Public structures
sendbuf-small-integer: Private types
sendbuf.lisp: The teepeedee2/src/io/sendbuf․lisp file
serve.lisp: The teepeedee2/src/http/serve․lisp file
servestate: Private structures
servestate.lisp: The teepeedee2/src/http/servestate․lisp file
simple-channel: Public classes
simple-channel.lisp: The teepeedee2/src/webapp/simple-channel․lisp file
site: Private structures
site.lisp: The teepeedee2/src/webapp/site․lisp file
small-games: The teepeedee2/src/small-games module
sockaddr_in-tclass: Private classes
socket-closed: Public conditions
socket-error: Private conditions
socket-explicitly-hungup: Private conditions
socket.lisp: The teepeedee2/src/io/socket․lisp file
src: The teepeedee2/src module
ssl-error: Private conditions
ssl-socket: Private structures
ssl.lisp: The teepeedee2/src/io/ssl․lisp file
strcat.lisp: The teepeedee2/src/lib/strcat․lisp file
Structure, action: Private structures
Structure, blog: Private structures
Structure, card: Public structures
Structure, comment: Private structures
Structure, con: Private structures
Structure, datastore-index: Private structures
Structure, dispatcher: Private structures
Structure, epoll: Private structures
Structure, game-generator: Private structures
Structure, move-state: Private structures
Structure, mux: Private structures
Structure, queued-choice: Private structures
Structure, quick-queue: Private structures
Structure, quick-queue-entry: Private structures
Structure, raw-ml-sendbuf: Private structures
Structure, recvbuf: Private structures
Structure, repeater: Private structures
Structure, response: Private structures
Structure, robot: Public structures
Structure, robot-bully: Public structures
Structure, robot-sensible: Public structures
Structure, sendbuf: Public structures
Structure, servestate: Private structures
Structure, site: Private structures
Structure, ssl-socket: Private structures
Structure, survey: Private structures
Structure, timeout: Private structures
Structure, unassigned-controller: Private structures
superquote.lisp: The teepeedee2/src/lib/superquote․lisp file
survey: The teepeedee2/src/survey module
survey: Private structures
survey-channel: Private classes
survey.lisp: The teepeedee2/src/survey/survey․lisp file
syscall-failed: Private conditions
syscall-return-integer: Private types
syscalls.lisp: The teepeedee2/src/io/syscalls․lisp file
System, teepeedee2: The teepeedee2 system

T
teepeedee2: The teepeedee2 system
teepeedee2: The teepeedee2 package
teepeedee2.asd: The teepeedee2/teepeedee2․asd file
teepeedee2.blog: The teepeedee2․blog package
teepeedee2.blog-user: The teepeedee2․blog-user package
teepeedee2.datastore: The teepeedee2․datastore package
teepeedee2.demo: The teepeedee2․demo package
teepeedee2.game: The teepeedee2․game package
teepeedee2.game.blackjack: The teepeedee2․game․blackjack package
teepeedee2.game.cheat: The teepeedee2․game․cheat package
teepeedee2.game.dating: The teepeedee2․game․dating package
teepeedee2.game.nash-bargain: The teepeedee2․game․nash-bargain package
teepeedee2.game.prisoners-dilemma: The teepeedee2․game․prisoners-dilemma package
teepeedee2.game.roshambo: The teepeedee2․game․roshambo package
teepeedee2.game.truc: The teepeedee2․game․truc package
teepeedee2.game.ultimatum: The teepeedee2․game․ultimatum package
teepeedee2.http: The teepeedee2․http package
teepeedee2.io: The teepeedee2․io package
teepeedee2.lib: The teepeedee2․lib package
teepeedee2.ml: The teepeedee2․ml package
teepeedee2.ml.atom: The teepeedee2․ml․atom package
teepeedee2.ml.html: The teepeedee2․ml․html package
teepeedee2.ml.rss: The teepeedee2․ml․rss package
teepeedee2.munnel: The teepeedee2․munnel package
teepeedee2.survey: The teepeedee2․survey package
teepeedee2.system: The teepeedee2․system package
teepeedee2.user: The teepeedee2․user package
teepeedee2.webapp: The teepeedee2․webapp package
timeout: Private structures
timeout.lisp: The teepeedee2/src/lib/timeout․lisp file
timeval-tclass: Private classes
truc: The teepeedee2/src/truc module
truc: Private classes
truc-player: Private classes
truc.lisp: The teepeedee2/src/truc/truc․lisp file
Type, recvbuf-small-integer: Private types
Type, sendbuf-small-integer: Private types
Type, syscall-return-integer: Private types

U
ultimatum: Private classes
ultimatum-player: Private classes
ultimatum.lisp: The teepeedee2/src/small-games/ultimatum․lisp file
unassigned-controller: Private structures
unassigned-controller.lisp: The teepeedee2/src/game/unassigned-controller․lisp file
utils.lisp: The teepeedee2/src/lib/utils․lisp file

W
web-messages.lisp: The teepeedee2/src/game/web-messages․lisp file
web-state: Private classes
web.lisp: The teepeedee2/src/game/web․lisp file
web.lisp: The teepeedee2/src/truc/web․lisp file
webapp: The teepeedee2/src/webapp module
webapp.lisp: The teepeedee2/src/webapp/webapp․lisp file