Home
last modified time | relevance | path

Searched refs:ntags (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/usr.bin/less/
Dprompt.c193 return (ntags() ? (ntags() > 1) : (nifile() > 1)); in cond()
195 return (ntags() ? 1 : new_file); in cond()
205 if (ntags()) in cond()
276 if (ntags()) in protochar()
297 n = ntags(); in protochar()
334 if (ntags()) in protochar()
Dcommand.c227 if (ntags()) { in exec_mca()
1429 if (ntags()) { in commands()
1448 if (ntags()) { in commands()
Dfuncs.h272 int ntags(void);
Dtags.c174 ntags(void) in ntags() function
/openbsd/src/usr.bin/yacc/
Dreader.c49 int ntags, tagmax; variable
863 for (i = 0; i < ntags; ++i) { in get_tag()
868 if (ntags >= tagmax) { in get_tag()
878 tag_table[ntags] = s; in get_tag()
879 ++ntags; in get_tag()
1352 if (ntags) { in copy_action()
1364 if (ntags) { in copy_action()
1380 if (ntags) in copy_action()
1573 for (i = 0; i < ntags; ++i) { in free_tags()
Ddefs.h248 extern int ntags;
Doutput.c1064 if (!unionized && ntags == 0) { in output_stype()