Searched refs:SIMPLE (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/bc/dist/
H A Dconst.h90 #define SIMPLE 0 macro
H A Dbc.y392 { $$ = nextarg (NULL, lookup ($1,SIMPLE), FALSE);}
404 { $$ = nextarg ($1, lookup ($3,SIMPLE), FALSE); }
767 { $$ = lookup($1,SIMPLE); }
H A Dutil.c608 case SIMPLE:
/netbsd-current/external/bsd/less/dist/
H A Dregexp.c156 #define SIMPLE 02 /* Simple enough to be STAR/PLUS operand. */ macro
435 if (op == '*' && (flags&SIMPLE))
444 } else if (op == '+' && (flags&SIMPLE))
494 *flagp |= HASWIDTH|SIMPLE;
528 *flagp |= HASWIDTH|SIMPLE;
555 *flagp |= HASWIDTH|SIMPLE;
570 *flagp |= SIMPLE;
/netbsd-current/lib/libcompat/regexp/
H A Dregexp.c160 #define SIMPLE 02 /* Simple enough to be STAR/PLUS operand. */ macro
437 if (op == '*' && (flags&SIMPLE))
446 } else if (op == '+' && (flags&SIMPLE))
497 *flagp |= HASWIDTH|SIMPLE;
531 *flagp |= HASWIDTH|SIMPLE;
590 * flags |= SIMPLE at the end.
643 *flagp |= SIMPLE;
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/ldap/
H A Ddlz_ldap_dynamic.c55 #define SIMPLE "simple" macro
945 if (strncasecmp(argv[3], SIMPLE, strlen(SIMPLE)) == 0) {
955 SIMPLE, KRB41, KRB42);

Completed in 83 milliseconds