HomeSort by: relevance | last modified time | path
    Searched defs:lflag (Results 1 - 25 of 98) sorted by relevancy

1 2 3 4

  /src/games/battlestar/
cypher.c 48 int lflag = -1; local in function:cypher
85 lflag = 0;
91 lflag = 0;
97 lflag = 0;
103 lflag = 0;
109 lflag = 0;
115 lflag = 0;
375 lflag = use();
505 lflag = follow();
521 lflag = ride()
    [all...]
cypher.c 48 int lflag = -1; local in function:cypher
85 lflag = 0;
91 lflag = 0;
97 lflag = 0;
103 lflag = 0;
109 lflag = 0;
115 lflag = 0;
375 lflag = use();
505 lflag = follow();
521 lflag = ride()
    [all...]
  /src/usr.bin/cmp/
cmp.c 60 int lflag, sflag; variable in typeref:typename:int
81 lflag = 1;
93 if (lflag && sflag)
cmp.c 60 int lflag, sflag; variable in typeref:typename:int
81 lflag = 1;
93 if (lflag && sflag)
  /src/usr.bin/hesinfo/
hesinfo.c 42 int lflag = 0, errflg = 0, bflag = 0, c; local in function:main
48 lflag = 1;
76 if (lflag)
80 if (lflag)
90 if (lflag)
93 if (lflag)
99 if (lflag)
hesinfo.c 42 int lflag = 0, errflg = 0, bflag = 0, c; local in function:main
48 lflag = 1;
76 if (lflag)
80 if (lflag)
90 if (lflag)
93 if (lflag)
99 if (lflag)
  /src/usr.bin/newgrp/
