Searched refs:toplines (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/mailx/
H A Dvars.c685 * Trap toplines variable assignment.
691 if (state.var.toplines < 0 || state.var.toplines >= 1000)
692 state.var.toplines = 5;
H A Dcmd1.c406 * The number of lines is taken from the variable "toplines"
431 for (lines = 0; lines < c && lines <= state.var.toplines; lines++) {
H A Ddata.c217 X("[ message ...]\nList the first ${toplines} lines of the selected messages."),
492 "toplines", (char**)&state.var.toplines, I, "",set_toplines,
H A Dmailx.h872 long toplines; member in struct:__anon136::__anon147

Completed in 62 milliseconds