Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Doption.h11 #define END_OPTION_STRING ('$') macro
H A Doption.c116 case END_OPTION_STRING: in scan_option()
579 * Scan to end of string or to an END_OPTION_STRING character. in optstring()
642 if (*p == END_OPTION_STRING) in getnum()