Warning: This is the manual of the legacy Guile 2.0 series. You may want to read the manual of the current stable series instead.

Next: , Previous: , Up: Top [Contents][Index]


Variable Index

This is an alphabetical list of all the important variables and constants in Guile.

When looking for a particular variable or constant, please look under its Scheme name as well as under its C name. The C name can be constructed from the Scheme names by a simple transformation described in the section See API Overview.

Jump to: % & * < _
A B C D E F G H I L M O P R S T U V W X
Index Entry Section

%
%auto-compilation-options:Compilation
%default-port-encoding:Ports
%global-locale:i18n Introduction
%guile-build-info:Build Config
%host-type:Build Config
%load-compiled-path:Load Paths
%load-extensions:Load Paths
%load-hook:Loading
%load-path:Load Paths
%null-pointer:Foreign Variables

&
&condition:SRFI-35
&error:SRFI-35
&message:SRFI-35
&serious:SRFI-35

*
*features*:Feature Tracking
*random-state*:Random
*sdocbook->stexi-rules*:texinfo docbook
*sdocbook-block-commands*:texinfo docbook

<
<standard-vtable>:Meta-Vtables

_
_IOFBF:Ports and File Descriptors
_IOLBF:Ports and File Descriptors
_IONBF:Ports and File Descriptors

A
accept:HTTP Headers
accept-charset:HTTP Headers
accept-encoding:HTTP Headers
accept-language:HTTP Headers
accept-ranges:HTTP Headers
after-gc-hook:GC Hooks
age:HTTP Headers
allow:HTTP Headers
authorization:HTTP Headers

B
block-growth-factor:VLists

C
cache-control:HTTP Headers
char-set:ascii:Standard Character Sets
char-set:blank:Standard Character Sets
char-set:designated:Standard Character Sets
char-set:digit:Standard Character Sets
char-set:empty:Standard Character Sets
char-set:full:Standard Character Sets
char-set:graphic:Standard Character Sets
char-set:hex-digit:Standard Character Sets
char-set:iso-control:Standard Character Sets
char-set:letter:Standard Character Sets
char-set:letter+digit:Standard Character Sets
char-set:lower-case:Standard Character Sets
char-set:printing:Standard Character Sets
char-set:punctuation:Standard Character Sets
char-set:symbol:Standard Character Sets
char-set:title-case:Standard Character Sets
char-set:upper-case:Standard Character Sets
char-set:whitespace:Standard Character Sets
connection:HTTP Headers
content-encoding:HTTP Headers
content-language:HTTP Headers
content-length:HTTP Headers
content-location:HTTP Headers
content-md5:HTTP Headers
content-range:HTTP Headers
content-type:HTTP Headers
current-reader:Loading

D
date:HTTP Headers
double:Foreign Types

E
etag:HTTP Headers
EXIT_FAILURE:Processes
EXIT_SUCCESS:Processes
expect:HTTP Headers
expires:HTTP Headers

F
FD_CLOEXEC:Ports and File Descriptors
file-name-separator-string:File System
float:Foreign Types
from:HTTP Headers
F_DUPFD:Ports and File Descriptors
F_GETFD:Ports and File Descriptors
F_GETFL:Ports and File Descriptors
F_GETOWN:Ports and File Descriptors
F_OK:File System
F_SETFD:Ports and File Descriptors
F_SETFL:Ports and File Descriptors
F_SETOWN:Ports and File Descriptors

G
GUILE_AUTO_COMPILE:Environment Variables
GUILE_HISTORY:Environment Variables
GUILE_INSTALL_LOCALE:Environment Variables
GUILE_LOAD_COMPILED_PATH:Environment Variables
GUILE_LOAD_PATH:Environment Variables
GUILE_STACK_SIZE:Environment Variables
GUILE_WARN_DEPRECATED:Environment Variables

H
HOME:Environment Variables
host:HTTP Headers

