Home
last modified time | relevance | path

Searched refs:curs (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/vi/port/
H A Dex_vwind.c49 vmoveto(addr, curs, context) in vmoveto() argument
51 unsigned char *curs;
57 vjumpto(addr, curs, context);
65 vjumpto(line *addr, unsigned char *curs, unsigned char context) in vjumpto() argument
74 vnline(curs); in vjumpto()
81 vupdown(int cnt, unsigned char *curs) in vupdown() argument
89 vrepaint(curs); in vupdown()
91 vnline(curs); in vupdown()
475 vnline(unsigned char *curs) in vnline() argument
479 if (curs) { in vnline()
[all …]
H A Dex_vadj.c550 vrepaint(unsigned char *curs) in vrepaint() argument
584 vnline(curs); in vrepaint()
631 vnline(curs); in vrepaint()
/titanic_50/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_seq.c543 bt_rcinit(curs) in bt_rcinit() argument
544 void **curs; in bt_rcinit()
548 rc = *curs = malloc(sizeof(RCURSOR));
567 bt_rcdestroy(curs) in bt_rcdestroy() argument
568 void **curs; in bt_rcdestroy()
572 rc = *curs;
575 *curs = NULL;
635 bt_rseq(dbp, key, data, curs, flags) in bt_rseq() argument
638 void **curs;
654 if (curs == NULL) {
[all …]