Home
last modified time | relevance | path

Searched refs:osb (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/lib/libedit/
Drefresh.c501 wchar_t *osb, *ose, *nsb, *nse; in re_update_line() local
560 osb = ols; in re_update_line()
583 osb = ofd; in re_update_line()
603 if (((ose - osb) < (p - o)) && in re_update_line()
607 osb = o; in re_update_line()
630 fx = (int)((nsb - nfd) - (osb - ofd)); in re_update_line()
639 osb = ols; in re_update_line()
655 osb = ols; in re_update_line()
675 if ((ose - osb) < MIN_END_KEEP) { in re_update_line()
676 osb = ols; in re_update_line()
[all …]
/openbsd/src/usr.bin/file/magdir/
Dapplix5 # From: Peter Soos <sp@osb.hu>
/openbsd/src/usr.sbin/bgpd/
Drde_filter.c356 struct rde_prefixset *psa, *psb, *osa, *osb; in rde_filter_equal() local
378 osb = fb->match.originset.ps; in rde_filter_equal()
389 fb->match.originset.ps = osb; in rde_filter_equal()
/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dparse.y662 int osb = pop_current_osb (ctxp); variable
664 while (--osb)
670 int osb = pop_current_osb (ctxp); variable
672 while (osb--)
2133 int osb = pop_current_osb (ctxp); variable
2134 while (osb--)
2143 int osb = pop_current_osb (ctxp); variable
2145 while (osb--)
2376 int osb = pop_current_osb (ctxp); variable
2377 while (osb--)
[all …]
Dparse.c3450 int osb = pop_current_osb (ctxp); in yyparse() local
3452 while (--osb) in yyparse()
3461 int osb = pop_current_osb (ctxp); in yyparse() local
3463 while (osb--) in yyparse()
5311 int osb = pop_current_osb (ctxp); in yyparse() local
5312 while (osb--) in yyparse()
5324 int osb = pop_current_osb (ctxp); in yyparse() local
5326 while (osb--) in yyparse()
5626 int osb = pop_current_osb (ctxp); in yyparse() local
5627 while (osb--) in yyparse()
[all …]