Searched refs:bltin (Results 1 – 3 of 3) sorted by relevance
190 extern Cell *bltin(Node **, int);
1037 fixed call to time in run.c (bltin); arg is time_t *.1370 all the built-in arithmetic functions in bltin().1371 A warning is generated if a bltin() is called with
2051 Cell *bltin(Node **a, int n) /* builtin functions. a[0] is type, a[1] is arg list */ in bltin() function