HomeSort by: relevance | last modified time | path
    Searched refs:lflg (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
histedit.c 610 volatile int lflg = 0, nflg = 0, rflg = 0, sflg = 0, zflg = 0; local in function:histcmd
645 lflg = 1;
675 if (argc != 0 || (lflg|nflg|rflg|sflg) != 0)
686 if (lflg == 0 || editor || sflg) {
687 lflg = 0; /* ignore */
732 if (lflg == 0 && argc > 0 &&
752 if (lflg) {
760 laststr = lflg ? "-1" : argv[0];
777 if (lflg) /* no history exists, that's OK */
838 if (lflg) {
    [all...]
  /src/sys/kern/
tty.c 569 #define TTBREAKC(c, lflg) \
571 ((c) == cc[VEOL2] && ISSET(lflg, IEXTEN))) && (c) != _POSIX_VDISABLE))

Completed in 12 milliseconds