_hx509_expr_input 1372 source4/heimdal/lib/hx509/sel-gram.c     { _hx509_expr_input.expr = (yyvsp[(1) - (1)].expr); }
_hx509_expr_input   74 source4/heimdal/lib/hx509/sel-gram.y start:	expr			{ _hx509_expr_input.expr = $1; }
_hx509_expr_input  532 source4/heimdal/lib/hx509/sel-lex.c struct hx_expr_input _hx509_expr_input;
_hx509_expr_input 1888 source4/heimdal/lib/hx509/sel-lex.c     n = _hx509_expr_input.length - _hx509_expr_input.offset;
_hx509_expr_input 1894 source4/heimdal/lib/hx509/sel-lex.c     memcpy(buf, _hx509_expr_input.buf + _hx509_expr_input.offset, n);
_hx509_expr_input 1895 source4/heimdal/lib/hx509/sel-lex.c     _hx509_expr_input.offset += n;
_hx509_expr_input  209 source4/heimdal/lib/hx509/sel.c     _hx509_expr_input.buf = buf;
_hx509_expr_input  210 source4/heimdal/lib/hx509/sel.c     _hx509_expr_input.length = strlen(buf);
_hx509_expr_input  211 source4/heimdal/lib/hx509/sel.c     _hx509_expr_input.offset = 0;
_hx509_expr_input  212 source4/heimdal/lib/hx509/sel.c     _hx509_expr_input.expr = NULL;
_hx509_expr_input  214 source4/heimdal/lib/hx509/sel.c     if (_hx509_expr_input.error) {
_hx509_expr_input  215 source4/heimdal/lib/hx509/sel.c 	free(_hx509_expr_input.error);
_hx509_expr_input  216 source4/heimdal/lib/hx509/sel.c 	_hx509_expr_input.error = NULL;
_hx509_expr_input  221 source4/heimdal/lib/hx509/sel.c     return _hx509_expr_input.expr;
_hx509_expr_input  227 source4/heimdal/lib/hx509/sel.c      if (_hx509_expr_input.error)
_hx509_expr_input  228 source4/heimdal/lib/hx509/sel.c          free(_hx509_expr_input.error);
_hx509_expr_input  230 source4/heimdal/lib/hx509/sel.c      _hx509_expr_input.error = strdup(s);
_hx509_expr_input   68 source4/heimdal/lib/hx509/sel.h extern struct hx_expr_input _hx509_expr_input;