Searched refs:nonl (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dlib_nl.c39 * nonl()
67 nonl(void) function
69 T((T_CALLED("nonl()")));
H A Dlib_restart.c84 nonl();
/macosx-10.9.5/screen-22/screen/
H A Dmark.h32 int left_mar, right_mar, nonl; member in struct:markdata
H A Dmark.c330 switch (markdata->nonl)
452 markdata->nonl = 0;
766 markdata->nonl = (markdata->nonl + 1) % 4;
767 switch (markdata->nonl)
888 switch (markdata->nonl)
/macosx-10.9.5/ruby-104/ruby/ext/curses/
H A Dview.rb24 nonl
H A Dview2.rb24 Curses.nonl
H A Dcurses.c419 * them using Curses.nonl, curses will be able to make better use
443 nonl();
2721 rb_define_module_function(mCurses, "nonl", curses_nonl, 0);
/macosx-10.9.5/text_cmds-87/ed/
H A Dio.c213 get_extended_line(int *sizep, int nonl) argument
231 if (nonl) l--; /* strip newline */
245 if (nonl) l--; /* strip newline */
/macosx-10.9.5/file_cmds-230/stat/
H A Dstat.c207 int lsF, fmtchar, usestat, fn, nonl, quiet; local
214 nonl = 0;
241 nonl = 1;
324 output(&st, argv[0], statfmt, fn, nonl, quiet);
347 const char *statfmt, int fn, int nonl, int quiet)
530 if (!nl && !nonl)
346 output(const struct stat *st, const char *file, const char *statfmt, int fn, int nonl, int quiet) argument
/macosx-10.9.5/top-89.1.2/
H A Dmain.c168 || ERR == nonl() /* no newline */
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dhashtest.c231 (void) nonl(); /* tell curses not to do NL->CR/NL on output */
H A Dview.c335 (void) nonl(); /* tell curses not to do NL->CR/NL on output */
H A Dworm.c464 nonl();
H A Ddemo_forms.c513 nonl(); /* lets us read ^M's */
H A Dmovewindow.c564 nonl();
H A Dxmas.c195 nonl();
H A Dbs.c232 (void) nonl();
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dzpty.c672 ptywrite(Ptycmd cmd, char **args, int nonl) argument
684 if (!nonl) {
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Drx.el122 (nonl . not-newline) ; SRE
680 `not-newline', `nonl'
/macosx-10.9.5/ncurses-42/ncurses/ncurses/
H A Dllib-lncurses1414 #undef nonl
1415 int nonl(void)
H A Dllib-lncursest1418 #undef nonl
1419 int nonl(void)
H A Dllib-lncursesw1922 #undef nonl
1923 int nonl(void)
/macosx-10.9.5/nano-11/src/
H A Dnano.c1270 * implement nonl() or noecho() properly, so there's no way to
1281 nonl();
/macosx-10.9.5/ncurses-42/ncurses/include/
H A Dcurses.h.in664 extern NCURSES_EXPORT(int) nonl (void); /* implemented */
H A Dcurses.head664 extern NCURSES_EXPORT(int) nonl (void); /* implemented */

Completed in 167 milliseconds

12