Symbol: get_lineno
usr/src/tools/smatch/src/check_double_checking.c
234
return get_lineno();
usr/src/tools/smatch/src/check_implicit_dependencies.c
26
printf("%s:%d %s() ", get_filename(), get_lineno(), get_function());
usr/src/tools/smatch/src/check_implicit_dependencies_tester.c
45
printf("%s:%d %s() ", get_filename(), get_lineno(), get_function());
usr/src/tools/smatch/src/check_stack.c
53
max_lineno = get_lineno();
usr/src/tools/smatch/src/check_unused_ret.c
128
assign->line = get_lineno();
usr/src/tools/smatch/src/smatch.h
215
int get_lineno(void);
usr/src/tools/smatch/src/smatch.h
262
sm_printf("%s: %s:%d %s() ", progname, get_filename(), get_lineno(), get_function());
usr/src/tools/smatch/src/smatch_conditions.c
400
sm_msg("%d in split_conditions (%s)", get_lineno(), cond);
usr/src/tools/smatch/src/smatch_conditions.c
501
sm_debug("%d in __split_whole_condition\n", get_lineno());
usr/src/tools/smatch/src/smatch_conditions.c
513
sm_debug("%d done __split_whole_condition\n", get_lineno());
usr/src/tools/smatch/src/smatch_conditions.c
518
sm_debug("%d in __handle_logic\n", get_lineno());
usr/src/tools/smatch/src/smatch_conditions.c
532
sm_debug("%d done __handle_logic\n", get_lineno());
usr/src/tools/smatch/src/smatch_conditions.c
565
sm_debug("%d in __handle_condition_assigns\n", get_lineno());
usr/src/tools/smatch/src/smatch_conditions.c
609
sm_debug("%d done __handle_condition_assigns\n", get_lineno());
usr/src/tools/smatch/src/smatch_conditions.c
637
sm_debug("%d in __handle_ternary_assigns\n", get_lineno());
usr/src/tools/smatch/src/smatch_conditions.c
676
sm_debug("%d done __handle_ternary_assigns\n", get_lineno());
usr/src/tools/smatch/src/smatch_db.c
136
sm_ierror("%s:%d SQL error #2: %s\n", get_filename(), get_lineno(), err);
usr/src/tools/smatch/src/smatch_db.c
137
sm_ierror("%s:%d SQL: '%s'\n", get_filename(), get_lineno(), sql);
usr/src/tools/smatch/src/smatch_db.c
398
tag, get_filename(), get_function(), get_lineno(),
usr/src/tools/smatch/src/smatch_flow.c
737
if (stmt->pos.line == get_lineno())
usr/src/tools/smatch/src/smatch_implied.c
646
DIMPLIED("%d '%s' from line %d is not merged.\n", get_lineno(), sm->name, sm->line);
usr/src/tools/smatch/src/smatch_slist.c
199
sm_state->line = get_lineno();
usr/src/tools/smatch/src/smatch_slist.c
503
get_filename(), get_lineno(), get_function(),