Searched defs:LC (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c359 #define LC(_ndx, _func) sym_table[_ndx].ste_type = STE_LC; \ macro
389 LC(ELFEDIT_CONST_DF, conv_iter_dyn_flag);
390 LC(ELFEDIT_CONST_DF_P1, conv_iter_dyn_posflag1);
391 LC(ELFEDIT_CONST_DF_1, conv_iter_dyn_flag1);
392 LC(ELFEDIT_CONST_DTF_1, conv_iter_dyn_feature1);
393 LC(ELFEDIT_CONST_EI, conv_iter_ehdr_eident);
395 LC(ELFEDIT_CONST_ELFCLASS, conv_iter_ehdr_class);
396 LC(ELFEDIT_CONST_ELFDATA, conv_iter_ehdr_data);
398 LC(ELFEDIT_CONST_EV, conv_iter_ehdr_vers);
399 LC(ELFEDIT_CONST_E
415 #undef LC macro
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c23 #define LC '{' macro
145 if (*cp == LC) {
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c83 #define LC(i,j) (lc[(i) * (LINES + 1) + (j)]) macro
674 LC(fr,fr).cost = 0;
677 LC(fr,nr).cost = cc * 3;
678 LC(fr,nr).op = 'i';
681 LC(nr,fr).cost = cc;
682 LC(nr,fr).op = 'd';
687 lcp = &LC(or+1,nr+1);
690 lcp->cost = LC(or,nr).cost;
708 if ((cc = LC(or+1,nr).cost + 3) < lcp->cost) {
714 if ((cc = LC(o
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c80 #define LC(i, j) (lc[(i) * (LINES + 1) + (j)]) macro
811 LC(fr, fr).cost = MOVE_COST;
814 LC(fr, nr).cost = cc * INSERT_COST;
815 LC(fr, nr).op = 'i';
818 LC(nr, fr).cost = cc * DELETE_COST;
819 LC(nr, fr).op = 'd';
824 lcp = &LC(or + 1, nr + 1);
827 lcp->cost = LC(or, nr).cost;
837 if ((cc = LC(or + 1, nr).cost + INSERT_COST) <
844 if ((cc = LC(o
[all...]

Completed in 63 milliseconds