Lines Matching defs:line

144  * We store the line numbers of each argument as we parse them,
1345 "\tthe IPsec policy from the command line while the 'policy'\n"
2423 * Insert a ";", read the line and discard it. Repeat
2424 * this logic nlines - 1 times. For the last line there
2427 * as it would affect the next line. Thus when we comment
2428 * the last line we seek one less and insert a ";"
2430 * penultimate line with ; and newline of the last line
2431 * will become part of the previous line.
2437 * offset of the next line. fgets below seems to affect
2439 * and discard a line using fgets for every line.
2459 * We have read a complete line.
2465 * We read the line after ";" character has been inserted.
2466 * Thus len does not count ";". To advance to the next line
2472 * line next, which has only one newline character.
2474 * read as part of the next line which could have
2477 * line's newline character with ";", and the
2478 * last line's newline character will become part of
2479 * the previous line.
2532 * This line contains INDEX_TAG
2557 * spans. And we need to remove the line with INDEX
2558 * and an extra line we added during ipsec_conf_add.
3619 error_message(error_type_t error, int type, int line)
3679 warnx(gettext("%s%s%s %s on line: %d"),
3684 (arg_indices[line] == 0) ? 1 : arg_indices[line]);
3749 /* Empty line */
3804 * Copy the rest of the line into the
3882 /* Empty line */
3910 warnx(gettext("line %d : pattern must start "
3928 * Copy the rest of the line into the
3950 /* Scan the next line as this buffer is empty */
3993 * Copy the rest of the line into the
4011 * the next line.
4127 "Invalid action on line %d: %s"),
4156 warnx(gettext("Invalid line "
4198 warnx(gettext("Error before or at line %d"),
4260 warnx(gettext("Invalid pattern on line %d: %s"),
4813 warnx(gettext("(form act)Invalid action on line "
4875 warnx(gettext("Invalid properties on line "
5051 warnx(gettext("ERROR: Rule on line %d: "
5062 warnx(gettext("DANGER: Rule on line %d "
5689 * of the line that is before it - the INDEX_TAG line.