Searched defs:seq (Results 1 – 2 of 2) sorted by relevance
81 struct seq struct83 idx_t count; /* Elements used in 'lines'. */84 idx_t alloc; /* Elements allocated in 'lines'. */85 struct line **lines;495 initseq (struct seq *seq) in initseq()505 getseq (FILE *fp, struct seq *seq, int whichfile) in getseq()525 advance_seq (FILE *fp, struct seq *seq, bool first, int whichfile) in advance_seq()534 delseq (struct seq *seq) in delseq()
610 struct bin_str seq; /* The sequence to output when we do */ member