Searched defs:defn (Results 1 – 5 of 5) sorted by relevance
/minix3/crypto/external/bsd/openssl/dist/crypto/engine/ |
H A D | eng_ctrl.c | 70 static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn) in int_ctrl_cmd_is_null() 77 static int int_ctrl_cmd_by_name(const ENGINE_CMD_DEFN *defn, const char *s) in int_ctrl_cmd_by_name() 90 static int int_ctrl_cmd_by_num(const ENGINE_CMD_DEFN *defn, unsigned int num) in int_ctrl_cmd_by_num()
|
/minix3/usr.bin/m4/ |
H A D | look.c | 118 setup_definition(struct macro_definition *d, const char *defn, const char *name) in setup_definition() 157 macro_define(const char *name, const char *defn) in macro_define() 171 macro_pushdef(const char *name, const char *defn) in macro_pushdef()
|
H A D | eval.c | 587 dodefine(const char *name, const char *defn) in dodefine() 624 dopushdef(const char *name, const char *defn) in dopushdef()
|
H A D | mdef.h | 146 char *defn; /* definition.. */ member
|
/minix3/external/historical/nawk/dist/ |
H A D | parse.c | 260 void defn(Cell *v, Node *vl, Node *st) /* turn on FCN bit in definition, */ in defn() function
|