Home
last modified time | relevance | path

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

/minix/external/bsd/less/dist/
H A Dopttbl.c56 public int follow_mode; /* F cmd Follows file desc or file name? */ variable
455 BOOL, FOLLOW_DESC, &follow_mode, NULL,
H A Dch.c133 extern int follow_mode;
328 if (follow_mode == FOLLOW_NAME) in ch_get()