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

1 2

  /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...]
  /src/usr.bin/cmp/
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)
  /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) {
  /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...]
  /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);
  /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) {
  /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...]
  /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...]
  /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) {
  /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) {
  /src/sys/lib/libsa/
subr_prf.c 81 #define KPRINTN(base) kprintn(put, ul, base, lflag, width)
84 if ((lflag & (ZEROPAD|LADJUST)) == ZEROPAD) { \
91 if (lflag & LADJUST) { \
98 if ((lflag & (ZEROPAD|LADJUST)) == 0) { \
113 ul = (lflag & LLONG) \
115 : (lflag & LONG) \
123 ul = (lflag & LONG) \
168 int lflag; local in function:kdoprnt
180 lflag = 0;
188 lflag |= ALT
    [all...]
  /src/usr.sbin/mtree/
mtree.c 62 int bflag, dflag, eflag, iflag, jflag, lflag, mflag, nflag, qflag, rflag, variable in typeref:typename:int
163 lflag = 1;
295 if (lflag && uflag)
  /src/libexec/getty/
subr.c 188 tcflag_t iflag, oflag, cflag, lflag; local in function:setflags
246 lflag = omode.c_lflag;
310 lflag = 0;
312 CLR(lflag, ICANON);
326 SET(lflag, ECHOE);
328 CLR(lflag, ECHOE);
331 SET(lflag, ECHOKE);
333 CLR(lflag, ECHOKE);
336 SET(lflag, ECHOPRT);
338 CLR(lflag, ECHOPRT)
369 tcflag_t iflag, oflag, cflag, lflag; local in function:compatflags
    [all...]
  /src/sys/rump/net/lib/libsockin/
sockin_user.c 205 native_to_bsd_msg_flags(int lflag)
211 if (lflag == 0)
218 if (lflag & lfl) {
219 lflag ^= lfl;
223 if (lflag != 0)
233 int lflag = 0; local in function:bsd_to_native_msg_flags
240 lflag |= bsd_to_native_msg_flags_[i].lfl;
243 return (lflag);
  /src/usr.sbin/lpr/common_source/
displayq.c 79 static int lflag; /* long output option */ variable in typeref:typename:int
103 lflag = format;
200 if (!lflag)
325 if (lflag) {
355 if (!lflag) {
393 if (lflag)
  /src/usr.sbin/sa/
main.c 76 int Kflag, lflag, mflag, qflag, rflag, sflag, tflag, uflag, vflag; variable in typeref:typename:int
141 lflag = 1;
  /src/usr.sbin/ypserv/ypserv/
ypserv.c 78 int lflag; variable in typeref:typename:int
325 lflag = 1;
  /src/sbin/rndctl/
rndctl.c 571 int ch, cmd, lflag, mflag, sflag; local in function:main
583 lflag = 0;
626 lflag++;
688 if ((lflag != 0 || sflag != 0) && mflag != 0)
694 if (lflag == 0 && mflag == 0 && sflag == 0)
711 if (lflag != 0)
  /src/bin/cp/
cp.c 90 int Hflag, Lflag, Rflag, Pflag, fflag, iflag, lflag, pflag, rflag, vflag, Nflag; variable in typeref:typename:int
116 Hflag = Lflag = Pflag = Rflag = 0;
121 Lflag = Pflag = 0;
124 Lflag = 1;
132 Hflag = Lflag = 0;
141 Hflag = Lflag = 0;
152 lflag = 1;
181 if (Hflag || Lflag || Pflag) {
193 if (Lflag) {
    [all...]
  /src/bin/pax/
pax.c 83 int lflag; /* use hard links when possible */ variable in typeref:typename:int
91 int Lflag; /* follow symlinks when writing */

Completed in 24 milliseconds

1 2