Searched refs:ntags (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/less-23/less/
H A Dprompt.c210 return (ntags() ? (ntags() > 1) : (nifile() > 1));
216 return (ntags() ? 1 : new_file);
232 if (ntags())
309 if (ntags())
332 n = ntags();
370 if (ntags())
H A Dcommand.c1461 if (ntags())
1484 if (ntags())
H A Dfuncs.h269 public int ntags ();
H A Dtags.c246 ntags() function
/macosx-10.9.5/groff-38/groff/src/utils/indxbib/
H A Dindxbib.cpp85 int ntags = 0; variable
660 ntags++;
680 if (last_tagno != ntags) {
681 last_tagno = ntags;
711 else if (pp->ptr->v[pp->ptr->used - 1] == ntags)
715 pp->ptr->v[(pp->ptr->used)++] = ntags;
760 h.tags_size = ntags;
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Ddst_parse.c155 find_metadata(const char *s, const char *tags[], int ntags) { argument
158 for (i = 0; i < ntags; i++) {
281 check_hmac_sha(const dst_private_t *priv, unsigned int ntags, argument
285 if (priv->nelements != ntags)
287 for (i = 0; i < ntags; i++) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dad.c168 int ntags; local
217 ntags = 0;
256 if( ntags >= MAX_TAGGING_OPTIONS ) {
265 for( i=ntags-1; i>=0; i-- ) {
280 (ntags-i-1)*sizeof(struct berval) );
287 if( ntags ) {
289 ntags*sizeof(struct berval) );
296 ntags++;
304 if( ntags > 0 ) {
315 for( i=0; i<ntags;
[all...]
/macosx-10.9.5/vim-53/runtime/doc/
H A Dmakehtml.awk588 ntags=split(atag,blata,"[ ]");
589 if ( ntags > 1 ) { return; }
617 ntags=split(btag,blata,"[ ]");
618 if ( ntags > 1 ) { return; }
/macosx-10.9.5/groff-38/groff/src/utils/hpftodit/
H A Dhpftodit.cpp490 uint16 ntags = f.get_uint16(); local
492 for (uint16 i = 0; i < ntags; i++) {

Completed in 199 milliseconds