Lines Matching defs:blkid
97 int blkid; /* Which block are we in? */
130 int i, ret, pctr, expctr, blkid, inquote, esc;
134 blkid = 1;
179 ret = parse(begp, lrp, &lp, blkid,
209 ret = parse(begp, lrp, &rp, blkid,
268 blkid++;
290 parse(char *begp, const char *par1, const char *par2, int blkid, int expctr,
297 ret = parsdef(begp, par1, par2, blkid, expctr, elen);
301 return(parsval(begp, par1, par2, blkid, expctr, elen));
322 return (parsexp(begp, par1, par2, blkid, expctr, elen));
326 parsdef(char *begp, const char *par1, const char *par2, int blkid, int expctr,
345 return(founddef(begp, blkid, expctr, 1, elen));
352 return(founddef(begp, blkid, expctr, 0, elen));
367 parsval(char *begp, const char *par1, const char *par2, int blkid, int expctr,
385 return(foundlst(begp, blkid, expctr, elen));
393 parsexp(char *begp, const char *par1, const char *par2, int blkid, int expctr,
432 e1->blkid = blkid;
555 foundlst(char *defstr, int blkid, int expctr, int elen)
570 founddef(char *defstr, int blkid, int expctr, int hasval, int elen)