HomeSort by: relevance | last modified time | path
    Searched defs:split_line (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/mail/
complete.c 808 split_line(const char **cmplarray, const LineInfo *lf) function in typeref:typename:LineInfo *
937 if ((li = split_line(&cmplarray, lf)) == NULL)
  /src/lib/libform/
internals.c 109 split_line(FIELD *field, bool hard_split, unsigned pos,
658 if (split_line(field, FALSE, pos, &row) != E_OK) {
882 split_line(FIELD *field, bool hard_split, unsigned pos, function in typeref:typename:int
2474 if ((status = split_line(cur, TRUE, start, &row)) != E_OK)
2489 if ((status = split_line(cur, TRUE, 0, &row)) != E_OK)

Completed in 14 milliseconds