HomeSort by: relevance | last modified time | path
    Searched defs: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...]
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...]

Completed in 23 milliseconds