Searched refs:bltin (Results 1 – 3 of 3) sorted by relevance
188 extern Cell *bltin(Node **, int);
548 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
1464 Cell *bltin(Node **a, int n) /* builtin functions. a[0] is type, a[1] is arg list */ in bltin() function