Searched refs:clist (Results 1 - 25 of 37) sorted by relevance

12

/netbsd-6-1-5-RELEASE/usr.bin/sort/
H A Dinit.c82 struct coldesc *clist = NULL; variable in typeref:struct:coldesc
86 * clist (list of columns which correspond to one or more icol or tcol)
92 * keep clist in order--inserts a column in a sorted array
101 p = realloc(clist, (ncols + 2) * sizeof(*clist));
104 clist = p;
105 memset(&clist[ncols], 0, sizeof(clist[ncols]));
108 if (field->icol.num <= clist[i].num)
110 if (field->icol.num != clist[
[all...]
H A Dfields.c111 clpos = clist + i;
128 clist[i].start = clist[i].end = lineend;
129 if (clist[0].start < line_data)
130 clist[0].start++;
185 lineend = clist[ncols].end;
H A Dsort.h172 extern struct coldesc *clist;
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dtty.h84 struct clist { struct
111 struct clist t_rawq; /* Device raw input queue. */
115 struct clist t_canq; /* Device canonical queue. */
119 struct clist t_outq; /* Device output queue. */
247 int b_to_q(const u_char *, int, struct clist *);
248 void catq(struct clist *, struct clist *);
250 int getc(struct clist *);
251 void ndflush(struct clist *, int);
252 int ndqb(struct clist *, in
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/arc/dev/
H A Dopmsvar.h82 struct clist sc_q;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/cf/
H A Dw32-hh-toc-from-info.pl59 my $clist = $contents->find_by_tag_name('ul');
69 process_ul_element($clist, 0);
/netbsd-6-1-5-RELEASE/usr.sbin/altq/libaltq/
H A Dqop_cdnr.c406 struct classinfo *clinfo, *clist[2]; local
414 clist[0] = clinfo;
415 clist[1] = NULL;
433 clist[0] = NULL;
441 if ((error = qop_add_cdnr(&clinfo, cdnr_name, ifinfo, clist,
462 struct classinfo *clinfo, *clist[3]; local
468 clist[n] = clhandle2clinfo(ifinfo, in_action->tca_handle);
469 if (clist[n] == NULL)
474 clist[n] = clhandle2clinfo(ifinfo, out_action->tca_handle);
475 if (clist[
524 struct classinfo *clinfo, *clist[4]; local
598 struct classinfo *clinfo, *clist[4]; local
[all...]
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dtty_subr.c8 * set of true clist functions that this is very loosely based on.
67 * Initialize a particular clist. Ok, they are really ring buffers,
71 clalloc(struct clist *clp, int size, int quot)
96 clfree(struct clist *clp)
106 * Get a character from a clist.
109 getc(struct clist *clp)
139 * Copy clist to buffer.
143 q_to_b(struct clist *clp, u_char *cp, int count)
172 * Return count of contiguous characters in clist.
176 ndqb(struct clist *cl
[all...]
/netbsd-6-1-5-RELEASE/bin/dd/
H A Dargs.c338 } clist[] = { variable in typeref:struct:conv
367 if (!(cp = bsearch(&tmp, clist,
368 __arraycount(clist), sizeof(*clist), c_conv))) {
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cc/
H A Dcc.c155 char *clist[MAXFIL]; variable
755 clist[nc++] = t;
785 if (outfile && clist[0] && strcmp(outfile, clist[0]) == 0)
807 printf("%s:\n", clist[i]);
810 if (getsuf(clist[i])=='S')
812 if (getsuf(clist[i])=='i') {
818 } else if (getsuf(clist[i])=='s') {
819 assource = clist[i];
823 tmp4 = setsuf(clist[
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/kernel/
H A Dtty_clk.c22 #include "../h/clist.h"
63 struct clist clkbuf;
72 * Routine for flushing the internal clist
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-decode.c49 struct cmd_list_element *clist,
1088 /* Search the input clist for 'command'. Return the command if
1093 find_cmd (char *command, int len, struct cmd_list_element *clist,
1100 for (c = clist; c; c = c->next)
1181 lookup_cmd_1 (char **text, struct cmd_list_element *clist,
1210 found = find_cmd (command, len, clist, ignore_help_classes, &nfound);
1222 found = find_cmd (command, len, clist, ignore_help_classes, &nfound);
1265 *result_list = clist;
1291 *result_list = clist;
1089 find_cmd(char *command, int len, struct cmd_list_element *clist, int ignore_help_classes, int *nfound) argument
1177 lookup_cmd_1(char **text, struct cmd_list_element *clist, struct cmd_list_element **result_list, int ignore_help_classes) argument
/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dkd.c283 struct clist *cl;
347 struct clist *cl = &tp->t_outq;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpdc/
H A Dntpdc.c1328 struct xcmd *clist; local
1333 clist = clist1;
1335 clist = clist2;
1340 for (cl = clist; cl->keyword != 0; cl++) {
1363 if (clist == clist1 && clist2 != 0) {
1364 clist = clist2;
H A Dntpdc_ops.c2663 u_long clist[min(MAXARGS, 8)]; local
2672 qitemlim = min(pcmd->nargs, COUNTOF(clist));
2674 clist[qitems] = NSRCADR(&pcmd->argval[qitems].netnum);
2678 sizeof(u_int32), (char *)clist, &items,
2836 u_long clist[min(MAXARGS, 8)]; local
2846 qitemlim = min(pcmd->nargs, COUNTOF(clist));
2848 clist[qitems] = NSRCADR(&pcmd->argval[qitems].netnum);
2852 sizeof(u_int32), (char *)clist, &items,
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/dev/
H A Dkd.c309 struct clist *cl;
374 struct clist *cl = &tp->t_outq;
H A Dpcons.c224 struct clist *cl;
/netbsd-6-1-5-RELEASE/sys/arch/sun2/dev/
H A Dkd.c355 struct clist *cl;
419 struct clist *cl = &tp->t_outq;
H A Dpcons.c221 struct clist *cl;
/netbsd-6-1-5-RELEASE/sys/arch/sparc/dev/
H A Dkd.c338 struct clist *cl;
392 struct clist *cl = &tp->t_outq;
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Dofcons.c214 struct clist *cl;
/netbsd-6-1-5-RELEASE/sys/arch/emips/ebus/
H A Ddz_ebus.c324 struct clist *cl;
564 struct clist *cl;
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dgencons.c189 struct clist *cl;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpq/
H A Dntpq.c1777 struct xcmd *clist; local
1782 clist = clist1;
1784 clist = clist2;
1789 for (cl = clist; cl->keyword != 0; cl++) {
1812 if (clist == clist1 && clist2 != 0) {
1813 clist = clist2;
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/libamu/
H A Dwire.c451 #define clist (ifc.ifc_ifcu.ifcu_req) macro

Completed in 470 milliseconds

12