Home
last modified time | relevance | path

Searched refs:lineno (Results 1 – 25 of 147) sorted by relevance

123456

/titanic_51/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributeVerifier.java780 new Object[] {Integer.toString(tk.lineno())}); in parseTemplateAttributes()
800 new Object[] {Integer.toString(tk.lineno())}); in parseTemplateAttribute()
818 new Object[] {Integer.toString(tk.lineno())}); in parseTemplateAttribute()
828 new Object[] {Integer.toString(tk.lineno())}); in parseTemplateAttribute()
841 new Object[] {Integer.toString(tk.lineno())}); in parseTemplateAttribute()
856 new Object[] {Integer.toString(tk.lineno())}); in parseTemplateAttribute()
873 new Object[] {Integer.toString(tk.lineno())}); in parseTemplateAttribute()
890 new Object[] {Integer.toString(tk.lineno())}); in parseTemplateAttribute()
914 new Object[] {Integer.toString(tk.lineno())}); in parseTemplateAttribute()
933 new Object[] {Integer.toString(tk.lineno())}); in parseTemplateAttribute()
1230 int lineno = 0; parseAttribute() local
1712 int lineno = tk.lineno(); parseTypeAndFlags() local
1812 int lineno = 0; parseValueList() local
1887 checkAndAddType(String type, AttributeDescriptor attDesc, int lineno) checkAndAddType() argument
1923 checkAndAddFlag(String flag, int matched, AttributeDescriptor attDesc, int lineno) checkAndAddFlag() argument
2048 convertValue(String type, String reqTok, int lineno) convertValue() argument
[all...]
/titanic_51/usr/src/cmd/sgs/liblddbg/common/
H A Dmap.c38 Lineno lineno, const char *directive) in Dbg_map_pass() argument
46 dbg_print(lml, fmt, file, EC_LINENO(lineno), directive); in Dbg_map_pass()
55 Lineno lineno, const char *id) in Dbg_map_cexp_id() argument
63 dbg_print(lml, fmt, file, EC_LINENO(lineno), id); in Dbg_map_cexp_id()
90 Lineno lineno) in Dbg_map_size_new() argument
96 dbg_print(lml, MSG_INTL(MSG_MAP_SYM_SIZE), EC_LINENO(lineno), segname, in Dbg_map_size_new()
102 Lineno lineno) in Dbg_map_size_old() argument
111 dbg_print(lml, MSG_INTL(MSG_MAP_SYM_SIZE), EC_LINENO(lineno), segname, in Dbg_map_size_old()
145 Dbg_map_dv(Lm_list *lml, const char *obj_name, Lineno lineno) in Dbg_map_dv() argument
150 dbg_print(lml, MSG_INTL(MSG_MAP_DV), EC_LINENO(lineno), obj_nam in Dbg_map_dv()
157 Dbg_map_dv_entry(Lm_list * lml,Lineno lineno,int require,const char * version) Dbg_map_dv_entry() argument
237 Dbg_map_ent(Lm_list * lml,Ent_desc * enp,Ofl_desc * ofl,Lineno lineno) Dbg_map_ent() argument
260 Dbg_map_seg_os_order(Lm_list * lml,Sg_desc * sgp,const char * sec_name,Word ndx,Lineno lineno) Dbg_map_seg_os_order() argument
271 Dbg_map_seg(Ofl_desc * ofl,dbg_state_t dbg_state,int ndx,Sg_desc * sgp,Lineno lineno) Dbg_map_seg() argument
288 Dbg_map_seg_order(Ofl_desc * ofl,uchar_t osabi,Half mach,dbg_state_t dbg_state,Lineno lineno) Dbg_map_seg_order() argument
323 Dbg_map_hdr_noalloc(Lm_list * lml,Lineno lineno) Dbg_map_hdr_noalloc() argument
[all...]
/titanic_51/usr/src/cmd/ypcmd/
H A Dstdhosts.c58 static void verify_and_output(const char *key, char *value, int lineno);
80 int lineno = 0; /* Input line counter */ local
117 lineno++;
150 cmd, sizeof (line) - 2, lineno);
172 "ignored\n", cmd, lineno);
209 cmd, lineno);
216 verify_and_output(nadrp, trailer, lineno);
234 verify_and_output(const char *key, char *value, int lineno) in verify_and_output() argument
252 cmd, lineno); in verify_and_output()
282 cmd, lineno); in verify_and_output()
[all...]
/titanic_51/usr/src/cmd/sendmail/libsm/
H A Dassert.c60 ** lineno -- line number.
70 int lineno,
74 sm_abort_defaulthandler(filename, lineno, msg) in sm_abort_defaulthandler() argument
76 int lineno;
81 lineno, msg);
156 ** If filename != NULL then filename and lineno specify the line of source
161 ** lineno -- line number.
169 sm_abort_at(filename, lineno, msg) in sm_abort_at() argument
171 int lineno;
175 (*SmAbortHandler)(filename, lineno, ms
[all...]
H A Dtest.c104 ** lineno -- line number.
111 sm_test(success, expr, filename, lineno) in sm_test() argument
115 int lineno;
125 (void) fprintf(stderr, "bad! %s:%d %s\n", filename, lineno,
/titanic_51/usr/src/cmd/genmsg/
H A Dgenmsg.l39 int lineno = 1; variable
224 get_linemsgid(lineno) != NOLINEMSG) {
253 int id = get_linemsgid(lineno);
270 msg_line = lineno;
303 lineno++;
326 int id = get_linemsgid(lineno);
343 int id = get_linemsgid(lineno);
366 lineno++;
395 lineno++;
418 lineno
[all...]
H A Dgenmsg.y34 extern int lineno; /* genmsg.l */
74 src_err(srcfile, (lineno - 1),
210 src_err(srcfile, lineno,
216 add_msg(setid, id, str, srcfile, lineno, TRUE);
226 add_msg(setid, id, str, srcfile, lineno, FALSE);
231 add_msg(setid, id, str, srcfile, lineno, FALSE);
/titanic_51/usr/src/cmd/checknr/
H A Dchecknr.c144 static int lineno; /* current line number in input file */ variable
161 static void pe(int lineno);
285 for (lineno = 1; fgets(line, sizeof (line), f); lineno++) { in process()
292 pe(lineno); in process()
299 pe(lineno); in process()
337 pe(lineno); in process()
346 stk[stktop].lno = lineno; in process()
354 pe(lineno); in process()
363 stk[stktop].lno = lineno; in process()
498 pe(int lineno) pe() argument
[all...]
/titanic_51/usr/src/tools/onbld/Checks/
H A DCmtBlk.py38 def __init__(self, lineno, seen, shouldbe): argument
40 self.lineno = lineno
62 lineno = 0
76 lineno += 1
81 start = lineno
121 " '%s'\n" % (filename, e.lineno, blk_name,
H A DKeywords.py58 lineno = 0
62 lineno += 1
71 (filename, lineno, ', '.join(match)))
/titanic_51/usr/src/cmd/gencat/
H A Dgencat.c96 int lineno; /* the line number of message source file */ variable
617 FPRINTF(stderr, MSG(9), msgfname, lineno, s);
639 FPRINTF(stderr, MSG(12), msgfname, lineno,
648 lineno, quote);
652 ++lineno;
678 msgfname, lineno, n);
725 ++lineno;
732 FPRINTF(stderr, MSG(14), msgfname, lineno);
744 ++lineno;
769 lineno,
[all...]
/titanic_51/usr/src/cmd/sgs/tools/common/
H A Dsgsmsg_piglatin_nl.pl62 use vars qw($script $lineno);
67 $lineno = int($ARGV[0]);
72 printf ("%6d\t%s", $lineno, $_);
73 $lineno += 2;
/titanic_51/usr/src/lib/madv/common/
H A Dmadv.c305 advice_opts(char *optstr, const char *execname, char *cfgfile, int lineno) in advice_opts() argument
317 madvident, value, execname, cfgfile, lineno); in advice_opts()
323 madvident, execname, cfgfile, lineno); in advice_opts()
331 madvident, value, execname, cfgfile, lineno); in advice_opts()
346 lineno); in advice_opts()
357 lineno); in advice_opts()
368 lineno); in advice_opts()
379 lineno); in advice_opts()
390 lineno); in advice_opts()
401 lineno); in advice_opts()
446 int lineno = 0; __madvmain() local
[all...]
/titanic_51/usr/src/cmd/oawk/
H A Dawk.lx.l47 long long lineno = 1; variable
78 <A>^\n lineno++;
79 <A>^{WS}*#.*\n lineno++; /* strip comment lines */
81 <A>"\\"\n lineno++;
82 <reg>"\\"\n lineno++;
124 <A>"}"{WS}*\n { BEGIN sc; lineno++; RETURN(';'); }
126 <A>";"\n { lineno++; RETURN(';'); }
127 <A>\n { lineno++; RETURN(NL); }
158 <comment>\n { BEGIN A; lineno++; RETURN(NL); }
185 <reg>\n { yyerror("newline in regular expression"); lineno
[all...]
/titanic_51/usr/src/lib/libsqlite/tool/
H A Dlemon.c1266 void ErrorMsg(const char *filename, int lineno, const char *format, ...){ in ErrorMsg() argument
1277 if( lineno>0 ){ in ErrorMsg()
1278 sprintf(prefix,"%.*s:%d: ",PREFIXLIMIT-10,filename,lineno); in ErrorMsg()
2289 int lineno; local
2327 lineno = 1;
2329 if( c=='\n' ) lineno++; /* Keep track of the line number */
2339 if( c=='\n' ) lineno++;
2346 ps.tokenlineno = lineno; /* Linenumber on which token begins */
2350 if( c=='\n' ) lineno++;
2365 if( c=='\n' ) lineno
2780 tplt_xfer(name,in,out,lineno) tplt_xfer() argument
2847 tplt_print(out,lemp,str,strln,lineno) tplt_print() argument
2869 emit_destructor_code(out,sp,lemp,lineno) emit_destructor_code() argument
2926 emit_code(out,rp,lemp,lineno) emit_code() argument
3016 int lineno = *plineno; /* The line number of the output */ global() local
3165 int lineno; global() local
[all...]
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/
H A Dipaddrsel.c151 uint_t lineno = 0, entryindex = 0; in parseconf() local
174 lineno++; in parseconf()
193 filename, lineno, prefixstr); in parseconf()
200 filename, lineno, prefixstr); in parseconf()
210 filename, lineno); in parseconf()
216 " %d\n"), filename, lineno, plen); in parseconf()
226 filename, lineno); in parseconf()
251 filename, lineno); in parseconf()
257 "have a %d character limit.\n"), filename, lineno, in parseconf()
292 filename, lineno); in parseconf()
[all...]
/titanic_51/usr/src/cmd/vi/misc/
H A Dctags.c109 static int lineno; /* line number of current line */ variable
348 lineno = 0;
371 pfnote("yylex", lineno, TRUE);
495 lineno++; in C_entries()
503 lineno++; in C_entries()
508 lineno++; in C_entries()
519 lineno++; in C_entries()
569 lineno++; in C_entries()
678 int pfline = lineno; in C_entries()
738 lineno
[all...]
/titanic_51/usr/src/cmd/sendmail/aux/
H A Dmakemap.c95 unsigned int lineno; local
375 for (lineno = 0; ; lineno++)
395 lineno = 0;
401 lineno++;
414 progname, mapname, lineno,
426 progname, mapname, lineno);
452 progname, mapname, lineno,
496 progname, mapname, lineno,
506 lineno,
[all...]
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_http.c67 int lineno; in interpret_http() local
86 lineno = 0; in interpret_http()
87 for (p = line; p < endp && lineno < NLINES; p = q + 1) { in interpret_http()
113 ++lineno; in interpret_http()
/titanic_51/usr/src/cmd/sort/common/
H A Dcheck.c44 fail_check(line_rec_t *L, int flags, u_longlong_t lineno) in fail_check() argument
65 (void) fprintf(stderr, MSG_DISORDER, lineno); in fail_check()
110 u_longlong_t lineno = 0; in check_if_sorted() local
186 lineno++; in check_if_sorted()
207 lineno); in check_if_sorted()
217 lineno); in check_if_sorted()
/titanic_51/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddstyle.pl43 print "$file: $lineno: $msg\n";
50 $lineno = 0;
55 $lineno++;
/titanic_51/usr/src/cmd/autopush/
H A Dautopush.c509 * dependency on MAXAPUSH. `linep' is the input buffer, `lineno'
513 parse_line(char *linep, int lineno, char *namep, struct strapush *pushp) in parse_line() argument
532 (void) fprintf(stderr, Badline, Cmdp, namep, lineno); in parse_line()
538 (void) fprintf(stderr, Badline, Cmdp, namep, lineno); in parse_line()
552 (void) fprintf(stderr, Badline, Cmdp, namep, lineno); in parse_line()
565 (void) fprintf(stderr, Badline, Cmdp, namep, lineno); in parse_line()
584 Cmdp, namep, lineno); in parse_line()
591 Cmdp, namep, lineno); in parse_line()
601 "ignored\n"), Cmdp, namep, lineno); in parse_line()
623 "ignored\n"), Cmdp, namep, lineno); in parse_line()
[all...]
/titanic_51/usr/src/cmd/power/
H A Dparse.c39 int lineno = 0; variable
297 mesg(MDEBUG, "\nline %d, found %d args:\n", lineno, cnt); in build_args()
330 lineno, *cip->keyword, *line, chr_diff); in get_cinfo()
393 lineno = 1; in parse_conf_file()
430 mesg(MDEBUG, "\nline %d, blank...\n", lineno); in parse_conf_file()
432 mesg(MDEBUG, "\nline %d, comment...\n", lineno); in parse_conf_file()
457 lineno += linc; in parse_conf_file()
459 lineno = 0; in parse_conf_file()
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/
H A Drt.sh81 integer tests errors signals lineno=0 skip=0
279 (( ++lineno > skip )) || continue
299 (( skip = lineno + 1 ))
308 (( ++lineno > skip )) || continue
332 (( skip = lineno + 1 ))
344 (( skip = lineno + 1 ))
/titanic_51/usr/src/cmd/logadm/
H A Dconf.c49 static void fillconflist(int lineno, const char *entry,
93 fillconflist(int lineno, const char *entry, in fillconflist() argument
99 cp->cf_lineno = lineno; in fillconflist()
180 int lineno = 0; in conf_scan() local
197 lineno++; in conf_scan()
198 err_fileline(fname, lineno); in conf_scan()
207 lineno++; in conf_scan()
208 err_fileline(fname, lineno); in conf_scan()
241 fillconflist(lineno, entry, NULL, comment, 0); in conf_scan()
293 fillconflist(lineno, entr in conf_scan()
[all...]

123456