Lines Matching full:is

23 .\" INTERNATIONAL, INC. AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR
61 utility, which is a preprocessor for
76 This mode is used by
104 Whitespace is ignored, except where it signals the end of a number,
105 end of a line or when a register name is expected.
109 The value of the number is pushed on the stack.
110 A number is an unbroken string of the digits 0\-9 and letters A\-F.
128 the result is pushed on the stack in their place.
129 Any fractional part of an exponent is ignored.
131 For addition and subtraction, the scale of the result is the maximum
133 For division the scale of the result is defined
137 For multiplication, the scale is defined by the expression
148 For exponentiation with a non-negative exponent, the scale of the result is
157 If the exponent is negative, the scale of the result is the scale
163 the resultant quotient is pushed first followed by the remainder.
164 This is a shorthand for the sequence:
168 The division and modulus operator is a non-portable extension.
171 If that value is a number, compute the integer part of the number modulo 256.
172 If the result is zero, push an empty string.
178 If the top value is a string, push a string containing the first character
180 If the original string is empty, an empty string is pushed back.
183 operator is a non-portable extension.
187 The top value on the stack is duplicated.
191 except that the output is written to the standard error stream.
192 This is a non-portable extension.
197 A one is pushed if the top of the stack is equal to the second number
199 A zero is pushed otherwise.
200 This is a non-portable extension.
204 The top value on the stack is popped and used as the
206 The initial input base is 10.
209 The recursion level is popped by that value and, following that,
210 the input is skipped until the first occurrence of the
215 operator is a non-portable extension, used by the
219 The current scale factor is pushed onto the stack.
221 The top of the stack is popped, and that value is used as
232 is treated as a stack and its top value is popped onto the main stack.
248 operator is a non-portable extension, used by the
252 The top of the stack is replaced by one if the top of the stack
254 If the top of the stack is unequal to zero, it is replaced by zero.
255 This is a non-portable extension.
257 The top value on the stack is popped and printed without a newline.
258 This is a non-portable extension.
262 The top value on the stack is popped and used as the
264 The initial output base is 10.
266 The top of the stack is popped.
267 If the top of the stack is a string, it is printed without a trailing newline.
268 If the top of the stack is a number, it is interpreted as a
269 base 256 number, and each digit of this base 256 number is printed as
274 The top value on the stack is printed with a trailing newline.
277 The top value on the stack is popped and the string execution level is popped
281 If executing a string, the recursion level is
284 The top of the stack is removed (popped).
285 This is a non-portable extension.
288 This is a non-portable extension.
293 The top value of the main stack is popped and pushed on it.
296 top of the stack is popped and stored into
301 The scale of the result is the maximum of the scale of the argument
305 If the top of the stack is a string, replace it with the integer 0.
313 The length of a string is its number of characters.
314 The length of a number is its number of digits, not counting the minus sign
316 The length of a zero value is its scale.
318 The stack level is pushed onto the stack.
351 The first register name is followed by the letter
356 will be executed if the relation is true, and register
358 will be executed if the relation is false.
359 This is a non-portable extension.
362 A one is pushed if the top of the stack is less than the second number
364 A zero is pushed otherwise.
365 This is a non-portable extension.
368 A one is pushed if the top of stack is less than or equal to the
370 A zero is pushed otherwise.
371 This is a non-portable extension.
373 A line of input is taken from the input source (usually the terminal)
377 The second value on the stack is stored into the array
382 The value is used as an index into register
384 The value in this register is pushed onto the stack.
402 is written in an array that is later popped, to reveal the array that
407 This is a non-portable extension.
415 If extended register mode is enabled using the
423 Extended register mode is a non-portable extension.
441 .It %c (0%o) is unimplemented
445 .It stack register '%c' (0%o) is empty
448 operation from a stack register that is empty.
450 for a fractional part of an exponent that is being ignored.
458 for an array index that is larger than 2048.
468 for trying to set a scale that is too large.
478 The recursion level is increased by one if the
483 of register is executed.
484 As an exception, the recursion level is not increased if the operation
547 While fractional input in base 10 is always exact,