I
if-match:HTTP Headers
if-modified-since:HTTP Headers
if-none-match:HTTP Headers
if-range:HTTP Headers
if-unmodified-since:HTTP Headers
INADDR_ANY:Network Address Conversion
INADDR_BROADCAST:Network Address Conversion
INADDR_LOOPBACK:Network Address Conversion
int:Foreign Types
int16:Foreign Types
int32:Foreign Types
int64:Foreign Types
int8:Foreign Types
internal-time-units-per-second:Time
IPPROTO_IP:Network Sockets and Communication
IPPROTO_TCP:Network Sockets and Communication
IPPROTO_UDP:Network Sockets and Communication
IP_ADD_MEMBERSHIP:Network Sockets and Communication
IP_DROP_MEMBERSHIP:Network Sockets and Communication
IP_MULTICAST_IF:Network Sockets and Communication
IP_MULTICAST_TTL:Network Sockets and Communication
ITIMER_PROF:Signals
ITIMER_REAL:Signals
ITIMER_VIRTUAL:Signals

L
last-modified:HTTP Headers
LC_ALL:Locales
LC_COLLATE:Locales
LC_CTYPE:Locales
LC_MESSAGES:Locales
LC_MONETARY:Locales
LC_NUMERIC:Locales
LC_TIME:Locales
location:HTTP Headers
LOCK_EX:Ports and File Descriptors
LOCK_NB:Ports and File Descriptors
LOCK_SH:Ports and File Descriptors
LOCK_UN:Ports and File Descriptors
long:Foreign Types

M
max-forwards:HTTP Headers
MSG_DONTROUTE:Network Sockets and Communication
MSG_DONTROUTE:Network Sockets and Communication
MSG_DONTROUTE:Network Sockets and Communication
MSG_OOB:Network Sockets and Communication
MSG_OOB:Network Sockets and Communication
MSG_OOB:Network Sockets and Communication
MSG_PEEK:Network Sockets and Communication
MSG_PEEK:Network Sockets and Communication
MSG_PEEK:Network Sockets and Communication

O
OPEN_BOTH:Pipes
OPEN_READ:Pipes
OPEN_WRITE:Pipes
O_APPEND:Ports and File Descriptors
O_CREAT:Ports and File Descriptors
O_RDONLY:Ports and File Descriptors
O_RDWR:Ports and File Descriptors
O_WRONLY:Ports and File Descriptors

P
PF_INET:Network Sockets and Communication
PF_INET6:Network Sockets and Communication
PF_UNIX:Network Sockets and Communication
PIPE_BUF:Ports and File Descriptors
pragma:HTTP Headers
PRIO_PGRP:Processes
PRIO_PGRP:Processes
PRIO_PROCESS:Processes
PRIO_PROCESS:Processes
PRIO_USER:Processes
PRIO_USER:Processes
proxy-authenticate:HTTP Headers
proxy-authorization:HTTP Headers
ptrdiff_t:Foreign Types

R
range:HTTP Headers
referer:HTTP Headers
regexp/basic:Regexp Functions
regexp/extended:Regexp Functions
regexp/icase:Regexp Functions
regexp/newline:Regexp Functions
regexp/notbol:Regexp Functions
regexp/noteol:Regexp Functions
retry-after:HTTP Headers
R_OK:File System

