Searched refs:tagcontext (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libdss/ |
H A D | tag.h | 103 extern char* tagcontext(Tag_t*, Tagframe_t*);
|
H A D | tag.c | 115 tagcontext(Tag_t* tag, Tagframe_t* fp) function 261 (*disc->errorf)(tag, disc, 2, "%s: unexpected EOF", tagcontext(tag, fp)); 272 (*disc->errorf)(NiL, disc, ERROR_SYSTEM|2, "%s: invalid embedded tag", tagcontext(tag, fp)); 315 (*disc->errorf)(NiL, disc, ERROR_SYSTEM|2, "%s: invalid delimiter", tagcontext(tag, &frame)); 336 (*disc->errorf)(tag, disc, 2, "%s<%s>: unknown tag", tagcontext(tag, &frame), b); 390 (*disc->errorf)(tag, disc, 2, "%s: not enough columns", tagcontext(tag, &frame)); 396 (*disc->errorf)(tag, disc, 2, "%s: too many columns", tagcontext(tag, &frame)); 509 (*disc->errorf)(tag, disc, 2, "%s: no closing tag", tagcontext(tag, fp)); 518 (*disc->errorf)(tag, disc, 2, "%s: invalid input", tagcontext(tag, fp)); 534 (*disc->errorf)(tag, disc, 2, "%s<%s>: unknown tag", tagcontext(ta [all...] |
H A D | dsstags.c | 50 (*disc->errorf)(NiL, disc, 2, "%s: only one <NAME> expected", tagcontext(tag, fp)); 67 (*disc->errorf)(NiL, disc, 2, "%s: <NAME> expected", tagcontext(tag, fp)); 85 (*disc->errorf)(NiL, disc, 2, "%s: <NAME> expected", tagcontext(tag, fp)); 121 (*disc->errorf)(NiL, disc, 2, "%s: <NAME> expected", tagcontext(tag, fp)); 620 (*disc->errorf)(NiL, disc, 2, "%s: constraint already has a name", tagcontext(tag, fp)); 783 (*disc->errorf)(NiL, disc, 2, "%s: method name expected", tagcontext(tag, fp)); 824 (*disc->errorf)(NiL, disc, 2, "%s: reference not expected", tagcontext(tag, fp));
|
Completed in 14 milliseconds