OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 16 14:10:15 GMT 2025