Searched refs:tuple (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/dsslib/ip_t/
H A Dire.h60 int tuple; /* tuple size */ member in struct:Ire_s
H A Dire.c102 * convert tuple number string
129 irecomp(const char* pattern, int element, int dots, int tuple, int group, Iredisc_t* disc) argument
151 if (tuple <= 0)
154 (*disc->errorf)(NiL, disc, ERROR_SYSTEM|2, "%d: tuple size must > 0", tuple);
189 ire->tuple = tuple;
195 if (++mem > tuple)
217 if (++mem == tuple)
242 sfprintf(sfstderr, "ire: element=%d tuple
[all...]
H A Ditlie.h23 * include this file to instantiate tuple cx externalf/internalf
26 * ITLINT the tuple element integral type
40 * pretty print an ITLINT tuple list from value->buffer into buf
44 ITLEXTERNAL(Cx_t* cx, Cxtype_t* type, int dots, int tuple, int group, const char* details, Cxformat_t** formats, Cxvalue_t* value, char* buf, size_t size, Cxdisc_t* disc) argument
82 j -= tuple - 1;
107 for (k = 0; k < tuple; i++, k++, t = bet)
181 * parse an ITLINT tuple list from buf into value->buffer
186 ITLINTERNAL(Cx_t* cx, Cxvalue_t* value, int dots, int tuple, int group, const char* buf, size_t size, Vmalloc_t* vm, Cxdisc_t* disc) argument
238 while (t++ < tuple)
/ast/src/cmd/sortlib/sync/
H A Dss.c536 * parse a field tuple list
542 fields(Ss_t* ss, int tuple, int flags, size_t* zp) argument
572 a = tuple;
579 if (++a > tuple && (a != 3 || !isalpha(*s) || !isalpha(*(s + 1))))
708 if (tuple != 3)
710 if (tuple > 3 && !bp && !*(s + 1))
711 tuple = 3;
716 tuple = 3;
769 options(Ss_t* ss, int flags, Ssfile_t* fp, Ssfield_t** dp, int tuple, size_t* zp) argument
811 if (dp && !(*dp = fields(ss, tuple, flag
[all...]
/ast/src/lib/libpp/
H A Dppcall.c101 if (tp = mac->tuple)
H A Dpplib.h214 struct pptuple /* tuple macro */
216 struct pptuple* nomatch; /* nomatch tuple */
217 struct pptuple* match; /* match tuple */
350 struct pptuple* tuple; /* tuple macro */ \
361 struct pptuple* tuple; /* tuple macro */ \
H A Dppcontrol.c659 goto tuple;
1332 tuple:
1335 tp = mac->tuple;
1355 tp->nomatch = mac->tuple;
1356 mac->tuple = tp;
1364 error(2, "%s: > omitted in tuple macro definition", sym->name);
/ast/src/cmd/INIT/
H A Dproto.c344 struct pptuple* tuple; char* formals; int size; member in struct:ppmacro

Completed in 34 milliseconds