Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/awk/
Dproto.h190 extern Cell *bltin(Node **, int);
DFIXES.1e1037 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
Drun.c2051 Cell *bltin(Node **a, int n) /* builtin functions. a[0] is type, a[1] is arg list */ in bltin() function