Searched refs:lflag (Results 1 - 25 of 58) sorted by relevance

123

/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dtty.c60 register int lflag = 0; local
72 lflag++;
95 if(lflag)
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c521 register tcflag_t lflag = tp->t_lflag; local
545 if ((lflag&ICANON) == 0) {
547 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG)
561 if (lflag&ECHOE)
563 if (lflag&ECHOKE)
565 if (lflag&ECHOPRT)
567 if (lflag&ECHOCTL)
571 flags |= lflag&(ECHO|TOSTOP|FLUSHO|PENDIN|NOFLSH);
595 register tcflag_t lflag = t->c_lflag; local
600 lflag
686 register tcflag_t lflag = t->c_lflag; local
[all...]
H A Dtty.c478 #define TTBREAKC(c, lflag) \
480 (c) == cc[VEOL] || ((c) == cc[VEOL2] && lflag & IEXTEN)) && \
498 tcflag_t iflag, lflag; local
508 lflag = tp->t_lflag;
509 if (ISSET(lflag, PENDIN))
514 if (ISSET(lflag, ICANON)) {
531 (!ISSET(lflag, ICANON) || tp->t_canq.c_cc != 0) &&
576 if (!ISSET(lflag, EXTPROC)) {
596 if (ISSET(lflag, IEXTEN)) {
598 if (ISSET(lflag, ECH
1972 tcflag_t lflag; local
[all...]
/macosx-10.10/adv_cmds-158/finger/
H A Dextern.h46 extern int lflag;
H A Dfinger.c94 int entries, gflag, kflag, lflag, mflag, pplan, sflag, oflag, Tflag; variable
131 lflag = 1; /* long format */
215 if (!lflag)
228 lflag = 1; /* if -s not explicit, force -l */
231 if (lflag)
268 if (db && lflag)
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dgrep.sh39 vflag= xflag= cflag= lflag= nflag=
46 -l*) lflag=1;;
61 noprint=$vflag$cflag$lflag # don't print if these flags are set
81 if test "$lflag" && ((c))
/macosx-10.10/system_cmds-643.1.1/getty.tproj/
H A Dsubr.c270 tcflag_t iflag, oflag, cflag, lflag; local
306 lflag = omode.c_lflag;
375 lflag = 0;
377 CLR(lflag, ICANON);
391 SET(lflag, ECHOE);
393 CLR(lflag, ECHOE);
396 SET(lflag, ECHOKE);
398 CLR(lflag, ECHOKE);
401 SET(lflag, ECHOPRT);
403 CLR(lflag, ECHOPR
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dhist.c53 int lflag = 0, nflag = 0, rflag = 0; local
71 lflag++;
155 if(lflag)
171 range[1] = ((lflag && !edit)?hist_max(hp)-1:range[0]);
172 if(range[1]>=(flag=(hist_max(hp) - !lflag)))
184 if(lflag)
203 else if(lflag)
206 if(lflag)
212 if(lflag)
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dcd.c131 int path_index, no_symlinks, opt, lflag; local
160 lflag = (cdable_vars ? LCD_DOVARS : 0) |
173 lflag = 0;
186 lflag = interactive ? LCD_PRINTPATH : 0;
188 lflag = LCD_PRINTPATH; /* According to SUSv3 */
246 if (lflag & LCD_PRINTPATH)
254 if (lflag & LCD_DOVARS)
267 if (lflag & LCD_DOSPELL)
/macosx-10.10/OpenSSH-189/openssh/
H A Dsftp.c401 parse_ls_flags(char **argv, int argc, int *lflag) argument
409 *lflag = LS_NAME_SORT;
413 *lflag &= ~VIEW_FLAGS;
414 *lflag |= LS_SHORT_VIEW;
417 *lflag &= ~SORT_FLAGS;
418 *lflag |= LS_SIZE_SORT;
421 *lflag |= LS_SHOW_ALL;
424 *lflag &= ~SORT_FLAGS;
427 *lflag |= LS_SI_UNITS;
430 *lflag
694 do_ls_dir(struct sftp_conn *conn, char *path, char *strip_path, int lflag) argument
779 do_globbed_ls(struct sftp_conn *conn, char *path, char *strip_path, int lflag) argument
1115 parse_args(const char **cpp, int *pflag, int *rflag, int *lflag, int *iflag, int *hflag, int *sflag, unsigned long *n_arg, char **path1, char **path2) argument
1290 int pflag = 0, rflag = 0, lflag = 0, iflag = 0, hflag = 0, sflag = 0; local
[all...]
/macosx-10.10/shell_cmds-179/time/
H A Dtime.c59 int lflag; variable
77 lflag = 0;
84 lflag = 1;
135 if (lflag) {
/macosx-10.10/remote_cmds-47/makedbm.tproj/
H A Dmakedbm.c211 bflag, lflag, sflag)
215 int bflag, lflag, sflag;
289 if (lflag && isupper(*p)) /* if force lower case */
353 int aflag, uflag, bflag, lflag, sflag, Uflag; local
364 aflag = uflag = bflag = lflag = sflag = Uflag = 0;
378 lflag++;
443 bflag, lflag, sflag);
/macosx-10.10/system_cmds-643.1.1/reboot.tproj/
H A Dreboot.c87 int ch, howto, kflag, lflag, nflag, qflag, uflag; local
101 kflag = lflag = nflag = qflag = 0;
118 lflag = 1;
156 if (!qflag && !lflag) { // shutdown(8) has already checked w/kextd
181 if (!lflag) {
/macosx-10.10/network_cmds-457/netstat.tproj/
H A Dnetstat.h79 extern int lflag; /* show routing table with use and ref */
/macosx-10.10/ruby-106/ruby/test/fiddle/
H A Dhelper.rb75 lflag='-Wl,'
77 lflag=''
79 flags="#{lflag}-bE:#{expfile} #{lflag}-bnoentry -lm"
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/db_dump/
H A Ddb_dump.c54 int exitval, keyflag, lflag, nflag, pflag, private; local
68 exitval = lflag = nflag = pflag = rflag = Rflag = 0;
93 lflag = 1;
139 if (lflag && subname != NULL) {
240 } else if (lflag) {
/macosx-10.10/BerkeleyDB-21/db/db_dump/
H A Ddb_dump.c40 int exitval, keyflag, lflag, nflag, pflag, private; local
54 exitval = lflag = nflag = pflag = rflag = Rflag = 0;
78 lflag = 1;
124 if (lflag && subname != NULL) {
225 } else if (lflag) {
/macosx-10.10/hfs-285/fsck_hfs/
H A Dfsck_hfs.c66 char lflag; /* live fsck */ variable
212 lflag++;
391 if (lflag) {
431 if (lflag) {
539 lflag, rebuildOptions );
611 if (lflag) {
723 * If we're looking at the root device, and it's not a live verify (lflag),
735 int d = (hotroot && !lflag) ? 2 : 8;
739 if (rv != -1 && safeMode != 0 && hotroot && !lflag) {
752 preTouchMem = (hotroot != 0) && (lflag !
[all...]
/macosx-10.10/ruby-106/ruby/test/dl/
H A Dtest_base.rb74 lflag='-Wl,'
76 lflag=''
78 flags="#{lflag}-bE:#{expfile} #{lflag}-bnoentry -lm"
/macosx-10.10/file_cmds-242/gzip/
H A Dgzip.c202 static int lflag; /* list mode */ variable
367 lflag = 1;
440 if (qflag == 0 && lflag && argc > 1)
1179 if (lflag == 0 && stat(outfile, &sb) == 0) {
1427 if (check_suffix(outfile, 1) == NULL && !(cflag || lflag)) {
1491 if (cflag == 0 || lflag) {
1495 if (isb.st_nlink > 1 && lflag == 0 && fflag == 0) {
1507 if (cflag == 0 && lflag == 0) {
1528 if (lflag) {
1542 if (lflag) {
[all...]
/macosx-10.10/system_cmds-643.1.1/sa.tproj/
H A Dextern.h111 extern int Kflag, lflag, mflag, qflag, rflag, sflag, tflag, uflag, vflag;
/macosx-10.10/OpenPAM-20/openpam/lib/
H A Dopenpam_ttyconv.c138 tcflag_t lflag; local
147 lflag = tattr.c_lflag;
154 tattr.c_lflag = lflag;
/macosx-10.10/netcat-22/
H A Dnetcat.c82 int lflag; /* Bind to local port */ variable
289 lflag = 1;
360 if (!lflag)
395 if (lflag && sflag)
397 if (lflag && pflag)
399 if (lflag && zflag)
401 if (!lflag && kflag)
418 if (lflag)
442 if (lflag) {
1027 if (lflag)
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Drltty.c169 int lflag; /* Local mode flags, like LPASS8. */ member in struct:bsdtty
236 tiop->flags = tiop->lflag = 0;
244 if (ioctl (tty, TIOCLGET, &(tiop->lflag)) == 0)
276 ioctl (tty, TIOCLSET, &(tiop->lflag));
310 tiop->lflag = oldtio.lflag;
338 tiop->lflag |= LPASS8;
/macosx-10.10/screen-22/screen/
H A Dwindow.c120 -1, /* lflag */
145 LOGINDEFAULT, /* lflag */
178 COMPOSE(lflag);
579 if (nwin.lflag && CountUsers() >= USRLIMIT)
582 nwin.lflag = 0;
588 if ((f = OpenDevice(nwin.args, nwin.lflag, &type, &TtyName)) < 0)
601 nwin.lflag = 0;
768 p->w_lflag = nwin.lflag;
772 debug1("MakeWindow will %slog in.\n", nwin.lflag?"":"not ");
773 if (nwin.lflag
837 int lflag, f; local
[all...]

Completed in 297 milliseconds

123