Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/mg/
H A Dfunmap.h6 PF name_function(const char *);
H A Dautoexec.c73 fp = name_function(func); in add_autoexec()
H A Dextend.c370 if (((funct = name_function(bprompt)) == NULL) ? in dobind()
394 else if (((funct = name_function(fname)) == NULL) ? in bindkey()
537 if ((funct = name_function(bufp)) != NULL) { in extend()
722 if ((fp = name_function(funcp)) == NULL) in excline()
H A Dfunmap.c273 name_function(const char *fname) in name_function() function
H A Dinterpreter.c408 if ((funcp = name_function(cmdp)) == NULL) in parsexp()
590 if (name_function(vnamep) != NULL) in founddef()
H A Dmain.c147 (init_fcn = name_function(init_fcn_name)) == NULL) in main()
H A Dhelp.c196 findbind(fundamental_map, name_function(el->l_name), in apropos_command()