Searched defs:identifier (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libdss/
H A Dcxcomp.c499 * parse and return identifier with first char c if c!=0
501 * r->refs == 1 if identifier has :: library binding
505 identifier(Cx_t* cx, Cxcompile_t* cc, register int c, Cxoperand_t* r) function
555 if (identifier(cx, cc, c, &a))
1406 if (!identifier(cx, cc, c, &w) && (c = next(cx)) == ')' && ((c = next(cx)) == '(' || (cx->ctype[c] & CX_CTYPE_ALPHA)))

Completed in 10 milliseconds