Home
last modified time | relevance | path

Searched refs:n_type (Results 1 – 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c118 if (np->n_type == FUNC) in strassign()
120 else if (np->n_type == GETLINE || np->n_type == KEYWORD) in strassign()
384 np->n_type = type; in emptynode()
820 switch (np->n_type) { in exprint()
851 switch (np->n_type) { in exprreal()
880 switch (np->n_type) { in exprstring()
1038 temp = np->n_type; in exprreduce()
1269 switch (np->n_type) { in arithmetic()
1425 switch (np->n_type) { in comparison()
2195 n->n_type = ARRAY; in promote()
[all …]
H A Dawk.y179 { $2->n_type = UFUNC; funparm = 1; }
419 && np->n_type == DELETE
420 && (np = np->n_left)->n_type == INDEX
544 && (type = np->n_type)!=FUNC && type!=UFUNC
548 if ((type=np->n_type)==COMMA) {
551 while ((lp = np->n_left)!=NNULL && lp->n_type==COMMA) {
556 *spp != NNULL && (*spp)->n_type==COMMA;
565 (type = np->n_left->n_type)!= FUNC && type!=UFUNC)
H A Dawk4.c370 if (snp->n_type == INDEX && snp->n_left == tnp) in f_split()
376 switch (tnp->n_type) { in f_split()
401 if (sep->n_type == PARM) in f_split()
403 if (sep->n_type == RE) { in f_split()
426 if (otnp->n_type == PARM) in f_split()
591 if (array->n_type == PARM) in f_asort()
593 if (array->n_type != ARRAY) in f_asort()
598 || funcnp->n_type != UFUNC) in f_asort()
662 while (np!=NNULL && np->n_type==COMMA) { in nargs()
H A Dawk2.c414 if (knp->n_type == KEYWORD) in dobegin()
569 if (np->n_type == PARM) in f_getline()
600 if ((type = np->n_type) == APPEND) in openfile()
621 switch (np->n_type) { in openfile()
700 if (isleaf(fnp->n_flags) && fnp->n_type == PARM) in xprintf()
882 if (isleaf(np->n_flags) && np->n_type == PARM) in nextarg()
H A Dawk.h100 ushort_t n_type; member
H A Dawk1.c793 switch (np->n_type) { in lexid()
855 return (np->n_type); in lexid()
/illumos-gate/usr/src/cmd/mailx/
H A Dnames.c75 np->n_type = -1; in nalloc()
134 t->n_type = ntype; in extract()
161 (p->n_type & GDEL)) in detract()
171 (p->n_type & GDEL)) in detract()
188 np->n_type |= GDEL; in outpre()
363 np->n_type |= GDEL; in outof()
471 np->n_type = ntype; in gexpand()
479 np->n_type |= GDEL; in gexpand()
759 type = np->n_type; in elide()
765 type = t->n_type; in elide()
[all …]
H A Dtranslate.c56 if (! (n->n_type & GDEL)) in translate()
61 if (! (n->n_type & GDEL)) { in translate()
80 if (n->n_type & GDEL) in translate()
87 x = extract(line, n->n_type); in translate()
88 n->n_type |= GDEL; in translate()
H A Dsend.c460 if ((np->n_type & GDEL) == 0) in mail1()
/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A Dnlist.c102 p->n_type = GELF_ST_TYPE(sym.st_info); in _elf_nlist()
127 p->n_type = 0; in nlist()
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c100 p->n_type = 0; in nlist()
263 p->n_type = ELF32_ST_TYPE(sym->st_info); in _elf_nlist()
463 p->n_type = q->n_type; in _coff_nlist()
/illumos-gate/usr/src/head/
H A Dnlist.h40 unsigned short n_type; /* type and derived type */ member
H A Dsyms.h57 unsigned short n_type; /* type and derived type */ member
/illumos-gate/usr/src/boot/sys/sys/
H A Dnlist_aout.h60 unsigned char n_type; /* type defines */ member
H A Delf_common.h49 u_int32_t n_type; /* Type of this note. */ member
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c316 int n_type; in remove_dup_syms() local
339 n_type = ELF32_ST_TYPE((orig_list + nextsym)->syminfo); in remove_dup_syms()
345 if (i_type == n_type) { in remove_dup_syms()
/illumos-gate/usr/src/stand/lib/inet/
H A Dmac.c63 int n_type; /* IFT */ member
150 type = ofw_types[i].n_type; in mac_init()
/illumos-gate/usr/src/lib/libkvm/common/
H A Dtest.c136 for (nlp = nl; nlp[0].n_type != 0; nlp++) in main()
204 switch (nl[i].n_type) { in tst_nlist()
/illumos-gate/usr/src/cmd/file/
H A Delf_read.c175 r |= file_xlatetom(ELF_T_WORD, (char *)&nhdr->n_type); in xlatetom_nhdr()
350 ntype = nhdr->n_type; in process_phdr()
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h828 Elf32_Word n_type; /* type of note */ member
835 Elf64_Word n_type; /* type of note */ member
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c336 nhdr->n_namesz, nhdr->n_descsz, nhdr->n_type); in read_elf32()
349 nhdr->n_type == ELF_NOTE_PAGESIZE_HINT) { in read_elf32()
711 nhdr->n_namesz, nhdr->n_descsz, nhdr->n_type); in read_elf64()
724 nhdr->n_type == ELF_NOTE_PAGESIZE_HINT) { in read_elf64()
/illumos-gate/usr/src/lib/libproc/common/
H A DPcore.c2572 nhdr.n_type, nhdr.n_namesz, nhdr.n_descsz);
2579 if (nhdr.n_type < sizeof (nhdlrs) / sizeof (nhdlrs[0])) {
2580 if (nhdlrs[nhdr.n_type](P, nhdr.n_descsz) < 0) {
2582 nhdr.n_type);
2591 if (nhdr.n_type == NT_PRSTATUS ||
2592 nhdr.n_type == NT_PRPSINFO)
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c291 if (nhdr->n_type != XEN_ELFNOTE_DUMPCORE_XEN_VERSION) in xkb_identify()
1180 switch (nhdr->n_type) { in xkb_open_elf()
1222 nhdr->n_type, name); in xkb_open_elf()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h255 short n_type; /* From which list it came */ member
/illumos-gate/usr/src/cmd/sysdef/
H A Dsysdef.c508 nlptr->n_type = 0; in setup()

12