Searched refs:nl (Results 1 - 25 of 157) sorted by relevance

1234567

/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A D_nl.c49 nl(void) function
/opensolaris-onvv-gate/usr/src/cmd/sgs/prof/common/
H A Dlookup.c42 nltype *nl = module->nl; local
54 if (keyval < nl[low].value) {
57 (nl[low].value - module->txt_origin);
62 if (keyval >= nl[high].value) {
65 return (&nl[high]);
71 if ((nl[middle].value <= keyval) &&
72 (nl[middle + 1].value > keyval)) {
75 (nl[middle + 1].value - module->txt_origin);
78 return (&nl[middl
[all...]
H A Drdelf.c74 rm_dups(nltype *nl, size_t *nfuncs) argument
83 if (nl[prev].value < nl[i].value) {
91 if (nl[prev].info == nl[i].info) {
92 nl[i].name = NULL;
96 prev_type = ELF_ST_TYPE(nl[prev].info);
97 prev_bind = ELF_ST_BIND(nl[prev].info);
98 cur_type = ELF_ST_TYPE(nl[i].info);
105 nl[
218 nltype *nl, *npe; local
[all...]
H A Dprofv.h110 struct nl *nl; /* ptr to module's namelist */ member in struct:mod_info
111 size_t nfuncs; /* number of functions in `nl' */
126 struct nl { struct
134 typedef struct nl nltype;
H A Dprofv.c320 compute_times(nltype *nl, profrec_t *psym) argument
332 psym->seconds = (double)nl->nticks;
333 if (nl->ncalls) {
334 psym->msecs_per_call = (double)nl->nticks /
335 (double)nl->ncalls;
339 psym->seconds = (double)nl->nticks / (double)hz;
340 if (nl->ncalls) {
343 (double)nl->ncalls;
350 ((double)nl->nticks / (double)n_pcsamples) * 100;
358 nltype *nl; local
416 nltype *nl; local
513 nltype *nl; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/line/
H A Dline.c46 static char nl = '\n'; variable
60 while ((c = readc()) != nl) {
70 (void) write(1, &nl, 1);
83 return (nl);
/opensolaris-onvv-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_util.c231 struct memlist *nl; local
237 nl = mlist->ml_next;
239 if (nl) {
240 FREESTRUCT(nl, struct memlist, 1);
290 struct memlist *ml, *tl, *nl; local
307 nl = GETSTRUCT(struct memlist, 1);
308 nl->ml_address = base;
309 nl->ml_size = len;
310 nl->ml_next = ml;
311 if ((nl
377 struct memlist *nl; local
418 struct memlist *ml, *tl, *nl; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_util.c231 struct memlist *nl; local
237 nl = mlist->ml_next;
239 if (nl) {
240 FREESTRUCT(nl, struct memlist, 1);
289 struct memlist *ml, *tl, *nl; local
306 nl = GETSTRUCT(struct memlist, 1);
307 nl->ml_address = base;
308 nl->ml_size = len;
309 nl->ml_next = ml;
310 if ((nl
376 struct memlist *nl; local
417 struct memlist *ml, *tl, *nl; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libdevid/
H A Ddeviceid.c136 struct nmlist *nl; local
146 for (; (nl = *nlhp) != NULL; nlhp = &nl->nl_next)
150 if ((nl = malloc(sizeof (*nl))) == NULL)
153 if ((nl->nl_devname = strdup(path)) == NULL) {
154 free(nl);
157 nl->nl_next = NULL;
158 nl->nl_dev = dev;
161 *nlhp = nl;
234 struct nmlist *nl; local
[all...]
/opensolaris-onvv-gate/usr/src/ucblib/libcurses/
H A Dnewwin.c37 #undef nl /* don't need it here, and it interferes */ macro
44 int i, by, bx, nl, nc; local
49 nl = num_lines;
52 if (nl == 0)
53 nl = LINES - by;
56 if ((win = makenew(nl, nc, by, bx)) == NULL)
58 if ((win->_firstch = SMALLOC(nl * sizeof (win->_firstch[0]))) == NULL) {
63 if ((win->_lastch = SMALLOC(nl * sizeof (win->_lastch[0]))) == NULL) {
70 for (i = 0; i < nl; i++) {
74 for (i = 0; i < nl;
98 int by, bx, nl, nc; local
158 int by, bx, nl, nc; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dlookup.c42 register struct namelist *nl; local
58 nl = NULL;
80 if (nl == NULL)
81 value = nl = makenl(cp);
83 nl->n_next = makenl(cp);
84 nl = nl->n_next;
H A Dgram.y122 register struct namelist *nl;
126 nl = expand($3, E_VARS);
127 if (nl && nl->n_next != NULL)
129 $1->sc_name = nl ? nl->n_name: NULL;
130 if (nl)
131 free(nl);
146 struct namelist *nl;
154 for (nl
[all...]
/opensolaris-onvv-gate/usr/src/cmd/tbl/
H A Dt8.c20 # define realsplit ((ct=='a'||ct=='n') && table[nl][c].rcol)
35 * nl: line number for finding data usually identical
38 putline(int i, int nl) argument
47 if (instead[nl]==0 && fullbot[nl] ==0)
50 s = table[nl][c].col;
54 for(ip=nl; ip<nlin; ip=next(ip))
64 if (linestop[nl])
65 fprintf(tabout, ".mk #%c\n", linestop[nl]+'a'-1);
66 lf = prev(nl);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/htable/
H A Dhtable.c226 register struct name *nl; local
233 nl = namelist;
234 if (nl == NONAME) {
240 fprintf(nf, "%-16s ", lower(nl->name_val));
247 while (nl = nl->name_link) {
248 fprintf(nf, cp, lower(nl->name_val));
303 for (nl = namelist; nl; nl
385 struct name *nl; local
507 register struct name *nl, *nl2; local
606 struct name *nl; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libnisdb/
H A Dnis_hashitem.c502 __nis_hash_item_mt *nl, **pp; local
510 while ((nl = *(pp = __find_item_mt(name, table, (int *)0))) != 0) {
513 if (nl->readers == 0 && nl->writer == 0)
515 if (nl->writer != 0 && nl->writer_id == mtid)
517 (void) pthread_cond_wait(&nl->lock, &table->lock);
520 if (nl == 0) {
525 /* Remove nl from the hash chain */
526 *pp = nl
[all...]
/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Dfio.c349 int c, sum, nl, len; local
361 nl = 0;
387 nl += 2;
392 nl += 2;
396 nl++;
400 nl += 2;
403 if (nl >= FOBUFSIZ - 1) {
411 if (nl >= FOBUFSIZ || c < 040 || c > 0171)
419 nl += strlen(op);
424 DEBUG(8, "%d,", nl);
436 int sum, len, nl; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c635 name_entry *nl, *next; local
662 while (((nl = next) != (name_entry *)NULL) && (!die)) {
664 if (statd_call_statd(nl->name) == 0) {
666 remove_name(nl->name, 1, 0);
669 delete_name(&recov_q.sm_recovhdp, nl->name);
679 nl->name);
771 name_entry *nl; local
773 nl = *namepp;
774 while (nl != (name_entry *)NULL) {
775 if (str_cmp_address_specifier(nl
799 name_entry *nl; local
1186 name_entry *nl; local
1413 name_entry *nl, *next; local
1527 name_entry *nl; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/lib/forms/
H A Dwrform.c114 char * nl = strchr(cp, '\n'); local
116 if (nl)
117 *nl = 0;
121 if (nl)
122 *nl = '\n';
123 cp = nl;
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/nsgmls/
H A DRastEventHandler.cxx43 const OutputCharStream::Newline nl = OutputCharStream::newline; member in namespace:SP_NAMESPACE
80 os() << char(type) << nl;
155 << nl;
189 os() << nl;
205 os() << nl;
208 os() << "#LINK-SET-INFO" << nl;
213 os() << nl;
216 os() << "#LINK-RULE" << nl;
224 << nl;
230 os() << "#IMPLIED" << nl;
243 os() << "#ACTIVE-LINK=" << activeLinkTypes_[i] << nl; local
282 os() << "#SIMPLE-LINK=" << name << nl; local
483 os() << '#' << c << "DATA-EXTERNAL" << nl; local
632 os() << '#' << (unsigned long)*p << nl; local
745 os() << '#' << (unsigned long)*p << nl; local
[all...]
H A DSgmlsEventHandler.cxx56 const OutputCharStream::Newline nl = OutputCharStream::newline; member in namespace:SP_NAMESPACE
74 os() << nl;
107 os() << conformingCode << nl; local
125 os() << nl;
205 os() << nl;
239 os() << includedElementCode << nl; local
241 os() << emptyElementCode << nl; local
243 os() << startElementCode << event->name() << nl;
260 os() << "IMPLIED" << nl;
289 os() << typeString << space << *string << nl; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dlex.l36 nl \n
77 {nl} {return (NEWLINE);}
/opensolaris-onvv-gate/usr/src/lib/libkvm/common/
H A Dtest.c59 void tst_nlist(struct nlist nl[]);
72 struct nlist nl[] = { variable in typeref:struct:nlist
136 tst_nlist(nl);
138 for (nlp = nl; nlp[0].n_type != 0; nlp++)
191 tst_nlist(struct nlist nl[]) argument
196 printf("kvm_nlist([nl])\n");
197 if ((i = kvm_nlist(cookie, nl)) != 0)
199 for (i = 0; nl[i].n_name != 0 && nl[i].n_name[0] != '\0'; i++) {
206 switch (nl[
[all...]
/opensolaris-onvv-gate/usr/src/lib/libshell/common/features/
H A Dmath.sh101 nl='
128 echo "#ifdef $v${nl}static $r $L(Sfdouble_t x) { return $f(x) == $v; }${nl}#endif"
129 tab="$tab$nl#ifdef $v$nl$ht\"\\0${R}${a}${name}\",$ht(Math_f)${L},${nl}#endif"
175 do tab="$tab$nl$ht\"\\0${R}${a}${x}\",$ht(Math_f)$f,"
178 tab="$tab$nl$ht\"\",$ht$ht(Math_f)0"
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dbmc_intf.h66 #define ISREQUEST(nl) (((nl) & 1) == 0) /* test for request */
67 #define ISRESPONSE(nl) (((nl) & 1) == 1) /* test for response */
/opensolaris-onvv-gate/usr/src/cmd/nl/
H A DMakefile27 # cmd/nl/Makefile
30 # only occur in ./nl.c, not in ../expr/compile.c.
32 PROG= nl
33 XPG4PROG= nl
39 SRCS = nl.c ../expr/compile.c

Completed in 124 milliseconds

1234567