Home
last modified time | relevance | path

Searched refs:ct_warn (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/bc/dist/
H A Dbc.y151 { ct_warn ("newline not allowed"); }
178 ct_warn ("comparison in expression");
204 ct_warn ("Continue statement");
228 ct_warn ("Comparison in first for expression");
255 ct_warn ("Comparison in third for expression");
315 { ct_warn ("print statement"); }
337 ct_warn ("else clause in if statement");
377 ct_warn ("void functions");
397 ct_warn ("Call by variable arrays");
401 ct_warn ("Call by variable arrays");
[all …]
H A Dutil.c191 ct_warn ("Variable array parameter"); in check_params()
548 ct_warn ("multiple letter name - %s", name); in lookup()
722 ct_warn (const char *mesg, ...) in ct_warn() function
725 ct_warn (mesg) in ct_warn()
730 ct_warn (mesg, va_alist)
H A Dscan.l273 ct_warn ("Old fashioned =<op>");
344 ct_warn("Commas in numbers");
H A Dproto.h90 void ct_warn (const char *mesg, ...)
H A Dload.c196 ct_warn ("Non-standard base in numeric constant"); in load_code()