Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dpost-html.cpp1662 int check_value_error (int c, int v, const char *s,
1878 int assert_state::check_value_error (int c, int v, const char *s, in check_value_error() function in assert_state
1898 *flag = check_value_error(v <= atoi(&s[2]), v, s, name, f, l, *flag); in check_value()
1900 *flag = check_value_error(v >= atoi(&s[2]), v, s, name, f, l, *flag); in check_value()
1902 *flag = check_value_error(v == atoi(&s[2]), v, s, name, f, l, *flag); in check_value()
1904 *flag = check_value_error(v != atoi(&s[2]), v, s, name, f, l, *flag); in check_value()
1906 *flag = check_value_error(v < atoi(&s[2]), v, s, name, f, l, *flag); in check_value()
1908 *flag = check_value_error(v > atoi(&s[2]), v, s, name, f, l, *flag); in check_value()
1910 *flag = check_value_error(v == atoi(&s[1]), v, s, name, f, l, *flag); in check_value()
1912 *flag = check_value_error(v == atoi(s), v, s, name, f, l, *flag); in check_value()