Searched refs:fgi (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/bsd/less/dist/ |
| D | output.c | 102 static int fg, fgi, bg, bgi; in win_flush() local 127 fgi = nm_fg_color & 8; in win_flush() 158 fgi = nm_fg_color & 8; in win_flush() 218 fgi = 0; in win_flush() 222 fgi = nm_fg_color & 8; in win_flush() 227 fgi = 8; in win_flush() 247 fgi = 0; in win_flush() 298 b = fg | fgi; in win_flush() 301 f = fg | fgi; in win_flush()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/tui/ |
| D | tui-io.c | 310 int fgi, bgi; in tui_apply_style() local 311 if (get_color (fg, &fgi) && get_color (bg, &bgi)) in tui_apply_style() 318 if (fgi == -1) in tui_apply_style() 319 fgi = ncurses_norm_attr & 15; in tui_apply_style() 323 int pair = get_color_pair (fgi, bgi); in tui_apply_style()
|
| /netbsd/src/lib/libperfuse/ |
| D | ops.c | 1574 struct fuse_getattr_in *fgi; in perfuse_node_getattr_ttl() local 1596 pm = ps->ps_new_msg(pu, opc, FUSE_GETATTR, sizeof(*fgi), pcr); in perfuse_node_getattr_ttl() 1597 fgi = GET_INPAYLOAD(ps, pm, fuse_getattr_in); in perfuse_node_getattr_ttl() 1598 fgi->getattr_flags = 0; in perfuse_node_getattr_ttl() 1599 fgi->dummy = 0; in perfuse_node_getattr_ttl() 1600 fgi->fh = FUSE_UNKNOWN_FH; in perfuse_node_getattr_ttl() 1603 fgi->fh = perfuse_get_fh(opc, FREAD); in perfuse_node_getattr_ttl() 1604 fgi->getattr_flags |= FUSE_GETATTR_FH; in perfuse_node_getattr_ttl() 3382 struct fuse_getxattr_in *fgi; in perfuse_node_getextattr() local 3398 len = sizeof(*fgi) + attrnamelen; in perfuse_node_getextattr() [all …]
|