Home
last modified time | relevance | path

Searched refs:SP (Results 26 – 50 of 76) sorted by relevance

1234

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmvcur.c99 if (SP->fl_endwin) in mvcur()
102 if (!move_standout_mode && curscr->_attrs && !SP->_mks) in mvcur()
105 if (!move_insert_mode && SP->phys_irm) in mvcur()
116 if (cm < LARGECOST && SP->baud >= 2400 && in mvcur()
326 mks = magic_cookie_glitch >= 0 ? SP->_mks[Newy] : NULL; in _mvright()
363 if (SP->phys_irm) in _mvright()
H A Dslk_clear.c54 if ((slk = SP->slk) == NULL) in slk_clear()
67 (void) fflush(SP->term_file); in slk_clear()
H A Dripoffline.c68 LINES = --SP->lsize; in _init_rip_func()
82 SP->Yabove++; in _init_rip_func()
H A Dwgetwstr.c54 int doecho = SP->fl_echoit; in wgetnwstr()
69 SP->fl_echoit = FALSE; in wgetnwstr()
152 SP->fl_echoit = TRUE; in wgetnwstr()
H A Dwgetstr.c69 int doecho = SP->fl_echoit; in wgetnstr()
84 SP->fl_echoit = FALSE; in wgetnstr()
194 SP->fl_echoit = TRUE; in wgetnstr()
H A Dchkinput.c74 ioctl(SP->check_fd, FIONREAD, &i); in _chkinput()
89 ifds = 1 << SP->check_fd; in _chkinput()
H A Dtgetch.c342 (SP->slk != (SLK_MAP *) NULL) && in _getkey()
343 (SP->_map_mbe_to_key != 0)) { in _getkey()
610 SLK_MAP *slk = SP->slk; in _map_button()
618 if (!(SP->_map_mbe_to_key & in _map_button()
H A Dmakenew.c99 win->_clear = (((begy + SP->Yabove + begx) == 0) && in _makenew()
100 (nlines >= (LINES + SP->Yabove)) && (ncols >= COLS)); in _makenew()
H A Dbaudrate.c53 return ((int) SP->baud); in baudrate()
H A Dslk_start.c160 LINES = --SP->lsize; in _init_slk_func()
196 SP->slk = slk; in _init_slk_func()
H A Dsetecho.c48 SP->fl_echoit = bf; in _setecho()
H A Dsetnonl.c48 SP->fl_nonl = bf; in _setnonl()
H A Dslk_label.c50 SLK_MAP *slk = SP->slk; in slk_label()
H A Dslk_touch.c53 if (((slk = SP->slk) == NULL) || (slk->_changed == 2)) in slk_touch()
H A Dring.c56 (void) fflush(SP->term_file); in _ring()
H A Dcurs_set.c60 (void) fflush(SP->term_file); in curs_set()
H A Dflushinp.c52 cur_term->Filedes, SP); in flushinp()
H A Dwnoutref.c63 sminy = SP->Yabove; in wnoutrefresh()
72 SP->virt_scr->_leave = win->_leave; in wnoutrefresh()
H A Dcurses.c55 SCREEN *SP; variable
H A Dslk_set.c58 SLK_MAP *slk = SP->slk; in slk_set()
H A Ddraino.c69 ncneeded = SP->baud * ms / (10 * 1000); in draino()
/illumos-gate/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c706 #define I_getuidbysid(GH, SPP, RID, UIDP, SP) \ argument
707 kidmap_batch_getuidbysid(GH, SPP, RID, UIDP, SP)
709 #define I_getgidbysid(GH, SPP, RID, GIDP, SP) \ argument
710 kidmap_batch_getgidbysid(GH, SPP, RID, GIDP, SP)
712 #define I_getpidbysid(GH, SPP, RID, PIDP, ISUP, SP) \ argument
719 #define I_getuidbysid(GH, SPP, RID, UIDP, SP) \ argument
720 idmap_get_uidbysid(GH, SPP, RID, 0, UIDP, SP)
722 #define I_getgidbysid(GH, SPP, RID, GIDP, SP) \ argument
723 idmap_get_gidbysid(GH, SPP, RID, 0, GIDP, SP)
725 #define I_getpidbysid(GH, SPP, RID, PIDP, ISUP, SP) \ argument
[all …]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.xs38 EXTEND(SP, 1); in pushret_project()
43 EXTEND(SP, 6); in pushret_project()
72 EXTEND(SP, 1); in pwalk_cb()
/illumos-gate/usr/src/uts/sparc/sys/
H A Dreg.h79 #define SP O6
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dengine.c139 #define SP(t, s, c) print(m, t, s, c, stdout) macro
143 #define SP(t, s, c) /* nothing */ macro
291 SP("mloop", m->st, *start); in matcher()
807 SP("sstart", st, *p); in walk()
851 SP("sboleol", st, c); in walk()
865 SP("sboweow", st, c); in walk()
886 SP("saft", st, c); in walk()

1234