Searched refs:defn (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_typedef.c204 * 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/eqn/
H A Dlookup.c201 /* 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;
H A Dlex.c139 pbstr(tp->defn);
142 printf(".\tfound %s|=%s|\n", token, tp->defn);
146 } else if (tp->defn == (char *)DEFINE ||
147 tp->defn == (char *)NDEFINE || tp->defn == (char *)TDEFINE)
148 define((int)tp->defn);
149 else if (tp->defn == (char *)DELIM)
151 else if (tp->defn == (char *)GSIZE)
153 else if (tp->defn == (char *)GFONT)
155 else if (tp->defn
[all...]
H A De.h75 char *defn; member in struct:s_tbl
H A Dtext.c58 p = tp->defn;
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dabi_index.pl343 my $defn;
347 $defn = 'NO_PUBLIC_SYMS';
350 $defn = $obs;
353 $defn = $pub;
354 if ($defn =~ /:/) {
355 $defn =~ s/:/,/g;
356 $defn = "PUBLIC=$defn";
360 $defn = $evo;
363 $defn
[all...]
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_defn.c100 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...]
H A Dinj_grammar.y122 | defn
241 defn: INJ_TOK_EVENT INJ_TOK_FMACLASS INJ_TOK_IDENT '=' label
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dmerge.c349 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...]
/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dsgsmsg.c143 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/ndrgen/
H A Dndr_parse.y57 defn : /* empty */ label
/illumos-gate/usr/src/cmd/awk/
H A Dparse.c252 defn(Cell *v, Node *vl, Node *st) /* turn on FCN bit in definition */ function
H A Dawk.g.y195 { infunc--; curfname=0; defn((Cell *)$2, $4, $8); $$ = 0; }
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex799 % This defn is used inside fill environments such as @defun.
802 % This defn is used inside nofill environments such as @example.

Completed in 1221 milliseconds