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

  /src/bin/ed/
main.c 469 static long sgnum = 0; local in function:exec_command
718 STRTOL(sgnum, ibufp);
733 sgnum = 0; /* override numeric arg */
753 if (!sflags && extract_subst_tail(&sgflag, &sgnum) < 0)
782 if (search_and_replace(pat, sgflag, sgnum) < 0)
main.c 469 static long sgnum = 0; local in function:exec_command
718 STRTOL(sgnum, ibufp);
733 sgnum = 0; /* override numeric arg */
753 if (!sflags && extract_subst_tail(&sgflag, &sgnum) < 0)
782 if (search_and_replace(pat, sgflag, sgnum) < 0)

Completed in 23 milliseconds