Home
last modified time | relevance | path

Searched refs:COMPL_LASTARG (Results 1 – 2 of 2) sorted by relevance

/dports/mail/mailutils/mailutils-3.13/mail/
H A Dmailline.c260 point |= COMPL_LASTARG; in ml_command_completion()
441 if (matches && (point & COMPL_LASTARG)) in msglist_closure_compl()
H A Dmail.h613 COMPL_LASTARG = 0x2 /* Cursor pointing at or past the last argument */ enumerator