Home
last modified time | relevance | path

Searched refs:endflag (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcsh/
H A Ded.inputl.c837 int endflag, matchval; in SpellLine() local
843 endflag = 1; in SpellLine()
857 endflag = 0; in SpellLine()
900 } while (endflag); in SpellLine()
916 int endflag, tmatch; in CompleteLine() local
922 endflag = 1; in CompleteLine()
935 endflag = 0; in CompleteLine()
951 } while (endflag); in CompleteLine()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c872 int endflag = FALSE; in _nc_tgetent() local
878 while (!endflag && (tok = get_tc_token(&ps, &endflag)) != 0) { in _nc_tgetent()