Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
E
 echo_line
 edit_file
 edit_file2
 ega
 else
 Encoding
 end_anchor
 end_of_buffer
 end_of_line
 end_of_window
 Enumerated Types
 Environment Primitives
 Equality Operators
 errno
 error
 Error Codes
 Escape Sequences
 execute_macro
 exist
 exit
 exp
 expandpath
 Expression Statement
 Expressions
 extags
 extern
int echo_line([int flags])
Set echo line flags.
int edit_file(...)
Edit a file.
int edit_file2( [int &files],
 [string encoding],
  [int mode],
string|list file)
Extended file edit.
int ega(int lines)
Terminal line display.
if (expr) true-body else false-body
else statement.
Grief supports both explicit and auto-detection of most file encoding types including;
int end_anchor([int line],
[int column])
Set the end of the anchor.
int end_of_buffer()
Move cursor to end of current buffer.
int end_of_line()
Goto end of line.
int end_of_window()
Goto end of the current window.
At times it is desirable to have a list of constant values representing different items, and the exact values are not relevant nor can code easy to neither read nor understand.
Equality operations are executed by the following operators
The following standard POSIX errno are defined as constants.
int error(string format,
 ...)
Issue an error message on the command line.
In order to encode the character codes of non-printing characters, Unicode character codes within non-Unicode source, allow references to platform specific control characters and the allow literal delimiters within literals, these special symbols need to be denoted with an escape mechanism.
declare execute_macro([string cmd],
...)
Invokes a command by name.
int exist(string path,
 [int canon = TRUE])
Check file existence.
void exit([string y_or_w])
Exit current process level.
float exp(float x)
Exponential function.
string expandpath(string path,
 [int env])
Expand the path.
A statement that is an expression is evaluated as a void expression for its side effects, such as the assigning of a value with the assignment operator.
An expression is a sequence of operators and operands that describes how to,
Exuberant Ctags.
extern <type> sym1, sym2, ..;
Declare an external variable.