Searched defs:defn (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/eqn/ |
H A D | e.h | 75 char *defn; member in struct:s_tbl
|
H A D | lookup.c | 201 /* find name in tbl. if defn non-null, install */ 203 lookup(tbl *tblp[], char *name, char *defn) argument 216 if (defn != NULL) 217 p->defn = defn; 221 if (defn == NULL) 227 p->defn = defn;
|
/illumos-gate/usr/src/tools/ndrgen/ |
H A D | ndr_parse.y | 57 defn : /* empty */ label
|
/illumos-gate/usr/src/cmd/fm/fminject/common/ |
H A D | inj_grammar.y | 122 | defn 241 defn: INJ_TOK_EVENT INJ_TOK_FMACLASS INJ_TOK_IDENT '=' label
|
H A D | inj_defn.c | 100 inj_defn_destroy(inj_defn_t *defn) argument 102 if (defn->defn_name != NULL) 103 inj_strfree(defn->defn_name); 105 nvlist_free(defn->defn_nvl); 107 inj_defn_destroy_memlist(inj_list_next(&defn->defn_members)); 146 inj_defn_t *defn = inj_zalloc(sizeof (inj_defn_t)); local 148 defn->defn_lineno = yylineno; 150 inj_list_append(&defn->defn_members, dfm); 152 return (defn); 156 inj_defn_addmem(inj_defn_t *defn, inj_defnmem_ argument 792 inj_defn_finish(inj_defn_t *defn, const char *declnm, const char *name, inj_itemtype_t type) argument [all...] |
/illumos-gate/usr/src/cmd/awk/ |
H A D | parse.c | 252 defn(Cell *v, Node *vl, Node *st) /* turn on FCN bit in definition */ function
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_typedef.c | 204 * modifies the value of defn based on what's necessary for parsing. It returns 208 typedef_parse_member(char *defn, char **next, parse_node_t **pnp) argument 214 c = strchr(defn, ';'); 223 c = strrchr(defn, ' '); 226 "a member. Instead, found '%s'\n", defn); 240 pn->pn_type = defn; 294 typedef_parse(char *defn, const char *name, parse_root_t **prp) argument 304 basename = defn; 306 c = strchr(defn, ' '); 314 if (strcmp(defn, "struc [all...] |
/illumos-gate/usr/src/cmd/sgs/tools/common/ |
H A D | sgsmsg.c | 143 message_append(const char *defn, const char *message) argument 160 if ((msg->ms_defn = strdup(defn)) == 0) { 679 char defn[PATH_MAX], * _defn, * str; local 849 (void) strcpy(defn, _defn); 1002 message_append(defn, token_buffer); 1004 if (fdlint && fprintf(fdlint, form, defn,
|
/illumos-gate/usr/src/tools/ctf/cvt/ |
H A D | merge.c | 349 tdesc_t *defn = (ctdp->t_type == FORWARD ? mtdp : ctdp); local 351 return (defn->t_type == STRUCT || defn->t_type == UNION); 463 debug(3, "Creating new defn type %d\n", id); 873 tdesc_t *defn; local 875 if (!alist_find(map, (void *)fwd, (void **)&defn)) 878 debug(3, "Redirecting an edge to %s\n", tdesc_name(defn)); 880 *fwdp = defn; 914 tdesc_t *defn; local 919 (void *)&defn)) { [all...] |
Completed in 78 milliseconds