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

/macosx-10.10.1/nano-12/src/
H A Dtext.c1339 /* If full_justify is TRUE, justify the entire file. Otherwise, justify
1341 void do_justify(bool full_justify) argument
1375 if (full_justify)
1417 if (full_justify && first_par_line != NULL) {
1437 backup_lines(openfile->current, full_justify ?
1646 if (!full_justify)
H A Dproto.h668 void do_justify(bool full_justify);

Completed in 175 milliseconds