Searched refs:type_string (Results 1 - 12 of 12) sorted by relevance

/ast/src/lib/libdss/
H A Ddssprintf.c362 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 Dcxcomp.c293 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 Dcxmap.c345 if (cxcast(cx, r, NiL, cx->state->type_string, NiL, NiL))
H A Dcx.h582 Cxtype_t* type_string; /* string fundamental type */ member in struct:Cxstate_s
H A Dcxopen.c380 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 Dlookup.c140 if (cxcast(cx, &val, state->variable, cx->state->type_string, data, NiL))
/ast/src/cmd/dsslib/ip_t/
H A Dip_t.c320 (*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 Dsort.c85 if (cxcast(state->cx, &r, (Cxvariable_t*)field->user, state->cx->state->type_string, state->data, NiL))
/ast/src/cmd/kshlib/dss/
H A Ddss.c319 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 Dstats.c244 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 Dvalidate.c409 if (!cxcast(cx, &val, NiL, cx->state->type_string, NiL, NiL))
/ast/src/cmd/dsslib/flat/
H A Dflat.c3061 base = state->type_string;

Completed in 202 milliseconds