Searched refs:quote_length (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/nano-12/src/
H A Dtext.c1044 size_t quote_length(const char *line) function
1072 assert(a_quote == quote_length(a_line));
1074 return (a_quote == quote_length(b_line) &&
1093 * "indentation part", followed by text. The functions quote_length()
1124 quote_len = quote_length(foo->data);
1158 quote_len = quote_length(foo->data);
1315 quote_len = quote_length(openfile->current->data);
H A Dproto.h659 size_t quote_length(const char *line);

Completed in 189 milliseconds