Home
last modified time | relevance | path

Searched refs:lnext (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/cmd/vi/port/
H A Dex_vops3.c115 if (!lnext())
140 if (!lnext()) {
146 if (!lnext()) {
163 if (!lnext())
170 if (!lnext())
174 if (!lnext())
192 (void) lnext();
211 if (!lnext()) {
236 if (!lnext() || !ltosolid())
359 if (!lnext() || !ltosolid() || !lskipatom()) { in lindent()
[all …]
H A Dex_voper.c1049 if (!lnext()) in word()
1057 if (!lnext()) in word()
1072 if (!lnext()) in word()
1075 if (!lnext()) in word()
1104 if (!lnext()) in eend()
1107 if (!lnext()) in eend()
1115 if (!lnext()) in eend()
/titanic_44/usr/src/cmd/ipf/tools/
H A Dlexer.c180 int c, n, isbuilding, rval, lnext, nokey = 0; in yylex() local
184 lnext = 0; in yylex()
201 lnext = 0; in yylex()
217 lnext = 0; in yylex()
222 if (lnext == 0) { in yylex()
223 lnext = 1; in yylex()
236 if (lnext == 1) { in yylex()
237 lnext = 0; in yylex()
/titanic_44/usr/src/stand/lib/fs/ufs/
H A Dlufsboot.c641 lb_me_t **lh, *l, *lnext; in lufs_logscan_freecancel() local
660 lnext = l->l_next; in lufs_logscan_freecancel()
671 if (lnext == *lh) { in lufs_logscan_freecancel()
676 l = lnext; in lufs_logscan_freecancel()
906 lb_me_t **lh, *l, *lnext; in lufs_logscan_postscan() local
915 lnext = l->l_next; in lufs_logscan_postscan()
928 if (lnext == *lh) { in lufs_logscan_postscan()
935 l = lnext; in lufs_logscan_postscan()
/titanic_44/usr/src/tools/ctf/common/
H A Dlist.c121 list_t *lnext; in list_iter() local
126 lnext = list->l_next; in list_iter()
130 list = lnext; in list_iter()
/titanic_44/usr/src/uts/common/os/
H A Dmem_config.c616 for (; (seg = *segpp) != NULL; segpp = &seg->lnext) { in memseg_reuse()
637 *segpp = seg->lnext; in memseg_reuse()
638 seg->lnext = NULL; in memseg_reuse()
2688 seg->lnext = seglist; in kphysm_del_cleanup()
2714 seglist = seg->lnext; in kphysm_del_cleanup()
2737 seg->lnext = memseg_va_avail; in kphysm_del_cleanup()
2751 seg->lnext = memseg_delete_junk; in kphysm_del_cleanup()
3232 seg->lnext = memseg_edit_junk; in kphysm_split_memseg()
/titanic_44/usr/src/uts/common/io/wpi/
H A Dwpireg.h425 uint16_t lnext; member
/titanic_44/usr/src/uts/sun4v/ml/
H A Dmach_offsets.in225 lnext MEMSEG_LNEXT
/titanic_44/usr/src/uts/sun4u/ml/
H A Dmach_offsets.in191 lnext MEMSEG_LNEXT
/titanic_44/usr/src/lib/libshell/common/
H A DCOMPATIBILITY125 the stty lnext character is set to control-v or is unset.
H A DRELEASE876 and ksh88 when the stty lnext is control-v. The sequence
/titanic_44/usr/src/uts/common/vm/
H A Dpage.h1129 struct memseg *lnext; /* next segment in deleted list */ member