/ast/src/lib/libdss/ |
H A D | dssprintf.c | 362 a.type = cx->state->type_string; 433 ap->cast = cx->state->type_string; 453 if (d || (d = details[*(s-1) - 'a']) || (d = cx->state->type_string->format.details)) 641 ap->cast = cx->state->type_string;
|
H A D | cxcomp.c | 293 else if (pc->type == cx->state->type_string) 303 if ((sp-1)->type == cx->state->type_string) 311 if (sp->type == cx->state->type_string) 538 r->type = cx->state->type_string; 828 (*cx->disc->errorf)(cx, cx->disc, 2, "%s %s not supported [%d:%d] %p", cxcontext(cx), cxopname(op, type1, type2), cxrepresentation(type1), cxrepresentation(type2), cxcallout(cx, op, cx->state->type_string, cx->state->type_string, cx->disc)); 1538 if (!code(cx, cc, expr, CX_STR, 1, cx->state->type_string, cx->state->type_void, s, 0, NiL)) 2078 cx->referencef = cxcallout(cx, CX_REF, cx->state->type_string, cx->state->type_void, cx->disc);
|
H A D | cxmap.c | 345 if (cxcast(cx, r, NiL, cx->state->type_string, NiL, NiL))
|
H A D | cx.h | 582 Cxtype_t* type_string; /* string fundamental type */ member in struct:Cxstate_s
|
H A D | cxopen.c | 380 BT(CX_string, &name_string[0], &state.type_string, "A string. The format details string specifies quoting and C style character escape processing: \bquote\b[=\achar\a] quotes string with \achar\a (\b\"\b) as the begin and end quote; \bendquote\b=\achar\a changes the \bquote\b end to \achar\a; \bshell\b[=\abeg\a] quotes using shell conventions and \abeg\a (\b$'\b) as the quote begin; \bopt\b performs \bquote\b and \bshell\b quoting only when necessary; \bescape\b assumes that escape processing has already been performed; \bwide\b does not escape characters with the bit 8 set; \bexpand\b=\amask\a expands escaped characters according to \amask\a which may be a \b,\b or \b|\b separated list of \ball\b: expand all escaped chars, \bchar\b expands 7 bit character escapes, \bline\b expands \b\\r\b and \b\\n\b escapes, \bwide\b expands wide character escapes, \bnocr\b eliminates \b\\r\b, and \bnonl\b eliminates \b\\n\b.", string_external, string_internal, &match_string) 2168 a.type = state.type_string;
|
/ast/src/cmd/dsslib/lookup/ |
H A D | lookup.c | 140 if (cxcast(cx, &val, state->variable, cx->state->type_string, data, NiL))
|
/ast/src/cmd/dsslib/ip_t/ |
H A D | ip_t.c | 320 (*disc->errorf)(NiL, disc, 2, "%s: match requires %s pattern", sub->name, cx->state->type_string->name, sub->name); 392 (*disc->errorf)(NiL, disc, 2, "%s: match requires %s pattern", sub->name, cx->state->type_string->name, sub->name); 422 (*disc->errorf)(NiL, disc, 2, "%s: match requires %s pattern", sub->name, cx->state->type_string->name, sub->name); 452 (*disc->errorf)(NiL, disc, 2, "%s: match requires %s pattern", sub->name, cx->state->type_string->name, sub->name); 482 (*disc->errorf)(NiL, disc, 2, "%s: match requires %s pattern", sub->name, cx->state->type_string->name, sub->name); 847 (*disc->errorf)(NiL, disc, 2, "%s: match requires %s pattern", sub->name, cx->state->type_string->name, sub->name);
|
/ast/src/cmd/dsslib/sort/ |
H A D | sort.c | 85 if (cxcast(state->cx, &r, (Cxvariable_t*)field->user, state->cx->state->type_string, state->data, NiL))
|
/ast/src/cmd/kshlib/dss/ |
H A D | dss.c | 319 else if(cxcast(dp->cx,&ret,vp,dp->state->type_string,rp,(char*)0)==0) 417 if(!pp->dss || vp->type==sp->type_number || vp->type==sp->type_string) 1213 if(vp->type==sp->type_number || vp->type==sp->type_string || vp->type==sp->type_buffer) 1527 tptr = tp->cx->state->type_string;
|
/ast/src/cmd/dsslib/stats/ |
H A D | stats.c | 244 if (cxcast(cx, &arg, 0, cx->state->type_string, NiL, group->variable->format.details)) 677 if (cxcast(cx, &arg, 0, cx->state->type_string, NiL, group->variable->format.details))
|
/ast/src/cmd/dsslib/validate/ |
H A D | validate.c | 409 if (!cxcast(cx, &val, NiL, cx->state->type_string, NiL, NiL))
|
/ast/src/cmd/dsslib/flat/ |
H A D | flat.c | 3061 base = state->type_string;
|