tcl.listbi

Verb: Access/Unix, Releases: AP/DOS and AP/Unix

List built-in C functions.

Syntax

listbi {(option}

Description

lists the built-in C functions in the item 'unix.builtin' (AP/Unix), 'c.builtin' (AP/DOS) and 'user.builtin' located in the 'dm,messages,' file. These include any built-ins that have been added using the 'addbi' verb.

Options

p Directs output to system printer, via the Spooler.

s Lists system (predefined) functions only.

u Lists user-defined functions only.

Example

listbi
System Functions

Num Name Num Name Num Name

62 ALARM 78 CALLOC 0 CHDIR
1 CHMOD 2 CHOWN 3 CLOSE
72 CPSTARTUP 4 CREAT 5 DUP
7 FCLOSE 8 FDOPEN 11 FGETC
12 FGETS 14 FOPEN 15 FPRINTF
16 FPUTC 17 FPUTS 6 FREE
18 FREOPEN 51 FSIZE 67 GETENV
20 GETPGRP 19 GETPID 21 GETPPID
22 IOCTL 23 KILL 24 LSEEK
25 MALLOC 81 MEMCCPY 82 MEMCHR
80 MEMCPY 83 MEMXCPY 26 OPEN
27 PAUSE 65 PCLOSE 56 PGETPID
28 PIPE 76 PLDMEMALLOC 79 PLDMEMFREE
64 POPEN 9 PRINTF 73 PSTRALLOC
68 PUTENV 13 RDHEX 29 READ
30 SEMCTL 31 SEMGET 32 SEMOP
33 SHMCTL 58 SHMDT 34 SHMGET
10 SPRINTF 70 STRCAT 36 STRCPY
69 STRLEN 63 STTY 75 UNLOAD
49 USER0 50 USER1 37 WAIT
59 WHEX 38 WRITE

No user function currently defined

See Also

Command Name Type Description
tcl.rmbi Verb: Access Removes Unix built-in functions.
basic.cfunc Definition can be called from a Pick/BASIC program or subroutine in AP/DOS and AP/Unix implementations using a syntax similar to that of normal C.
basic.cfunc.user Definition user-supplied C or Assembly language code integrated into the Pick monitor and then called from BASIC using a C-like syntax.
tcl.set-cmem Verb: Access Sets the memory size used for basic/c.
tcl.addbi.apdos Verb: Access Add function to a the AP/DOS monitor.
tcl.addbi.unix Verb: Access Adds user-defined built-ins.
tcl.listbi.link Verb: Access

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.