Lines Matching defs:builtins
187 // static char *builtins = " atan2 cos sin exp "
328 // These (ops, keywords, builtins) must align with enum tokens
336 static char *builtins = " atan2 cos sin exp log "
836 return find_keyword_or_builtin(builtins, tkatan2);
1341 else memmove(tkstr, builtins + 1 + 10 * (tk - tkatan2), 10);
1529 // for builtins: gen opcode (e.g. tkgsub)
1534 char builtin_name[16]; // be sure it's long enough for all builtins
1695 // bwk treats these as keywords, not builtins: close index match split sub gsub
1698 // bwk builtins are: atan2 cos sin exp log sqrt int rand srand length tolower
1740 case tkbuiltin: // various builtins
1880 // NOTE this depends on builtins (close etc) being >= tkgetline
4294 // Math builtins -- move here (per Oliver Webb suggestion)