Home
last modified time | relevance | path

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

/NextBSD/usr.bin/bc/
HDbc.y90 static ssize_t function_node(char *);
415 $$ = function_node($2);
595 function_node($1), cs("x"),
942 function_node(char *str) in function_node() function