Lines Matching defs:line

96 static unsigned long writedefs(Lex_t *lexp,struct argnod *arglist, int line, int type, struct argnod *cmd)
153 r=kiaentity(lexp,argp->argval,n,type,line,eline,parent,justify,width,atbuff);
154 sfprintf(lexp->kiatmp,"p;%..64d;v;%..64d;%d;%d;s;\n",lexp->current,r,line,eline);
161 static void typeset_order(const char *str,int line)
181 errormsg(SH_DICT,ERROR_warn(0),e_lextypeset,line,str);
365 if((flag&SH_NL) && (shp->inlineno=error_info.line+shp->st.firstline)==0)
399 int line = lp->sh->inlineno;
400 lp->sh->inlineno = error_info.line+lp->sh->st.firstline;
432 lp->sh->inlineno = line;
1299 /* set command line number for error messages */
1456 int line = t->comline;
1463 sfprintf(lexp->kiatmp,"p;%..64d;p;%..64d;%d;%d;c;\n",lexp->current,r,line,line);
1465 writedefs(lexp,t->comset,line,'v',t->comarg);
1467 writedefs(lexp,argp,line,0,NIL(struct argnod*));
1469 writedefs(lexp,argp,line,0,NIL(struct argnod*));
1472 writedefs(lexp,argp,line,'u',NIL(struct argnod*));
1477 sfprintf(lexp->kiatmp,"p;%..64d;p;%..64d;%d;%d;d;\n",lexp->current,r,line,line);
1720 message = "line %d: Invariant test";
1725 message = "line %d: -t requires argument";
1819 int line = lexp->sh->inlineno- (lexp->token==NL);
1822 sfprintf(lexp->kiatmp,"p;%..64d;f;%..64d;%d;%d;t;\n",lexp->current,r,line,line);
1857 int line = lexp->sh->inlineno- (lexp->token==NL);
1860 sfprintf(lexp->kiatmp,"p;%..64d;f;%..64d;%d;%d;t;\n",lexp->current,r,line,line);
1878 int line = lexp->sh->inlineno-(lexp->token==NL);
1881 sfprintf(lexp->kiatmp,"p;%..64d;f;%..64d;%d;%d;t;\n",lexp->current,r,line,line);