Home
last modified time | relevance | path

Searched refs:bltin (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/nawk-20071023/
Dproto.h188 extern Cell *bltin(Node **, int);
DFIXES548 fixed call to time in run.c (bltin); arg is time_t *.
881 all the built-in arithmetic functions in bltin().
882 A warning is generated if a bltin() is called with
Drun.c1464 Cell *bltin(Node **a, int n) /* builtin functions. a[0] is type, a[1] is arg list */ in bltin() function