S
SA_NOCLDSTOP:Signals
SA_RESTART:Signals
scm_after_gc_c_hook:GC Hooks
scm_after_gc_hook:GC Hooks
scm_after_sweep_c_hook:GC Hooks
scm_before_gc_c_hook:GC Hooks
scm_before_mark_c_hook:GC Hooks
scm_before_sweep_c_hook:GC Hooks
SCM_BOOL_F:Booleans
SCM_BOOL_T:Booleans
scm_char_set_ascii:Standard Character Sets
scm_char_set_blank:Standard Character Sets
scm_char_set_designated:Standard Character Sets
scm_char_set_digit:Standard Character Sets
scm_char_set_empty:Standard Character Sets
scm_char_set_full:Standard Character Sets
scm_char_set_graphic:Standard Character Sets
scm_char_set_hex_digit:Standard Character Sets
scm_char_set_iso_control:Standard Character Sets
scm_char_set_letter:Standard Character Sets
scm_char_set_letter_and_digit:Standard Character Sets
scm_char_set_lower_case:Standard Character Sets
scm_char_set_printing:Standard Character Sets
scm_char_set_punctuation:Standard Character Sets
scm_char_set_symbol:Standard Character Sets
scm_char_set_title_case:Standard Character Sets
scm_char_set_upper_case:Standard Character Sets
scm_char_set_whitespace:Standard Character Sets
SCM_C_HOOK_AND:C Hooks
SCM_C_HOOK_NORMAL:C Hooks
SCM_C_HOOK_OR:C Hooks
scm_endianness_big:Bytevector Endianness
scm_endianness_little:Bytevector Endianness
SCM_F_WIND_EXPLICITLY:Dynamic Wind
scm_global_locale:i18n Introduction
scm_ptobs:C Port Interface
scm_t_int16:Integers
scm_t_int32:Integers
scm_t_int64:Integers
scm_t_int8:Integers
scm_t_intmax:Integers
scm_t_uint16:Integers
scm_t_uint32:Integers
scm_t_uint64:Integers
scm_t_uint8:Integers
scm_t_uintmax:Integers
scm_vtable_index_layout:Vtable Contents
scm_vtable_index_printer:Vtable Contents
SEEK_CUR:Random Access
SEEK_END:Random Access
SEEK_SET:Random Access
server:HTTP Headers
SIGHUP:Signals
SIGINT:Signals
size_t:Foreign Types
SOCK_DGRAM:Network Sockets and Communication
SOCK_RAW:Network Sockets and Communication
SOCK_RDM:Network Sockets and Communication
SOCK_SEQPACKET:Network Sockets and Communication
SOCK_STREAM:Network Sockets and Communication
SOL_SOCKET:Network Sockets and Communication
SO_BROADCAST:Network Sockets and Communication
SO_DEBUG:Network Sockets and Communication
SO_DONTROUTE:Network Sockets and Communication
SO_ERROR:Network Sockets and Communication
SO_KEEPALIVE:Network Sockets and Communication
SO_LINGER:Network Sockets and Communication
SO_NO_CHECK:Network Sockets and Communication
SO_OOBINLINE:Network Sockets and Communication
SO_PRIORITY:Network Sockets and Communication
SO_RCVBUF:Network Sockets and Communication
SO_REUSEADDR:Network Sockets and Communication
SO_REUSEPORT:Network Sockets and Communication
SO_SNDBUF:Network Sockets and Communication
SO_STYLE:Network Sockets and Communication
SO_TYPE:Network Sockets and Communication
ssize_t:Foreign Types
standard-vtable-fields:Meta-Vtables
stream-null:SRFI-41 Stream Primitives

T
te:HTTP Headers
texi-command-specs:texinfo
time-duration:SRFI-19 Time
time-monotonic:SRFI-19 Time
time-process:SRFI-19 Time
time-tai:SRFI-19 Time
time-thread:SRFI-19 Time
time-utc:SRFI-19 Time
trailer:HTTP Headers
transfer-encoding:HTTP Headers

U
uint16:Foreign Types
uint32:Foreign Types
uint64:Foreign Types
uint8:Foreign Types
unsigned-int:Foreign Types
unsigned-long:Foreign Types
upgrade:HTTP Headers
user-agent:HTTP Headers

V
vary:HTTP Headers
via:HTTP Headers
vlist-null:VLists
void:Foreign Types
vtable-index-layout:Vtable Contents
vtable-index-printer:Vtable Contents
vtable-offset-user:Meta-Vtables

W
WAIT_ANY:Processes
WAIT_MYPGRP:Processes
warning:HTTP Headers
WNOHANG:Processes
WUNTRACED:Processes
www-authenticate:HTTP Headers
W_OK:File System

X
X_OK:File System

Jump to: % & * < _
A B C D E F G H I L M O P R S T U V W X

Next: , Previous: , Up: Top [Contents][Index]

AltStyle によって変換されたページ (->オリジナル) /