HomeSort by: relevance | last modified time | path
    Searched defs:sflg (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
657 sflg = 1;
675 if (argc != 0 || (lflg|nflg|rflg|sflg) != 0)
686 if (lflg == 0 || editor || sflg) {
715 if (sflg == 0) {
721 sflg = 1; /* no edit */
744 if (sflg && argc >= 2)
846 if (sflg) {
histedit.c 610 volatile int lflg = 0, nflg = 0, rflg = 0, sflg = 0, zflg = 0; local in function:histcmd
657 sflg = 1;
675 if (argc != 0 || (lflg|nflg|rflg|sflg) != 0)
686 if (lflg == 0 || editor || sflg) {
715 if (sflg == 0) {
721 sflg = 1; /* no edit */
744 if (sflg && argc >= 2)
846 if (sflg) {

Completed in 21 milliseconds