Searched refs:endflag (Results 1 – 2 of 2) sorted by relevance
837 int endflag, matchval; in SpellLine() local843 endflag = 1; in SpellLine()857 endflag = 0; in SpellLine()900 } while (endflag); in SpellLine()916 int endflag, tmatch; in CompleteLine() local922 endflag = 1; in CompleteLine()935 endflag = 0; in CompleteLine()951 } while (endflag); in CompleteLine()
872 int endflag = FALSE; in _nc_tgetent() local878 while (!endflag && (tok = get_tc_token(&ps, &endflag)) != 0) { in _nc_tgetent()