newgrp.c 67 int c, lflag; local in function:main
86 lflag = 0;
91 if (lflag)
93 lflag = 1;
130 if (!lflag)
149 if (lflag) {
newgrp.c 67 int c, lflag; local in function:main
86 lflag = 0;
91 if (lflag)
93 lflag = 1;
130 if (!lflag)
149 if (lflag) {
  /src/usr.sbin/lpr/lpd/
ttcompat.c 64 tcflag_t lflag = tp->c_lflag; local in function:sttygetoflags
85 if (!ISSET(lflag, ICANON)) {
87 if (ISSET(iflag, IXON) || ISSET(lflag, ISIG|IEXTEN) ||
102 tcflag_t lflag = tp->c_lflag; local in function:sttysetoflags
107 CLR(lflag, ISIG|ICANON|IEXTEN);
111 SET(lflag, ISIG|IEXTEN);
113 CLR(lflag, ICANON);
115 SET(lflag, ICANON);
157 tp->c_lflag = lflag;
166 tcflag_t lflag = tp->c_lflag local in function:sttyclearflags
195 tcflag_t lflag = tp->c_lflag; local in function:sttysetflags
223 tcflag_t lflag = tp->c_lflag; local in function:sttyclearlflags
258 tcflag_t lflag = tp->c_lflag; local in function:sttysetlflags
    [all...]
ttcompat.c 64 tcflag_t lflag = tp->c_lflag; local in function:sttygetoflags
85 if (!ISSET(lflag, ICANON)) {
87 if (ISSET(iflag, IXON) || ISSET(lflag, ISIG|IEXTEN) ||
102 tcflag_t lflag = tp->c_lflag; local in function:sttysetoflags
107 CLR(lflag, ISIG|ICANON|IEXTEN);
111 SET(lflag, ISIG|IEXTEN);
113 CLR(lflag, ICANON);
115 SET(lflag, ICANON);
157 tp->c_lflag = lflag;
166 tcflag_t lflag = tp->c_lflag local in function:sttyclearflags
195 tcflag_t lflag = tp->c_lflag; local in function:sttysetflags
223 tcflag_t lflag = tp->c_lflag; local in function:sttyclearlflags
258 tcflag_t lflag = tp->c_lflag; local in function:sttysetlflags
    [all...]
  /src/usr.sbin/lpr/lpq/
lpq.c 79 int ch, aflag, lflag; local in function:main
91 aflag = lflag = 0;
98 ++lflag;
144 displayq(lflag);
149 displayq(lflag);
lpq.c 79 int ch, aflag, lflag; local in function:main
91 aflag = lflag = 0;
98 ++lflag;
144 displayq(lflag);
149 displayq(lflag);
  /src/sbin/reboot/
reboot.c 74 int ch, howto, lflag, nflag, qflag, sverrno, len; local in function:main
89 lflag = nflag = qflag = 0;
96 lflag = 1;
149 if (!lflag) {
reboot.c 74 int ch, howto, lflag, nflag, qflag, sverrno, len; local in function:main
89 lflag = nflag = qflag = 0;
96 lflag = 1;
149 if (!lflag) {
  /src/games/number/
number.c 86 static int lflag; variable in typeref:typename:int
94 lflag = 0;
98 lflag = 1;
167 (void)printf("minus%s", lflag ? " " : "\n");
178 lflag ? " " : "",
179 lflag ? " " : "\n");
181 if (lflag)
189 (void)printf("zero%s", lflag ? "" : ".\n");
190 if (lflag)
208 name3[len / 3], lflag ? " " : ".\n")
    [all...]
number.c 86 static int lflag; variable in typeref:typename:int
94 lflag = 0;
98 lflag = 1;
167 (void)printf("minus%s", lflag ? " " : "\n");
178 lflag ? " " : "",
179 lflag ? " " : "\n");
181 if (lflag)
189 (void)printf("zero%s", lflag ? "" : ".\n");
190 if (lflag)
208 name3[len / 3], lflag ? " " : ".\n")
    [all...]
  /src/sys/compat/common/
tty_43.c 288 tcflag_t lflag = tp->t_lflag; local in function:ttcompatgetflags
309 if (!ISSET(lflag, ICANON)) {
311 if (ISSET(iflag, IXON) || ISSET(lflag, ISIG|IEXTEN) ||
333 if (ISSET(lflag, ECHOE))
335 if (ISSET(lflag, ECHOKE))
337 if (ISSET(lflag, ECHOPRT))
339 if (ISSET(lflag, ECHOCTL))
343 SET(flags, ISSET(lflag, ECHO|TOSTOP|FLUSHO|PENDIN|NOFLSH));
358 tcflag_t lflag = t->c_lflag; local in function:ttcompatsetflags
366 SET(lflag, ECHO)
444 tcflag_t lflag = t->c_lflag; local in function:ttcompatsetlflags
    [all...]
tty_43.c 288 tcflag_t lflag = tp->t_lflag; local in function:ttcompatgetflags
309 if (!ISSET(lflag, ICANON)) {
311 if (ISSET(iflag, IXON) || ISSET(lflag, ISIG|IEXTEN) ||
333 if (ISSET(lflag, ECHOE))
335 if (ISSET(lflag, ECHOKE))
337 if (ISSET(lflag, ECHOPRT))
339 if (ISSET(lflag, ECHOCTL))
343 SET(flags, ISSET(lflag, ECHO|TOSTOP|FLUSHO|PENDIN|NOFLSH));
358 tcflag_t lflag = t->c_lflag; local in function:ttcompatsetflags
366 SET(lflag, ECHO)
444 tcflag_t lflag = t->c_lflag; local in function:ttcompatsetlflags
    [all...]
  /src/usr.bin/time/
time.c 72 int volatile lflag; local in function:main
81 lflag = portableflag = 0;
89 lflag = 0;
94 lflag = 0;
99 lflag = 0;
102 lflag = 1;
110 lflag = 0;
164 if (lflag) {
time.c 72 int volatile lflag; local in function:main
81 lflag = portableflag = 0;
89 lflag = 0;
94 lflag = 0;
99 lflag = 0;
102 lflag = 1;
110 lflag = 0;
164 if (lflag) {
  /src/sys/arch/mipsco/stand/installboot/
installboot.c 81 int c, rflag, lflag; local in function:main
83 rflag = lflag = verbose = nowrite = 0;
89 lflag = 1;
111 if ((lflag && rflag) || argc < 1 || (lflag && argc != 1) ||
117 if (lflag)
  /src/usr.bin/finger/
finger.c 96 int entries, gflag, lflag, mflag, oflag, sflag, eightflag, pplan; variable in typeref:typename:int
123 lflag = 1; /* long format */
164 if (!lflag)
177 lflag = 1; /* if -s not explicit, force -l */
180 if (lflag)
205 if (db && lflag)
  /src/usr.bin/progress/
progress.c 86 int eflag = 0, lflag = 0, zflag = 0; local in function:main
113 lflag++;
138 if (!zflag && !lflag && (fstat(fd, &statb) == 0)) {
150 if (zflag && !lflag && infile != NULL) {
  /src/usr.sbin/ypserv/makedbm/
makedbm.c 63 int aflag, uflag, bflag, lflag, sflag; local in function:main
71 aflag = uflag = bflag = lflag = sflag = 0;
81 lflag = aflag = 1;
140 yp_domain_name, bflag, lflag, sflag);
225 char *yp_domain_name, int bflag, int lflag, int sflag)
285 if (lflag && isupper((unsigned char)*v))
  /src/bin/cat/
cat.c 64 static int bflag, eflag, fflag, lflag, nflag, sflag, tflag, vflag; variable in typeref:typename:int
98 lflag = 1;
124 if (lflag) {

Completed in 27 milliseconds

1 2 3 4