/**FACILITY --- The Optional Facility Word Set Copyright (C) Tektronix, Inc. 1998 - 2001. All rights reserved. @see GNU LGPL @author Tektronix CTE @(#) %derived_by: guidod % @version %version: 5.8 % (%date_modified: Mon Mar 12 10:32:17 2001 %) @description There are the following primitive words for input and output: => KEY waits for a character typed on the keyboard and returns that character, but => KEY does not return non-character input events like function keys pressed - use => EKEY for a more complete keyboard query. Furthermore, => KEY? returns true if a key is available for reading using => KEY (function key presses are not detected but discarded). => EMIT will display the character at the current cursor position, control characters take effect depending on the system. => TYPE displays all the chars in the given string buffer. */ /* To get the current cursor position, use =>'AT-XY'. @{ */ #if defined(__version_control__) && defined(__GNUC__)static char* id __attribute__((unused)) = "@(#) $Id: %full_filespec: facility-ext.c~5.8:csrc:bln_12xx!1 % $" #endif #define _P4_SOURCE 1 #include <pfe/pfe-base.h> #include <pfe/def-xtra.h> #include <time.h> #include <pfe/term-sub.h> #include <pfe/_missing.h>;
/**
|
/* |
/**
|
/**
|
/**
|
/**
|
/**
|
/**
|
/** |
P4_LISTWORDS (facility) =
|
/* |