Searched defs:field (Results 1 - 25 of 29) sorted by relevance

12

/ast/src/lib/librecsort/
H A Drskeyhdr.h58 typedef struct Position_s /* field position */
60 int field; /* field offset */ member in struct:Position_s
71 int index; /* field definition index */ \
94 Rskeyfield_t global; /* global field info */ \
95 Rskeyfield_t* prev; /* previous field list tail */ \
96 int index; /* last field index */ \
97 int maxfield; /* max field position */ \
98 unsigned char** positions; /* field start positions */ \
99 } field; /* ke
[all...]
/ast/src/cmd/std/
H A Dpss-ps.c51 unsigned long field; member in struct:Pso_s
78 for (po = pso; po->field; po++)
79 fields |= po->field;
140 for (po = pso; po->field; po++)
141 if (po->field & fields)
211 for (po = pso; po->field; po++)
212 if (po->field & fields)
220 switch (po->field)
H A Dpss.h149 unsigned long field; member in struct:Pssmatch_s
156 unsigned long fields; /* PSS_[a-z]* field requests */
/ast/src/cmd/dsslib/netflow/
H A Dflowlib.h57 Netflow_field_t field[NETFLOW_TEMPLATE+1]; member in struct:Netflow_template_s
/ast/src/cmd/dsslib/sort/
H A Dsort.c28 "[c:count?Prepend an integer count field of the number of records that "
35 "\n[ field ... ]\n"
76 Rskeyfield_t* field; local
83 for (field = state->sortkey->head; field; field = field->next)
85 if (cxcast(state->cx, &r, (Cxvariable_t*)field->user, state->cx->state->type_string, state->data, NiL))
87 k += field->coder(state->sortkey, field, (unsigne
[all...]
/ast/src/cmd/dsslib/validate/
H A Dvalidate.c29 "[l:list?List the field constraints and exit.]"
32 "[v:verbose?Warn about each invalid field and the action taken.]"
34 "\n[ field ... ]\n"
64 Field_t* field; member in struct:State_s
136 register Field_t* field; local
210 if (!(field = vmnewof(vm, 0, Field_t, 1, 0)))
216 field->variable = variable;
217 if (state->field)
218 lastfield = lastfield->next = field;
220 lastfield = state->field
285 register Field_t* field; local
393 register Field_t* field; local
[all...]
/ast/src/cmd/re/
H A Dtestfmt.c326 char* field[5]; local
438 field[i++] = p;
449 s = field[i - 1];
451 field[i - 1] = 0;
458 if (i >= elementsof(field))
460 field[i++] = p;
467 if (!(spec = field[0]))
501 while (i < elementsof(field))
502 field[i++] = 0;
503 if ((re = field[
[all...]
H A Dtestfnmatch.c107 H(" C set LC_COLLATE and LC_CTYPE to locale in field 2\n");
498 char* field[6]; local
614 field[i++] = p;
625 s = field[i - 1];
627 field[i - 1] = 0;
634 if (i >= elementsof(field))
636 field[i++] = p;
643 if (!(spec = field[0]))
680 bad("locale field expected\n", NiL, NiL, 0);
684 s = field[
[all...]
H A Dtestmatch.c117 H(" C set LC_COLLATE and LC_CTYPE to locale in field 2\n");
133 H(" and last+1 positions in the field 3 string, or NULL if subexpression\n");
630 char* field[6]; local
749 field[i++] = p;
760 s = field[i - 1];
762 field[i - 1] = 0;
769 if (i >= elementsof(field))
771 field[i++] = p;
778 if (!(spec = field[0]))
817 bad("locale field expecte
[all...]
H A Dtestglob.c135 H(" C set LC_COLLATE and LC_CTYPE to the locale in field 2\n");
136 H(" I set gl_fignore to the pattern in field 2\n");
518 char* field[5]; local
745 field[i++] = p;
754 s = field[i - 1];
756 field[i - 1] = 0;
763 if (i >= elementsof(field))
765 field[i++] = p;
772 if (!(spec = field[0]))
788 bad("locale field expecte
[all...]
/ast/src/cmd/sortlib/glean/
H A Dglean.c53 "lists the current minimal records per field 3 (numeric) and "
54 "field 4 (string), for each value of the catenation of fields 1 and 2.]"
104 Field_t* field; member in struct:State_s
176 for (f = state->field; f; f = f->next)
208 for (f = state->field; f; f = f->next)
312 if (opt_info.assignment == ':' || !(f = state->field) || f->mm != i)
320 f->next = state->field;
321 state->field = f;
335 for (f = state->field; f; f = f->next)
341 for (f = state->field;
[all...]
/ast/src/cmd/tests/
H A Ddate.c242 char* field[6]; local
298 field[i++] = p;
310 s = field[i - 1];
312 field[i - 1] = 0;
319 if (i >= elementsof(field))
321 field[i++] = p;
333 while (i < elementsof(field))
334 field[i++] = 0;
335 if (str = field[0])
337 if (fmt = field[
[all...]
/ast/src/cmd/dsslib/fix/
H A Dfix.c26 " maximum field widths. The generated schema may be used as input for"
88 Field_t* field; local
142 if (!(field = vmnewof(vm, 0, Field_t, 1, 0)))
148 field->variable = variable;
152 field->representation = FIELD_buffer;
155 field->representation = FIELD_string;
158 field->representation = FIELD_number;
161 if (field->width = variable->format.width)
163 field->flags = variable->format.flags;
164 dtinsert(state->fields, field);
188 register Field_t* field; local
218 register Field_t* field; local
[all...]
/ast/src/lib/libcmd/
H A Dstty.c48 "listed by group corresponding to field in the \btermios\b structure "
124 unsigned char field; member in struct:tty_s
371 switch (tp->field)
496 switch(tp->field)
663 switch(tp->field)
723 if (tp->field == C_SPEED)
735 switch (tp->field)
823 static void listfields(Sfio_t *sp,int field) argument
828 if(Ttable[i].field==field
[all...]
H A Djoin.c36 "output. By default, a field is delimited by one or more spaces "
38 "can be used to change the field delimiter.]"
39 "[+?The \ajoin field\a is a field in each file on which files are compared. "
42 "fields. The default output line consists of the join field, "
59 "and a field number or \b0\b representing the join field. "
62 "[t:separator|tabs]:[delim?Use \adelim\a as the field separator for both input"
64 "[1:j1]#[field?Join on field \afiel
136 int field; member in struct:File_s
299 register Field_t* field = fp->fields; local
[all...]
/ast/src/lib/libtk/generic/
H A DtkTest.c396 char *field, *value;
402 " window type ?field value field value ...?\"",
444 field = argv[i];
446 if (strcmp(field, "-above") == 0) {
452 } else if (strcmp(field, "-borderwidth") == 0) {
457 } else if (strcmp(field, "-button") == 0) {
462 } else if (strcmp(field, "-count") == 0) {
471 } else if (strcmp(field, "-detail") == 0) {
517 } else if (strcmp(field, "
392 char *field, *value; local
[all...]
H A DtkOption.c21 * Each name or class field in an option is associated with a node or
58 * field is a value, not a pointer to another node).
98 * This must be the last field in
247 char *field;
272 * Parse the option one field at a time.
280 * Scan the next field from the name and convert it to a Tk_Uid.
281 * Must copy the field before calling Tk_Uid, so that a terminating
291 field = p;
295 length = p - field;
299 strncpy(tmp, field, (size_
246 char *field; local
[all...]
/ast/src/cmd/mailx/
H A Dmisc.c586 * See if the given header field is supposed to be ignored.
589 ignored(Dt_t** ignore, const char* field) argument
595 tp = dictsearch(ignore, field, LOOKUP);
/ast/src/cmd/sortlib/sum/
H A Dsortsum.c40 "[o:op?A field summary operation. \aarg\a is a \bdss\b(1) type name for "
44 "style field specification. \aop\a\b:\b\aarg\a may be specified multiple "
54 "[+count (c)?multiply subsequent field values and increment the "
56 "[+set (s)?set all field field bytes to the first character of "
60 "[d:debug?List the field operations on the standard error.]"
64 "fixed width field starting at byte position 2 (counting from 1) "
66 "field starting at byte position 6.]"
96 short field; member in struct:Position_s
191 while (beg < sum->beg.field)
[all...]
/ast/src/lib/libtk/unix/
H A DtkUnixSelect.c1062 char *field;
1070 * The property gets generated by converting each field to an
1072 * 1. If type is XA_ATOM, convert each field to its corresponding
1074 * 2. If type is anything else, convert each field from an ASCII number
1098 field = p;
1105 length = p - field;
1109 strncpy(atomName, field, (unsigned) length);
1115 *longPtr = strtol(field, &dummy, 0);
1053 char *field; local
/ast/src/cmd/dsslib/stats/
H A Dstats.c36 "values.]:[field]"
45 "\n[ field ... ]\n"
104 Field_t* field; member in struct:Print_s
114 Field_t* field; member in struct:State_s
226 if (!print->field || !(r->value.string.data = (char*)print->field->variable->name))
314 Field_t* field; local
449 (*disc->errorf)(cx, disc, 2, "%s: not a numeric field", variable->name);
452 if (!(field = vmnewof(vm, 0, Field_t, 1, 0)))
458 field
526 register Field_t* field; local
616 list(Cx_t* cx, register State_t* state, Sfio_t* op, const char* label, register Field_t* field, register Total_t* total, Cxoperand_t* key) argument
[all...]
/ast/src/cmd/jcl/
H A Dcpy2dss.c33 "[+?Duplicate structure and field names are disambiguated by appending"
42 "[d:delimiter?Set the \b--text\b field delimiter character. XML"
47 "[e:escape?Set the \b--text\b field escape character. XML"
55 "[q:quote?Set the \b--text\b field quote begin character. If"
59 "[Q:end-quote?Set the \b--text\b field quote end character. If"
66 "[t:text?Generate a field-delimited newline-terminated text schema"
71 " on then the size field \b--sized\b structures is omitted from"
567 compwidth(Cpyfield_t* field, int width) argument
569 switch (field->comp)
572 if (field
596 typename(Cpyfield_t* field) argument
632 Cpyfield_t* field; local
[all...]
/ast/src/cmd/nmake/
H A Doption.c158 "Define a new option. The definition is a delimiter separated field"
162 " the literal delimiter character and a \b-\b field value specifies an"
163 " empty field. \achar\a is the single character option name, \aname\a"
685 * return next option definition field
689 field(char** p, int sep, int app, int lenient) function
1085 if (!(name = field(&s, sep, app, 1)))
1093 if (t = field(&s, sep, app, 1))
1133 func = field(&s, sep, app, 1);
1134 desc = field(&s, sep, app, 0);
1135 args = field(
[all...]
/ast/src/cmd/sortlib/sync/
H A Dss.h119 Ssfield_t* field; /* field */ member in union:Ssop_u
/ast/src/cmd/pzip/
H A Dpin.c413 field(unsigned char* t, register unsigned char* s, int i, int j, register int row, size_t tot) function
904 siz[i][i] = field(buf, dat, i, i, row, tot);
1160 self[i] = field(buf, dat, i, i, row, tot);
1265 * fill in the field compress value matrix
1277 val[i][j] = field(buf, dat, i, j, row, tot);
1313 cst[0] = val[0][0] = field(buf, dat, 0, 0, row, tot);
1317 val[sol[i-1] + 1][i] = field(buf, dat, sol[i-1]+1, i, row, tot);
1318 val[i][i] = field(buf, dat, i, i, row, tot);
1343 cst[0] = val[0][0] = field(buf, dat, 0, 0, row, tot);
1347 val[i][i] = field(bu
[all...]

Completed in 366 milliseconds

12